#116A99

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

Shades of Cerulean #116A99

Tints of Cerulean #116A99

Color information

#116A99 (or 0x116A99) is unknown color: approx Cerulean. HEX triplet: 11, 6A and 99. RGB value is (17,106,153). Sum of RGB (Red+Green+Blue) = 17+106+153=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #116A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116A99 is #EE9566. Grayscale: #545454. Windows color (decimal): -15635815 or 10054161. OLE color: 10054161.

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

Color convert

RGB17106153-
CMYK0.890.3100.4
HSL200.74º80%33.33%-
HSV(B)200.74º88.89%60%-
XYZ11.1312.7332.01-
YUV84.75166.5179.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.16%
GREEN value IS 106 (41.80% from 255) = 38.41%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=6.16%
G=38.41%
B=55.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal171061530.890.3100.4200.748033.33
Hex116A99591F028c95021
Octal211522311313705031112041
Binary100011101010100110011011001111110101000110010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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