Html Css Color HEX #116EA2 Cerulean

📋 copy color: '#116EA2'

red 17 ◦ green 110 ◦ blue 162

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

Shades of Cerulean #116EA2

Tints of Cerulean #116EA2

RGB

 RED value IS 17 (7.03% from 255) = 5.88%

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

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

R = 5.88%
G = 38.06%
B = 56.06%

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

#116EA2 (or 0x116EA2) is known color: Cerulean. HEX triplet: 11, 6E and A2. RGB value is (17,110,162). Sum of RGB (Red+Green+Blue) = 17+110+162=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #116EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EA2 is #EE915D. Grayscale: #575757. Windows color (decimal): -15634782 or 10645009. OLE color: 10645009.

HSL color Cylindrical-coordinate representation of color #116EA2: hue angle of 201.52º degrees, saturation: 0.81, 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 #116EA2 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 110 162 -
CMYK 0.90 0.32 0 0.36
HSL 201.52º 0.81% 0.35% -
HSV(B) 201.52º 0.9% 0.64% -
XYZ 12.33 13.88 36.21 -
YUV 88.12 169.69 77.27 -
System Red Green Blue C M Y K H S L
Decimal 17 110 162 0.90 0.32 0 0.36 201.52 0.81 0.35
Hex 11 6E A2 5A 20 0 24 CA 51 23
Octal 21 156 242 132 40 0 44 312 121 43
Binary 10001 1101110 10100010 1011010 100000 0 100100 11001010 1010001 100011

Color Harmonies of #116EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EA2

Black with #116EA2

Text Example


Text Example

White with #116EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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