#166F98

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

Shades of Cerulean #166F98

Tints of Cerulean #166F98

Color information

#166F98 (or 0x166F98) is unknown color: approx Cerulean. HEX triplet: 16, 6F and 98. RGB value is (22,111,152). Sum of RGB (Red+Green+Blue) = 22+111+152=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #166F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166F98 is #E99067. Grayscale: #585858. Windows color (decimal): -15306856 or 9989910. OLE color: 9989910.

HSL color Cylindrical-coordinate representation of color #166F98: hue angle of 198.92º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #166F98 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB22111152-
CMYK0.860.2700.40
HSL198.92º74.71%34.12%-
HSV(B)198.92º85.53%59.61%-
XYZ11.6813.8131.75-
YUV89.06163.5180.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.72%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 152 (59.77% from 255) = 53.33%
R=7.72%
G=38.95%
B=53.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221111520.860.2700.40198.9274.7134.12
Hex166F98561B028c74b22
Octal261572301263305030711342
Binary101101101111100110001010110110110101000110001111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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