#095B82

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

Shades of Dark Cerulean #095B82

Tints of Dark Cerulean #095B82

Color information

#095B82 (or 0x095B82) is unknown color: approx Dark Cerulean. HEX triplet: 09, 5B and 82. RGB value is (9,91,130). Sum of RGB (Red+Green+Blue) = 9+91+130=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #095B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095B82 is #F6A47D. Grayscale: #464646. Windows color (decimal): -16163966 or 8542985. OLE color: 8542985.

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

Color convert

RGB991130-
CMYK0.930.3000.49
HSL199.34º87.05%27.25%-
HSV(B)199.34º93.08%50.98%-
XYZ7.889.1522.47-
YUV70.93161.3383.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 91 (35.94% from 255) = 39.57%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=3.91%
G=39.57%
B=56.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9911300.930.3000.49199.3487.0527.25
Hex95B825D1E031c7571b
Octal111332021353606130712733
Binary1001101101110000010101110111110011000111000111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095B82; }

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

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

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

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

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

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

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

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