#166491

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

Shades of Endeavour #166491

Tints of Endeavour #166491

Color information

#166491 (or 0x166491) is unknown color: approx Endeavour. HEX triplet: 16, 64 and 91. RGB value is (22,100,145). Sum of RGB (Red+Green+Blue) = 22+100+145=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #166491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166491 is #E99B6E. Grayscale: #515151. Windows color (decimal): -15309679 or 9528342. OLE color: 9528342.

HSL color Cylindrical-coordinate representation of color #166491: hue angle of 201.95º 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 #166491 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB22100145-
CMYK0.850.3100.43
HSL201.95º73.65%32.75%-
HSV(B)201.95º84.83%56.86%-
XYZ1011.3328.45-
YUV81.81163.6685.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.24%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 145 (57.03% from 255) = 54.31%
R=8.24%
G=37.45%
B=54.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221001450.850.3100.43201.9573.6532.75
Hex166491551F02Bca4a21
Octal261442211253705331211241
Binary101101100100100100011010101111110101011110010101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166491; }

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

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

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

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

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

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

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

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