Html Css Color HEX #166FA8 Cerulean

📋 copy color: '#166FA8'

red 22 ◦ green 111 ◦ blue 168

#166FA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #166FA8

Tints of Cerulean #166FA8

RGB

 RED value IS 22 (8.98% from 255) = 7.31%

 GREEN value IS 111 (43.75% from 255) = 36.88%

 BLUE value IS 168 (66.02% from 255) = 55.81%

R = 7.31%
G = 36.88%
B = 55.81%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#166FA8 (or 0x166FA8) is known color: Cerulean. HEX triplet: 16, 6F and A8. RGB value is (22,111,168). Sum of RGB (Red+Green+Blue) = 22+111+168=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 168 (66.02% from 255 or 55.81% from 301); Max value from RGB is 168 - color contains mainly: blue. Hex color #166FA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166FA8 is #E99057. Grayscale: #5A5A5A. Windows color (decimal): -15306840 or 11038486. OLE color: 11038486.

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

Color convert

RGB 22 111 168 -
CMYK 0.87 0.34 0 0.34
HSL 203.42º 0.77% 0.37% -
HSV(B) 203.42º 0.87% 0.66% -
XYZ 13.08 14.37 39.13 -
YUV 90.89 171.51 78.87 -
System Red Green Blue C M Y K H S L
Decimal 22 111 168 0.87 0.34 0 0.34 203.42 0.77 0.37
Hex 16 6F A8 57 22 0 22 CB 4D 25
Octal 26 157 250 127 42 0 42 313 115 45
Binary 10110 1101111 10101000 1010111 100010 0 100010 11001011 1001101 100101

Color Harmonies of #166FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166FA8

Black with #166FA8

Text Example


Text Example

White with #166FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #166FA8;
 }
 .AnyTagClassName
 {
   color: #166FA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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