#095780

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

Shades of Dark Cerulean #095780

Tints of Dark Cerulean #095780

Color information

#095780 (or 0x095780) is unknown color: approx Dark Cerulean. HEX triplet: 09, 57 and 80. RGB value is (9,87,128). Sum of RGB (Red+Green+Blue) = 9+87+128=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #095780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095780 is #F6A87F. Grayscale: #444444. Windows color (decimal): -16164992 or 8410889. OLE color: 8410889.

HSL color Cylindrical-coordinate representation of color #095780: hue angle of 200.67º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095780 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB987128-
CMYK0.930.3200.50
HSL200.67º86.86%26.86%-
HSV(B)200.67º92.97%50.2%-
XYZ7.428.4321.66-
YUV68.35161.6685.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 128 (50.39% from 255) = 57.14%
R=4.02%
G=38.84%
B=57.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9871280.930.3200.50200.6786.8626.86
Hex957805D20032c9571b
Octal111272001354006231112733
Binary10011010111100000001011101100000011001011001001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095780; }

 p { color: rgb(9,87,128); }

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

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

 a { background-color: rgb(9,87,128); }

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

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

 span { border-color: rgb(9,87,128); }

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