#095577

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

Shades of Dark Cerulean #095577

Tints of Dark Cerulean #095577

Color information

#095577 (or 0x095577) is unknown color: approx Dark Cerulean. HEX triplet: 09, 55 and 77. RGB value is (9,85,119). Sum of RGB (Red+Green+Blue) = 9+85+119=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #095577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095577 is #F6AA88. Grayscale: #414141. Windows color (decimal): -16165513 or 7820553. OLE color: 7820553.

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

Color convert

RGB985119-
CMYK0.920.2900.53
HSL198.55º85.94%25.1%-
HSV(B)198.55º92.44%46.67%-
XYZ6.697.8918.62-
YUV66.15157.8287.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=4.23%
G=39.91%
B=55.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9851190.920.2900.53198.5585.9425.1
Hex955775C1D035c75619
Octal111251671343506530712631
Binary100110101011110111101110011101011010111000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095577; }

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

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

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

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

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

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

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

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