#095987

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

Shades of Dark Cerulean #095987

Tints of Dark Cerulean #095987

Color information

#095987 (or 0x095987) is unknown color: approx Dark Cerulean. HEX triplet: 09, 59 and 87. RGB value is (9,89,135). Sum of RGB (Red+Green+Blue) = 9+89+135=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #095987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095987 is #F6A678. Grayscale: #464646. Windows color (decimal): -16164473 or 8870153. OLE color: 8870153.

HSL color Cylindrical-coordinate representation of color #095987: hue angle of 201.9º 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 #095987 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB989135-
CMYK0.930.3400.47
HSL201.9º87.5%28.24%-
HSV(B)201.9º93.33%52.94%-
XYZ8.068.9524.22-
YUV70.32164.584.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.86%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 135 (53.12% from 255) = 57.94%
R=3.86%
G=38.20%
B=57.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9891350.930.3400.47201.987.528.24
Hex959875D2202Fca581c
Octal111312071354205731213034
Binary10011011001100001111011101100010010111111001010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095987; }

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

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

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

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

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

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

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

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