Shades of Midnight Blue #0A0F52
Tints of Midnight Blue #0A0F52
RGB
CMYK
RGB Variations
Color information
#0A0F52 (or 0x0A0F52) is known color: Midnight Blue. HEX triplet: 0A, 0F and 52. RGB value is (10,15,82). Sum of RGB (Red+Green+Blue) = 10+15+82=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A0F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0F52 is #F5F0AD. Grayscale: #141414. Windows color (decimal): -16117934 or 5377802. OLE color: 5377802.
HSL color Cylindrical-coordinate representation of color #0A0F52: hue angle of 235.83º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A0F52 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 15 | 82 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.68 |
| HSL | 235.83º | 0.78% | 0.18% | - |
| HSV(B) | 235.83º | 0.88% | 0.32% | - |
| XYZ | 1.82 | 1.02 | 8.08 | - |
| YUV | 21.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 82 | 0.88 | 0.82 | 0 | 0.68 | 235.83 | 0.78 | 0.18 |
| Hex | A | F | 52 | 58 | 52 | 0 | 44 | EC | 4E | 12 |
| Octal | 12 | 17 | 122 | 130 | 122 | 0 | 104 | 354 | 116 | 22 |
| Binary | 1010 | 1111 | 1010010 | 1011000 | 1010010 | 0 | 1000100 | 11101100 | 1001110 | 10010 |
Color Harmonies of #0A0F52
Complementary color
Monochromatic Colors of #0A0F52
Black with #0A0F52
Text Example
Text Example
White with #0A0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0F52; }
p { color: rgb(10,15,82); }
H1.HeaderClassName
{
color: #0A0F52;
}
.AnyTagClassName
{
color: #0A0F52;
}
</style>
background-color css
<style>
a { background-color: #0A0F52; }
a { background-color: rgb(10,15,82); }
div.DivClassName
{
background-color: #0A0F52;
}
.BgClassName
{
background-color: #0A0F52;
}
</style>
border-color css
<style>
span { border-color: #0A0F52; }
span { border-color: rgb(10,15,82); }
td.TdClassName
{
border-color: #0A0F52;
}
.TagClassName
{
border-color: #0A0F52;
}
</style>