Shades of Midnight Blue #0A0360
Tints of Midnight Blue #0A0360
RGB
CMYK
RGB Variations
Color information
#0A0360 (or 0x0A0360) is known color: Midnight Blue. HEX triplet: 0A, 03 and 60. RGB value is (10,3,96). Sum of RGB (Red+Green+Blue) = 10+3+96=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 96 (37.89% from 255 or 88.07% from 109); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A0360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0360 is #F5FC9F. Grayscale: #0F0F0F. Windows color (decimal): -16120992 or 6292234. OLE color: 6292234.
HSL color Cylindrical-coordinate representation of color #0A0360: hue angle of 244.52º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A0360 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 3 | 96 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.62 |
| HSL | 244.52º | 0.94% | 0.19% | - |
| HSV(B) | 244.52º | 0.97% | 0.38% | - |
| XYZ | 2.27 | 0.97 | 11.13 | - |
| YUV | 15.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 96 | 0.90 | 0.97 | 0 | 0.62 | 244.52 | 0.94 | 0.19 |
| Hex | A | 3 | 60 | 5A | 61 | 0 | 3E | F5 | 5E | 13 |
| Octal | 12 | 3 | 140 | 132 | 141 | 0 | 76 | 365 | 136 | 23 |
| Binary | 1010 | 11 | 1100000 | 1011010 | 1100001 | 0 | 111110 | 11110101 | 1011110 | 10011 |
Color Harmonies of #0A0360
Complementary color
Monochromatic Colors of #0A0360
Black with #0A0360
Text Example
Text Example
White with #0A0360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0360; }
p { color: rgb(10,3,96); }
H1.HeaderClassName
{
color: #0A0360;
}
.AnyTagClassName
{
color: #0A0360;
}
</style>
background-color css
<style>
a { background-color: #0A0360; }
a { background-color: rgb(10,3,96); }
div.DivClassName
{
background-color: #0A0360;
}
.BgClassName
{
background-color: #0A0360;
}
</style>
border-color css
<style>
span { border-color: #0A0360; }
span { border-color: rgb(10,3,96); }
td.TdClassName
{
border-color: #0A0360;
}
.TagClassName
{
border-color: #0A0360;
}
</style>