#095579

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

Shades of Dark Cerulean #095579

Tints of Dark Cerulean #095579

Color information

#095579 (or 0x095579) is unknown color: approx Dark Cerulean. HEX triplet: 09, 55 and 79. RGB value is (9,85,121). Sum of RGB (Red+Green+Blue) = 9+85+121=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #095579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095579 is #F6AA86. Grayscale: #424242. Windows color (decimal): -16165511 or 7951625. OLE color: 7951625.

HSL color Cylindrical-coordinate representation of color #095579: hue angle of 199.29º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095579 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB985121-
CMYK0.930.3000.53
HSL199.29º86.15%25.49%-
HSV(B)199.29º92.56%47.45%-
XYZ6.817.9419.26-
YUV66.38158.8287.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 121 (47.66% from 255) = 56.28%
R=4.19%
G=39.53%
B=56.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9851210.930.3000.53199.2986.1525.49
Hex955795D1E035c75619
Octal111251711353606530712631
Binary100110101011111001101110111110011010111000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095579; }

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

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

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

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

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

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

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

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