#166F9C

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

Shades of Cerulean #166F9C

Tints of Cerulean #166F9C

Color information

#166F9C (or 0x166F9C) is unknown color: approx Cerulean. HEX triplet: 16, 6F and 9C. RGB value is (22,111,156). Sum of RGB (Red+Green+Blue) = 22+111+156=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #166F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166F9C is #E99063. Grayscale: #595959. Windows color (decimal): -15306852 or 10252054. OLE color: 10252054.

HSL color Cylindrical-coordinate representation of color #166F9C: hue angle of 200.15º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #166F9C is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB22111156-
CMYK0.860.2900.39
HSL200.15º75.28%34.9%-
HSV(B)200.15º85.9%61.18%-
XYZ12.0213.9433.51-
YUV89.52165.5179.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.61%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 156 (61.33% from 255) = 53.98%
R=7.61%
G=38.41%
B=53.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221111560.860.2900.39200.1575.2834.9
Hex166F9C561D027c84b23
Octal261572341263504731011343
Binary101101101111100111001010110111010100111110010001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,111,156); }

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

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

 a { background-color: rgb(22,111,156); }

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

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

 span { border-color: rgb(22,111,156); }

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