#166193

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

Shades of Endeavour #166193

Tints of Endeavour #166193

Color information

#166193 (or 0x166193) is unknown color: approx Endeavour. HEX triplet: 16, 61 and 93. RGB value is (22,97,147). Sum of RGB (Red+Green+Blue) = 22+97+147=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #166193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166193 is #E99E6C. Grayscale: #505050. Windows color (decimal): -15310445 or 9658646. OLE color: 9658646.

HSL color Cylindrical-coordinate representation of color #166193: hue angle of 204º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166193 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2297147-
CMYK0.850.3400.42
HSL204º73.96%33.14%-
HSV(B)204º85.03%57.65%-
XYZ9.8710.8329.17-
YUV80.27165.6586.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.27%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 147 (57.81% from 255) = 55.26%
R=8.27%
G=36.47%
B=55.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22971470.850.3400.4220473.9633.14
Hex166193552202Acc4a21
Octal261412231254205231411241
Binary1011011000011001001110101011000100101010110011001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166193; }

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

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

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

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

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

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

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

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