#095587

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

Shades of Dark Cerulean #095587

Tints of Dark Cerulean #095587

Color information

#095587 (or 0x095587) is unknown color: approx Dark Cerulean. HEX triplet: 09, 55 and 87. RGB value is (9,85,135). Sum of RGB (Red+Green+Blue) = 9+85+135=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #095587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095587 is #F6AA78. Grayscale: #434343. Windows color (decimal): -16165497 or 8869129. OLE color: 8869129.

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

Color convert

RGB985135-
CMYK0.930.3700.47
HSL203.81º87.5%28.24%-
HSV(B)203.81º93.33%52.94%-
XYZ7.738.324.12-
YUV67.98165.8285.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=3.93%
G=37.12%
B=58.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9851350.930.3700.47203.8187.528.24
Hex955875D2502Fcc581c
Octal111252071354505731413034
Binary10011010101100001111011101100101010111111001100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095587; }

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

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

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

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

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

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

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

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