#0A5791

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

Shades of Dark Cerulean #0A5791

Tints of Dark Cerulean #0A5791

Color information

#0A5791 (or 0x0A5791) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 57 and 91. RGB value is (10,87,145). Sum of RGB (Red+Green+Blue) = 10+87+145=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A5791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5791 is #F5A86E. Grayscale: #464646. Windows color (decimal): -16099439 or 9525002. OLE color: 9525002.

HSL color Cylindrical-coordinate representation of color #0A5791: hue angle of 205.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5791 is Cyan = 0.93, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1087145-
CMYK0.930.400.43
HSL205.78º87.1%30.39%-
HSV(B)205.78º93.1%56.86%-
XYZ8.648.9328.06-
YUV70.59169.9984.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 145 (57.03% from 255) = 59.92%
R=4.13%
G=35.95%
B=59.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10871450.930.400.43205.7887.130.39
HexA57915D2802Bce571e
Octal121272211355005331612736
Binary10101010111100100011011101101000010101111001110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5791; }

 p { color: rgb(10,87,145); }

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

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

 a { background-color: rgb(10,87,145); }

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

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

 span { border-color: rgb(10,87,145); }

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