Html Css Color HEX #116EA0 Cerulean

📋 copy color: '#116EA0'

red 17 ◦ green 110 ◦ blue 160

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

Shades of Cerulean #116EA0

Tints of Cerulean #116EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 55.75%

R = 5.92%
G = 38.33%
B = 55.75%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#116EA0 (or 0x116EA0) is known color: Cerulean. HEX triplet: 11, 6E and A0. RGB value is (17,110,160). Sum of RGB (Red+Green+Blue) = 17+110+160=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #116EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EA0 is #EE915F. Grayscale: #575757. Windows color (decimal): -15634784 or 10513937. OLE color: 10513937.

HSL color Cylindrical-coordinate representation of color #116EA0: hue angle of 200.98º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116EA0 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 110 160 -
CMYK 0.89 0.31 0 0.37
HSL 200.98º 0.81% 0.35% -
HSV(B) 200.98º 0.89% 0.63% -
XYZ 12.15 13.81 35.28 -
YUV 87.89 168.69 77.43 -
System Red Green Blue C M Y K H S L
Decimal 17 110 160 0.89 0.31 0 0.37 200.98 0.81 0.35
Hex 11 6E A0 59 1F 0 25 C9 51 23
Octal 21 156 240 131 37 0 45 311 121 43
Binary 10001 1101110 10100000 1011001 11111 0 100101 11001001 1010001 100011

Color Harmonies of #116EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EA0

Black with #116EA0

Text Example


Text Example

White with #116EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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