#0A5793

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

Shades of Dark Cerulean #0A5793

Tints of Dark Cerulean #0A5793

Color information

#0A5793 (or 0x0A5793) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 57 and 93. RGB value is (10,87,147). Sum of RGB (Red+Green+Blue) = 10+87+147=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A5793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5793 is #F5A86C. Grayscale: #464646. Windows color (decimal): -16099437 or 9656074. OLE color: 9656074.

HSL color Cylindrical-coordinate representation of color #0A5793: hue angle of 206.28º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5793 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1087147-
CMYK0.930.4100.42
HSL206.28º87.26%30.78%-
HSV(B)206.28º93.2%57.65%-
XYZ8.88.9928.87-
YUV70.82170.9984.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.10%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 147 (57.81% from 255) = 60.25%
R=4.10%
G=35.66%
B=60.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10871470.930.4100.42206.2887.2630.78
HexA57935D2902Ace571f
Octal121272231355105231612737
Binary10101010111100100111011101101001010101011001110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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