Shades of Midnight Blue #0A015C
Tints of Midnight Blue #0A015C
RGB
CMYK
RGB Variations
Color information
#0A015C (or 0x0A015C) is known color: Midnight Blue. HEX triplet: 0A, 01 and 5C. RGB value is (10,1,92). Sum of RGB (Red+Green+Blue) = 10+1+92=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 92 (36.33% from 255 or 89.32% from 103); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A015C is #F5FEA3. Grayscale: #0D0D0D. Windows color (decimal): -16121508 or 6029578. OLE color: 6029578.
HSL color Cylindrical-coordinate representation of color #0A015C: hue angle of 245.93º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A015C is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 1 | 92 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.64 |
| HSL | 245.93º | 0.98% | 0.18% | - |
| HSV(B) | 245.93º | 0.99% | 0.36% | - |
| XYZ | 2.07 | 0.86 | 10.18 | - |
| YUV | 14.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 92 | 0.89 | 0.99 | 0 | 0.64 | 245.93 | 0.98 | 0.18 |
| Hex | A | 1 | 5C | 59 | 63 | 0 | 40 | F6 | 62 | 12 |
| Octal | 12 | 1 | 134 | 131 | 143 | 0 | 100 | 366 | 142 | 22 |
| Binary | 1010 | 1 | 1011100 | 1011001 | 1100011 | 0 | 1000000 | 11110110 | 1100010 | 10010 |
Color Harmonies of #0A015C
Complementary color
Monochromatic Colors of #0A015C
Black with #0A015C
Text Example
Text Example
White with #0A015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A015C; }
p { color: rgb(10,1,92); }
H1.HeaderClassName
{
color: #0A015C;
}
.AnyTagClassName
{
color: #0A015C;
}
</style>
background-color css
<style>
a { background-color: #0A015C; }
a { background-color: rgb(10,1,92); }
div.DivClassName
{
background-color: #0A015C;
}
.BgClassName
{
background-color: #0A015C;
}
</style>
border-color css
<style>
span { border-color: #0A015C; }
span { border-color: rgb(10,1,92); }
td.TdClassName
{
border-color: #0A015C;
}
.TagClassName
{
border-color: #0A015C;
}
</style>