#166796

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

Shades of Endeavour #166796

Tints of Endeavour #166796

Color information

#166796 (or 0x166796) is unknown color: approx Endeavour. HEX triplet: 16, 67 and 96. RGB value is (22,103,150). Sum of RGB (Red+Green+Blue) = 22+103+150=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #166796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166796 is #E99869. Grayscale: #535353. Windows color (decimal): -15308906 or 9856790. OLE color: 9856790.

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

Color convert

RGB22103150-
CMYK0.850.3100.41
HSL202.03º74.42%33.73%-
HSV(B)202.03º85.33%58.82%-
XYZ10.6912.0730.62-
YUV84.14165.1683.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=8%
G=37.45%
B=54.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal221031500.850.3100.41202.0374.4233.73
Hex166796551F029ca4a22
Octal261472261253705131211242
Binary101101100111100101101010101111110101001110010101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166796; }

 p { color: rgb(22,103,150); }

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

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

 a { background-color: rgb(22,103,150); }

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

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

 span { border-color: rgb(22,103,150); }

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