Html Css Color HEX #116EA1 Cerulean

📋 copy color: '#116EA1'

red 17 ◦ green 110 ◦ blue 161

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

Shades of Cerulean #116EA1

Tints of Cerulean #116EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 55.9%

R = 5.9%
G = 38.19%
B = 55.9%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#116EA1 (or 0x116EA1) is known color: Cerulean. HEX triplet: 11, 6E and A1. RGB value is (17,110,161). Sum of RGB (Red+Green+Blue) = 17+110+161=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #116EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EA1 is #EE915E. Grayscale: #575757. Windows color (decimal): -15634783 or 10579473. OLE color: 10579473.

HSL color Cylindrical-coordinate representation of color #116EA1: hue angle of 201.25º 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 #116EA1 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 110 161 -
CMYK 0.89 0.32 0 0.37
HSL 201.25º 0.81% 0.35% -
HSV(B) 201.25º 0.89% 0.63% -
XYZ 12.24 13.84 35.75 -
YUV 88.01 169.19 77.35 -
System Red Green Blue C M Y K H S L
Decimal 17 110 161 0.89 0.32 0 0.37 201.25 0.81 0.35
Hex 11 6E A1 59 20 0 25 C9 51 23
Octal 21 156 241 131 40 0 45 311 121 43
Binary 10001 1101110 10100001 1011001 100000 0 100101 11001001 1010001 100011

Color Harmonies of #116EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EA1

Black with #116EA1

Text Example


Text Example

White with #116EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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