Html Css Color HEX #116E9C Cerulean

📋 copy color: '#116E9C'

red 17 ◦ green 110 ◦ blue 156

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

Shades of Cerulean #116E9C

Tints of Cerulean #116E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.12%

R = 6.01%
G = 38.87%
B = 55.12%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#116E9C (or 0x116E9C) is known color: Cerulean. HEX triplet: 11, 6E and 9C. RGB value is (17,110,156). Sum of RGB (Red+Green+Blue) = 17+110+156=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #116E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E9C is #EE9163. Grayscale: #575757. Windows color (decimal): -15634788 or 10251793. OLE color: 10251793.

HSL color Cylindrical-coordinate representation of color #116E9C: hue angle of 199.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116E9C is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 110 156 -
CMYK 0.89 0.29 0 0.39
HSL 199.86º 0.8% 0.34% -
HSV(B) 199.86º 0.89% 0.61% -
XYZ 11.81 13.67 33.47 -
YUV 87.44 166.69 77.76 -
System Red Green Blue C M Y K H S L
Decimal 17 110 156 0.89 0.29 0 0.39 199.86 0.8 0.34
Hex 11 6E 9C 59 1D 0 27 C8 50 22
Octal 21 156 234 131 35 0 47 310 120 42
Binary 10001 1101110 10011100 1011001 11101 0 100111 11001000 1010000 100010

Color Harmonies of #116E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E9C

Black with #116E9C

Text Example


Text Example

White with #116E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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