#166EA6

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

Shades of Cerulean #166EA6

Tints of Cerulean #166EA6

Color information

#166EA6 (or 0x166EA6) is unknown color: approx Cerulean. HEX triplet: 16, 6E and A6. RGB value is (22,110,166). Sum of RGB (Red+Green+Blue) = 22+110+166=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 166 (65.23% from 255 or 55.70% from 298); Max value from RGB is 166 - color contains mainly: blue. Hex color #166EA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166EA6 is #E99159. Grayscale: #595959. Windows color (decimal): -15307098 or 10907158. OLE color: 10907158.

HSL color Cylindrical-coordinate representation of color #166EA6: hue angle of 203.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #166EA6 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB22110166-
CMYK0.870.3400.35
HSL203.33º76.6%36.86%-
HSV(B)203.33º86.75%65.1%-
XYZ12.7914.0838.12-
YUV90.07170.8579.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.38%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 166 (65.23% from 255) = 55.70%
R=7.38%
G=36.91%
B=55.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal221101660.870.3400.35203.3376.636.86
Hex166EA65722023cb4d25
Octal261562461274204331311545
Binary1011011011101010011010101111000100100011110010111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166EA6; }

 p { color: rgb(22,110,166); }

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

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

 a { background-color: rgb(22,110,166); }

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

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

 span { border-color: rgb(22,110,166); }

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