#115587

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

Shades of Dark Cerulean #115587

Tints of Dark Cerulean #115587

Color information

#115587 (or 0x115587) is unknown color: approx Dark Cerulean. HEX triplet: 11, 55 and 87. RGB value is (17,85,135). Sum of RGB (Red+Green+Blue) = 17+85+135=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #115587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115587 is #EEAA78. Grayscale: #464646. Windows color (decimal): -15641209 or 8869137. OLE color: 8869137.

HSL color Cylindrical-coordinate representation of color #115587: hue angle of 205.42º degrees, saturation: 0.78, 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 #115587 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1785135-
CMYK0.870.3700.47
HSL205.42º77.63%29.8%-
HSV(B)205.42º87.41%52.94%-
XYZ7.858.3724.12-
YUV70.37164.4789.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 135 (53.12% from 255) = 56.96%
R=7.17%
G=35.86%
B=56.96%

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
Decimal17851350.870.3700.47205.4277.6329.8
Hex115587572502Fcd4e1e
Octal211252071274505731511636
Binary100011010101100001111010111100101010111111001101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115587; }

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

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

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

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

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

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

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

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