Html Css Color HEX #116EA7 Cerulean

📋 copy color: '#116EA7'

red 17 ◦ green 110 ◦ blue 167

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

Shades of Cerulean #116EA7

Tints of Cerulean #116EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 56.8%

R = 5.78%
G = 37.41%
B = 56.8%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#116EA7 (or 0x116EA7) is known color: Cerulean. HEX triplet: 11, 6E and A7. RGB value is (17,110,167). Sum of RGB (Red+Green+Blue) = 17+110+167=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 167 (65.62% from 255 or 56.80% from 294); Max value from RGB is 167 - color contains mainly: blue. Hex color #116EA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EA7 is #EE9158. Grayscale: #585858. Windows color (decimal): -15634777 or 10972689. OLE color: 10972689.

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

Color convert

RGB 17 110 167 -
CMYK 0.90 0.34 0 0.35
HSL 202.8º 0.82% 0.36% -
HSV(B) 202.8º 0.9% 0.65% -
XYZ 12.78 14.06 38.6 -
YUV 88.69 172.19 76.87 -
System Red Green Blue C M Y K H S L
Decimal 17 110 167 0.90 0.34 0 0.35 202.8 0.82 0.36
Hex 11 6E A7 5A 22 0 23 CB 52 24
Octal 21 156 247 132 42 0 43 313 122 44
Binary 10001 1101110 10100111 1011010 100010 0 100011 11001011 1010010 100100

Color Harmonies of #116EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EA7

Black with #116EA7

Text Example


Text Example

White with #116EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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