#166199

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

Shades of Endeavour #166199

Tints of Endeavour #166199

Color information

#166199 (or 0x166199) is unknown color: approx Endeavour. HEX triplet: 16, 61 and 99. RGB value is (22,97,153). Sum of RGB (Red+Green+Blue) = 22+97+153=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #166199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166199 is #E99E66. Grayscale: #505050. Windows color (decimal): -15310439 or 10051862. OLE color: 10051862.

HSL color Cylindrical-coordinate representation of color #166199: hue angle of 205.65º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #166199 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2297153-
CMYK0.860.3700.4
HSL205.65º74.86%34.31%-
HSV(B)205.65º85.62%60%-
XYZ10.3611.0231.72-
YUV80.96168.6585.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.09%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 153 (60.16% from 255) = 56.25%
R=8.09%
G=35.66%
B=56.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22971530.860.3700.4205.6574.8634.31
Hex1661995625028ce4b22
Octal261412311264505031611342
Binary1011011000011001100110101101001010101000110011101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166199; }

 p { color: rgb(22,97,153); }

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

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

 a { background-color: rgb(22,97,153); }

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

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

 span { border-color: rgb(22,97,153); }

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