Html Css Color HEX #116E9B Cerulean

📋 copy color: '#116E9B'

red 17 ◦ green 110 ◦ blue 155

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

Shades of Cerulean #116E9B

Tints of Cerulean #116E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.96%

R = 6.03%
G = 39.01%
B = 54.96%

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

#116E9B (or 0x116E9B) is known color: Cerulean. HEX triplet: 11, 6E and 9B. RGB value is (17,110,155). Sum of RGB (Red+Green+Blue) = 17+110+155=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #116E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E9B is #EE9164. Grayscale: #575757. Windows color (decimal): -15634789 or 10186257. OLE color: 10186257.

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

Color convert

RGB 17 110 155 -
CMYK 0.89 0.29 0 0.39
HSL 199.57º 0.8% 0.34% -
HSV(B) 199.57º 0.89% 0.61% -
XYZ 11.72 13.64 33.02 -
YUV 87.32 166.19 77.84 -
System Red Green Blue C M Y K H S L
Decimal 17 110 155 0.89 0.29 0 0.39 199.57 0.8 0.34
Hex 11 6E 9B 59 1D 0 27 C8 50 22
Octal 21 156 233 131 35 0 47 310 120 42
Binary 10001 1101110 10011011 1011001 11101 0 100111 11001000 1010000 100010

Color Harmonies of #116E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E9B

Black with #116E9B

Text Example


Text Example

White with #116E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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