#116699

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

Shades of Cerulean #116699

Tints of Cerulean #116699

Color information

#116699 (or 0x116699) is unknown color: approx Cerulean. HEX triplet: 11, 66 and 99. RGB value is (17,102,153). Sum of RGB (Red+Green+Blue) = 17+102+153=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #116699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116699 is #EE9966. Grayscale: #525252. Windows color (decimal): -15636839 or 10053137. OLE color: 10053137.

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

Color convert

RGB17102153-
CMYK0.890.3300.4
HSL202.5º80%33.33%-
HSV(B)202.5º88.89%60%-
XYZ10.7311.9231.87-
YUV82.4167.8481.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.25%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 153 (60.16% from 255) = 56.25%
R=6.25%
G=37.5%
B=56.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal171021530.890.3300.4202.58033.33
Hex1166995921028ca5021
Octal211462311314105031212041
Binary1000111001101001100110110011000010101000110010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116699; }

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

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

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

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

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

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

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

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