#116899

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

Shades of Cerulean #116899

Tints of Cerulean #116899

Color information

#116899 (or 0x116899) is unknown color: approx Cerulean. HEX triplet: 11, 68 and 99. RGB value is (17,104,153). Sum of RGB (Red+Green+Blue) = 17+104+153=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #116899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116899 is #EE9766. Grayscale: #535353. Windows color (decimal): -15636327 or 10053649. OLE color: 10053649.

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

Color convert

RGB17104153-
CMYK0.890.3200.4
HSL201.62º80%33.33%-
HSV(B)201.62º88.89%60%-
XYZ10.9312.3231.94-
YUV83.57167.1880.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.20%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=6.20%
G=37.96%
B=55.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal171041530.890.3200.4201.628033.33
Hex1168995920028ca5021
Octal211502311314005031212041
Binary1000111010001001100110110011000000101000110010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116899; }

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

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

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

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

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

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

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

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