#095682

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

Shades of Dark Cerulean #095682

Tints of Dark Cerulean #095682

Color information

#095682 (or 0x095682) is unknown color: approx Dark Cerulean. HEX triplet: 09, 56 and 82. RGB value is (9,86,130). Sum of RGB (Red+Green+Blue) = 9+86+130=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #095682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095682 is #F6A97D. Grayscale: #434343. Windows color (decimal): -16165246 or 8541705. OLE color: 8541705.

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

Color convert

RGB986130-
CMYK0.930.3400.49
HSL201.82º87.05%27.25%-
HSV(B)201.82º93.08%50.98%-
XYZ7.478.3322.33-
YUV67.99162.9985.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 130 (51.17% from 255) = 57.78%
R=4%
G=38.22%
B=57.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9861300.930.3400.49201.8287.0527.25
Hex956825D22031ca571b
Octal111262021354206131212733
Binary10011010110100000101011101100010011000111001010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095682; }

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

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

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

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

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

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

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

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