Shades of Midnight Blue #0A005F
Tints of Midnight Blue #0A005F
RGB
CMYK
RGB Variations
Color information
#0A005F (or 0x0A005F) is known color: Midnight Blue. HEX triplet: 0A, 00 and 5F. RGB value is (10,0,95). Sum of RGB (Red+Green+Blue) = 10+0+95=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 95 (37.5% from 255 or 90.48% from 105); Max value from RGB is 95 - color contains mainly: blue. Hex color #0A005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A005F is #F5FFA0. Grayscale: #0D0D0D. Windows color (decimal): -16121761 or 6225930. OLE color: 6225930.
HSL color Cylindrical-coordinate representation of color #0A005F: hue angle of 246.32º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A005F is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 10 | 0 | 95 | - |
| CMYK | 0.89 | 1 | 0 | 0.63 |
| HSL | 246.32º | 1% | 0.19% | - |
| HSV(B) | 246.32º | 1% | 0.37% | - |
| XYZ | 2.19 | 0.89 | 10.88 | - |
| YUV | 13.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 95 | 0.89 | 1 | 0 | 0.63 | 246.32 | 1 | 0.19 |
| Hex | A | 0 | 5F | 59 | 64 | 0 | 3F | F6 | 64 | 13 |
| Octal | 12 | 0 | 137 | 131 | 144 | 0 | 77 | 366 | 144 | 23 |
| Binary | 1010 | 0 | 1011111 | 1011001 | 1100100 | 0 | 111111 | 11110110 | 1100100 | 10011 |
Color Harmonies of #0A005F
Complementary color
Monochromatic Colors of #0A005F
Black with #0A005F
Text Example
Text Example
White with #0A005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A005F; }
p { color: rgb(10,0,95); }
H1.HeaderClassName
{
color: #0A005F;
}
.AnyTagClassName
{
color: #0A005F;
}
</style>
background-color css
<style>
a { background-color: #0A005F; }
a { background-color: rgb(10,0,95); }
div.DivClassName
{
background-color: #0A005F;
}
.BgClassName
{
background-color: #0A005F;
}
</style>
border-color css
<style>
span { border-color: #0A005F; }
span { border-color: rgb(10,0,95); }
td.TdClassName
{
border-color: #0A005F;
}
.TagClassName
{
border-color: #0A005F;
}
</style>