#095582

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

Shades of Dark Cerulean #095582

Tints of Dark Cerulean #095582

Color information

#095582 (or 0x095582) is unknown color: approx Dark Cerulean. HEX triplet: 09, 55 and 82. RGB value is (9,85,130). Sum of RGB (Red+Green+Blue) = 9+85+130=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #095582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095582 is #F6AA7D. Grayscale: #434343. Windows color (decimal): -16165502 or 8541449. OLE color: 8541449.

HSL color Cylindrical-coordinate representation of color #095582: hue angle of 202.31º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095582 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB985130-
CMYK0.930.3500.49
HSL202.31º87.05%27.25%-
HSV(B)202.31º93.08%50.98%-
XYZ7.398.1722.31-
YUV67.41163.3286.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 130 (51.17% from 255) = 58.04%
R=4.02%
G=37.95%
B=58.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9851300.930.3500.49202.3187.0527.25
Hex955825D23031ca571b
Octal111252021354306131212733
Binary10011010101100000101011101100011011000111001010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095582; }

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

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

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

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

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

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

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

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