#115586

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

Shades of Dark Cerulean #115586

Tints of Dark Cerulean #115586

Color information

#115586 (or 0x115586) is unknown color: approx Dark Cerulean. HEX triplet: 11, 55 and 86. RGB value is (17,85,134). Sum of RGB (Red+Green+Blue) = 17+85+134=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #115586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115586 is #EEAA79. Grayscale: #454545. Windows color (decimal): -15641210 or 8803601. OLE color: 8803601.

HSL color Cylindrical-coordinate representation of color #115586: hue angle of 205.13º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115586 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1785134-
CMYK0.870.3700.47
HSL205.13º77.48%29.61%-
HSV(B)205.13º87.31%52.55%-
XYZ7.788.3423.75-
YUV70.25163.9790.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.20%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 134 (52.73% from 255) = 56.78%
R=7.20%
G=36.02%
B=56.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17851340.870.3700.47205.1377.4829.61
Hex115586572502Fcd4d1e
Octal211252061274505731511536
Binary100011010101100001101010111100101010111111001101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115586; }

 p { color: rgb(17,85,134); }

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

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

 a { background-color: rgb(17,85,134); }

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

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

 span { border-color: rgb(17,85,134); }

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