#166291

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

Shades of Endeavour #166291

Tints of Endeavour #166291

Color information

#166291 (or 0x166291) is unknown color: approx Endeavour. HEX triplet: 16, 62 and 91. RGB value is (22,98,145). Sum of RGB (Red+Green+Blue) = 22+98+145=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #166291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166291 is #E99D6E. Grayscale: #505050. Windows color (decimal): -15310191 or 9527830. OLE color: 9527830.

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

Color convert

RGB2298145-
CMYK0.850.3200.43
HSL202.93º73.65%32.75%-
HSV(B)202.93º84.83%56.86%-
XYZ9.8110.9528.38-
YUV80.63164.3286.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 145 (57.03% from 255) = 54.72%
R=8.30%
G=36.98%
B=54.72%

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
Decimal22981450.850.3200.43202.9373.6532.75
Hex166291552002Bcb4a21
Octal261422211254005331311241
Binary1011011000101001000110101011000000101011110010111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166291; }

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

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

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

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

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

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

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

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