#166191

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

Shades of Endeavour #166191

Tints of Endeavour #166191

Color information

#166191 (or 0x166191) is unknown color: approx Endeavour. HEX triplet: 16, 61 and 91. RGB value is (22,97,145). Sum of RGB (Red+Green+Blue) = 22+97+145=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #166191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166191 is #E99E6E. Grayscale: #4F4F4F. Windows color (decimal): -15310447 or 9527574. OLE color: 9527574.

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

Color convert

RGB2297145-
CMYK0.850.3300.43
HSL203.41º73.65%32.75%-
HSV(B)203.41º84.83%56.86%-
XYZ9.7210.7628.35-
YUV80.05164.6586.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.33%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=8.33%
G=36.74%
B=54.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22971450.850.3300.43203.4173.6532.75
Hex166191552102Bcb4a21
Octal261412211254105331311241
Binary1011011000011001000110101011000010101011110010111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166191; }

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

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

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

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

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

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

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

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