Shades of Midnight Blue #0A0463
Tints of Midnight Blue #0A0463
RGB
CMYK
RGB Variations
Color information
#0A0463 (or 0x0A0463) is known color: Midnight Blue. HEX triplet: 0A, 04 and 63. RGB value is (10,4,99). Sum of RGB (Red+Green+Blue) = 10+4+99=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 99 (39.06% from 255 or 87.61% from 113); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A0463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0463 is #F5FB9C. Grayscale: #101010. Windows color (decimal): -16120733 or 6489098. OLE color: 6489098.
HSL color Cylindrical-coordinate representation of color #0A0463: hue angle of 243.79º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0463 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 4 | 99 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.61 |
| HSL | 243.79º | 0.92% | 0.2% | - |
| HSV(B) | 243.79º | 0.96% | 0.39% | - |
| XYZ | 2.42 | 1.05 | 11.88 | - |
| YUV | 16.62 | 174.49 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 99 | 0.90 | 0.96 | 0 | 0.61 | 243.79 | 0.92 | 0.2 |
| Hex | A | 4 | 63 | 5A | 60 | 0 | 3D | F4 | 5C | 14 |
| Octal | 12 | 4 | 143 | 132 | 140 | 0 | 75 | 364 | 134 | 24 |
| Binary | 1010 | 100 | 1100011 | 1011010 | 1100000 | 0 | 111101 | 11110100 | 1011100 | 10100 |
Color Harmonies of #0A0463
Complementary color
Monochromatic Colors of #0A0463
Black with #0A0463
Text Example
Text Example
White with #0A0463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0463; }
p { color: rgb(10,4,99); }
H1.HeaderClassName
{
color: #0A0463;
}
.AnyTagClassName
{
color: #0A0463;
}
</style>
background-color css
<style>
a { background-color: #0A0463; }
a { background-color: rgb(10,4,99); }
div.DivClassName
{
background-color: #0A0463;
}
.BgClassName
{
background-color: #0A0463;
}
</style>
border-color css
<style>
span { border-color: #0A0463; }
span { border-color: rgb(10,4,99); }
td.TdClassName
{
border-color: #0A0463;
}
.TagClassName
{
border-color: #0A0463;
}
</style>