#095786

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

Shades of Dark Cerulean #095786

Tints of Dark Cerulean #095786

Color information

#095786 (or 0x095786) is unknown color: approx Dark Cerulean. HEX triplet: 09, 57 and 86. RGB value is (9,87,134). Sum of RGB (Red+Green+Blue) = 9+87+134=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #095786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095786 is #F6A879. Grayscale: #444444. Windows color (decimal): -16164986 or 8804105. OLE color: 8804105.

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

Color convert

RGB987134-
CMYK0.930.3500.47
HSL202.56º87.41%28.04%-
HSV(B)202.56º93.28%52.55%-
XYZ7.828.623.8-
YUV69.04164.6685.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 87 (34.38% from 255) = 37.83%
BLUE value IS 134 (52.73% from 255) = 58.26%
R=3.91%
G=37.83%
B=58.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9871340.930.3500.47202.5687.4128.04
Hex957865D2302Fcb571c
Octal111272061354305731312734
Binary10011010111100001101011101100011010111111001011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095786; }

 p { color: rgb(9,87,134); }

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

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

 a { background-color: rgb(9,87,134); }

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

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

 span { border-color: rgb(9,87,134); }

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