#095A83

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

Shades of Dark Cerulean #095A83

Tints of Dark Cerulean #095A83

Color information

#095A83 (or 0x095A83) is unknown color: approx Dark Cerulean. HEX triplet: 09, 5A and 83. RGB value is (9,90,131). Sum of RGB (Red+Green+Blue) = 9+90+131=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #095A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A83 is #F6A57C. Grayscale: #464646. Windows color (decimal): -16164221 or 8608265. OLE color: 8608265.

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

Color convert

RGB990131-
CMYK0.930.3100.49
HSL200.16º87.14%27.45%-
HSV(B)200.16º93.13%51.37%-
XYZ7.879.0122.8-
YUV70.46162.1684.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 131 (51.56% from 255) = 56.96%
R=3.91%
G=39.13%
B=56.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9901310.930.3100.49200.1687.1427.45
Hex95A835D1F031c8571b
Octal111322031353706131012733
Binary1001101101010000011101110111111011000111001000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,90,131); }

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

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

 a { background-color: rgb(9,90,131); }

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

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

 span { border-color: rgb(9,90,131); }

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