#166299

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

Shades of Endeavour #166299

Tints of Endeavour #166299

Color information

#166299 (or 0x166299) is unknown color: approx Endeavour. HEX triplet: 16, 62 and 99. RGB value is (22,98,153). Sum of RGB (Red+Green+Blue) = 22+98+153=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #166299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166299 is #E99D66. Grayscale: #515151. Windows color (decimal): -15310183 or 10052118. OLE color: 10052118.

HSL color Cylindrical-coordinate representation of color #166299: hue angle of 205.19º 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 #166299 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2298153-
CMYK0.860.3600.4
HSL205.19º74.86%34.31%-
HSV(B)205.19º85.62%60%-
XYZ10.4511.2131.75-
YUV81.55168.3285.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.06%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=8.06%
G=35.90%
B=56.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22981530.860.3600.4205.1974.8634.31
Hex1662995624028cd4b22
Octal261422311264405031511342
Binary1011011000101001100110101101001000101000110011011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166299; }

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

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

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

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

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

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

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

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