Html Css Color HEX #106EA2 Cerulean

📋 copy color: '#106EA2'

red 16 ◦ green 110 ◦ blue 162

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

Shades of Cerulean #106EA2

Tints of Cerulean #106EA2

RGB

 RED value IS 16 (6.64% from 255) = 5.56%

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

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

R = 5.56%
G = 38.19%
B = 56.25%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#106EA2 (or 0x106EA2) is known color: Cerulean. HEX triplet: 10, 6E and A2. RGB value is (16,110,162). Sum of RGB (Red+Green+Blue) = 16+110+162=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #106EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106EA2 is #EF915D. Grayscale: #575757. Windows color (decimal): -15700318 or 10645008. OLE color: 10645008.

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

Color convert

RGB 16 110 162 -
CMYK 0.90 0.32 0 0.36
HSL 201.37º 0.82% 0.35% -
HSV(B) 201.37º 0.9% 0.64% -
XYZ 12.31 13.87 36.21 -
YUV 87.82 169.86 76.77 -
System Red Green Blue C M Y K H S L
Decimal 16 110 162 0.90 0.32 0 0.36 201.37 0.82 0.35
Hex 10 6E A2 5A 20 0 24 C9 52 23
Octal 20 156 242 132 40 0 44 311 122 43
Binary 10000 1101110 10100010 1011010 100000 0 100100 11001001 1010010 100011

Color Harmonies of #106EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EA2

Black with #106EA2

Text Example


Text Example

White with #106EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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