#166492

Color #166492 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #166492

Tints of Endeavour #166492

Color information

#166492 (or 0x166492) is unknown color: approx Endeavour. HEX triplet: 16, 64 and 92. RGB value is (22,100,146). Sum of RGB (Red+Green+Blue) = 22+100+146=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #166492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166492 is #E99B6D. Grayscale: #515151. Windows color (decimal): -15309678 or 9593878. OLE color: 9593878.

HSL color Cylindrical-coordinate representation of color #166492: hue angle of 202.26º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166492 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB22100146-
CMYK0.850.3200.43
HSL202.26º73.81%32.94%-
HSV(B)202.26º84.93%57.25%-
XYZ10.0811.3628.86-
YUV81.92164.1685.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 8.21%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 146 (57.42% from 255) = 54.48%
R=8.21%
G=37.31%
B=54.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221001460.850.3200.43202.2673.8132.94
Hex166492552002Bca4a21
Octal261442221254005331211241
Binary1011011001001001001010101011000000101011110010101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166492; }

 p { color: rgb(22,100,146); }

 H1.HeaderClassName
 {
   color: #166492;
 }
 .AnyTagClassName
 {
   color: #166492;
 }
</style>
background-color css

<style>
 a { background-color: #166492; }

 a { background-color: rgb(22,100,146); }

 div.DivClassName
 {
   background-color: #166492;
 }
 .BgClassName
 {
   background-color: #166492;
 }
</style>
border-color css

<style>
 span { border-color: #166492; }

 span { border-color: rgb(22,100,146); }

 td.TdClassName
 {
   border-color: #166492;
 }
 .TagClassName
 {
   border-color: #166492;
 }
</style>