Html Css Color HEX #116F95 Cerulean

📋 copy color: '#116F95'

red 17 ◦ green 111 ◦ blue 149

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

Shades of Cerulean #116F95

Tints of Cerulean #116F95

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.07%

 BLUE value IS 149 (58.59% from 255) = 53.79%

R = 6.14%
G = 40.07%
B = 53.79%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#116F95 (or 0x116F95) is known color: Cerulean. HEX triplet: 11, 6F and 95. RGB value is (17,111,149). Sum of RGB (Red+Green+Blue) = 17+111+149=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #116F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F95 is #EE906A. Grayscale: #565656. Windows color (decimal): -15634539 or 9793297. OLE color: 9793297.

HSL color Cylindrical-coordinate representation of color #116F95: hue angle of 197.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116F95 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 111 149 -
CMYK 0.89 0.26 0 0.42
HSL 197.27º 0.8% 0.33% -
HSV(B) 197.27º 0.89% 0.58% -
XYZ 11.34 13.66 30.47 -
YUV 87.23 162.86 77.91 -
System Red Green Blue C M Y K H S L
Decimal 17 111 149 0.89 0.26 0 0.42 197.27 0.8 0.33
Hex 11 6F 95 59 1A 0 2A C5 50 21
Octal 21 157 225 131 32 0 52 305 120 41
Binary 10001 1101111 10010101 1011001 11010 0 101010 11000101 1010000 100001

Color Harmonies of #116F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116F95

Black with #116F95

Text Example


Text Example

White with #116F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,111,149); }

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

background-color css

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

 a { background-color: rgb(17,111,149); }

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

border-color css

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

 span { border-color: rgb(17,111,149); }

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