Html Css Color HEX #166EA4 Cerulean

📋 copy color: '#166EA4'

red 22 ◦ green 110 ◦ blue 164

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

Shades of Cerulean #166EA4

Tints of Cerulean #166EA4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.16%

 BLUE value IS 164 (64.45% from 255) = 55.41%

R = 7.43%
G = 37.16%
B = 55.41%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#166EA4 (or 0x166EA4) is known color: Cerulean. HEX triplet: 16, 6E and A4. RGB value is (22,110,164). Sum of RGB (Red+Green+Blue) = 22+110+164=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 164 (64.45% from 255 or 55.41% from 296); Max value from RGB is 164 - color contains mainly: blue. Hex color #166EA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166EA4 is #E9915B. Grayscale: #595959. Windows color (decimal): -15307100 or 10776086. OLE color: 10776086.

HSL color Cylindrical-coordinate representation of color #166EA4: hue angle of 202.82º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #166EA4 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 22 110 164 -
CMYK 0.87 0.33 0 0.36
HSL 202.82º 0.76% 0.36% -
HSV(B) 202.82º 0.87% 0.64% -
XYZ 12.61 14 37.16 -
YUV 89.84 169.85 79.61 -
System Red Green Blue C M Y K H S L
Decimal 22 110 164 0.87 0.33 0 0.36 202.82 0.76 0.36
Hex 16 6E A4 57 21 0 24 CB 4C 24
Octal 26 156 244 127 41 0 44 313 114 44
Binary 10110 1101110 10100100 1010111 100001 0 100100 11001011 1001100 100100

Color Harmonies of #166EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166EA4

Black with #166EA4

Text Example


Text Example

White with #166EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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