#116F99

Color #116F99 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #116F99

Tints of Cerulean #116F99

Color information

#116F99 (or 0x116F99) is unknown color: approx 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

RGB17111153-
CMYK0.890.2700.4
HSL198.53º80%33.33%-
HSV(B)198.53º88.89%60%-
XYZ11.6713.7932.18-
YUV87.68164.8677.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.05%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 153 (60.16% from 255) = 54.45%
R=6.05%
G=39.50%
B=54.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal171111530.890.2700.4198.538033.33
Hex116F99591B028c75021
Octal211572311313305030712041
Binary100011101111100110011011001110110101000110001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>