#116D99

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

Shades of Cerulean #116D99

Tints of Cerulean #116D99

Color information

#116D99 (or 0x116D99) is unknown color: approx Cerulean. HEX triplet: 11, 6D and 99. RGB value is (17,109,153). Sum of RGB (Red+Green+Blue) = 17+109+153=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #116D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116D99 is #EE9266. Grayscale: #565656. Windows color (decimal): -15635047 or 10054929. OLE color: 10054929.

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

Color convert

RGB17109153-
CMYK0.890.2900.4
HSL199.41º80%33.33%-
HSV(B)199.41º88.89%60%-
XYZ11.4513.3632.11-
YUV86.51165.5278.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.09%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 153 (60.16% from 255) = 54.84%
R=6.09%
G=39.07%
B=54.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal171091530.890.2900.4199.418033.33
Hex116D99591D028c75021
Octal211552311313505030712041
Binary100011101101100110011011001111010101000110001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #116D99;
 }
 .AnyTagClassName
 {
   color: #116D99;
 }
</style>
background-color css

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

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

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

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

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

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