Html Css Color HEX #166EA2 Cerulean

📋 copy color: '#166EA2'

red 22 ◦ green 110 ◦ blue 162

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

Shades of Cerulean #166EA2

Tints of Cerulean #166EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 55.1%

R = 7.48%
G = 37.41%
B = 55.1%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#166EA2 (or 0x166EA2) is known color: Cerulean. HEX triplet: 16, 6E and A2. RGB value is (22,110,162). Sum of RGB (Red+Green+Blue) = 22+110+162=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #166EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166EA2 is #E9915D. Grayscale: #595959. Windows color (decimal): -15307102 or 10645014. OLE color: 10645014.

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

Color convert

RGB 22 110 162 -
CMYK 0.86 0.32 0 0.36
HSL 202.29º 0.76% 0.36% -
HSV(B) 202.29º 0.86% 0.64% -
XYZ 12.43 13.93 36.22 -
YUV 89.62 168.85 79.77 -
System Red Green Blue C M Y K H S L
Decimal 22 110 162 0.86 0.32 0 0.36 202.29 0.76 0.36
Hex 16 6E A2 56 20 0 24 CA 4C 24
Octal 26 156 242 126 40 0 44 312 114 44
Binary 10110 1101110 10100010 1010110 100000 0 100100 11001010 1001100 100100

Color Harmonies of #166EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166EA2

Black with #166EA2

Text Example


Text Example

White with #166EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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