Html Css Color HEX #116F99 Cerulean

📋 copy color: '#116F99'

red 17 ◦ green 111 ◦ blue 153

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

Shades of Cerulean #116F99

Tints of Cerulean #116F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 54.45%

R = 6.05%
G = 39.5%
B = 54.45%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#116F99 (or 0x116F99) is known color: Cerulean. HEX triplet: 11, 6F and 99. RGB value is (17,111,153). Sum of RGB (Red+Green+Blue) = 17+111+153=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #116F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F99 is #EE9066. Grayscale: #575757. Windows color (decimal): -15634535 or 10055441. OLE color: 10055441.

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

Color convert

RGB 17 111 153 -
CMYK 0.89 0.27 0 0.4
HSL 198.53º 0.8% 0.33% -
HSV(B) 198.53º 0.89% 0.6% -
XYZ 11.67 13.79 32.18 -
YUV 87.68 164.86 77.58 -
System Red Green Blue C M Y K H S L
Decimal 17 111 153 0.89 0.27 0 0.4 198.53 0.8 0.33
Hex 11 6F 99 59 1B 0 28 C7 50 21
Octal 21 157 231 131 33 0 50 307 120 41
Binary 10001 1101111 10011001 1011001 11011 0 101000 11000111 1010000 100001

Color Harmonies of #116F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116F99

Black with #116F99

Text Example


Text Example

White with #116F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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