#0A5993

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

Shades of Dark Cerulean #0A5993

Tints of Dark Cerulean #0A5993

Color information

#0A5993 (or 0x0A5993) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 59 and 93. RGB value is (10,89,147). Sum of RGB (Red+Green+Blue) = 10+89+147=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A5993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5993 is #F5A66C. Grayscale: #474747. Windows color (decimal): -16098925 or 9656586. OLE color: 9656586.

HSL color Cylindrical-coordinate representation of color #0A5993: hue angle of 205.4º 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 #0A5993 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1089147-
CMYK0.930.3900.42
HSL205.4º87.26%30.78%-
HSV(B)205.4º93.2%57.65%-
XYZ8.969.3228.93-
YUV71.99170.3383.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 147 (57.81% from 255) = 59.76%
R=4.07%
G=36.18%
B=59.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10891470.930.3900.42205.487.2630.78
HexA59935D2702Acd571f
Octal121312231354705231512737
Binary10101011001100100111011101100111010101011001101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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