Shades of Midnight Blue #0A0E65
Tints of Midnight Blue #0A0E65
RGB
CMYK
RGB Variations
Color information
#0A0E65 (or 0x0A0E65) is known color: Midnight Blue. HEX triplet: 0A, 0E and 65. RGB value is (10,14,101). Sum of RGB (Red+Green+Blue) = 10+14+101=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 101 (39.84% from 255 or 80.8% from 125); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A0E65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0E65 is #F5F19A. Grayscale: #161616. Windows color (decimal): -16118171 or 6622730. OLE color: 6622730.
HSL color Cylindrical-coordinate representation of color #0A0E65: hue angle of 237.36º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0E65 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 14 | 101 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.60 |
| HSL | 237.36º | 0.82% | 0.22% | - |
| HSV(B) | 237.36º | 0.9% | 0.4% | - |
| XYZ | 2.63 | 1.32 | 12.43 | - |
| YUV | 22.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 101 | 0.90 | 0.86 | 0 | 0.60 | 237.36 | 0.82 | 0.22 |
| Hex | A | E | 65 | 5A | 56 | 0 | 3C | ED | 52 | 16 |
| Octal | 12 | 16 | 145 | 132 | 126 | 0 | 74 | 355 | 122 | 26 |
| Binary | 1010 | 1110 | 1100101 | 1011010 | 1010110 | 0 | 111100 | 11101101 | 1010010 | 10110 |
Color Harmonies of #0A0E65
Complementary color
Monochromatic Colors of #0A0E65
Black with #0A0E65
Text Example
Text Example
White with #0A0E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0E65; }
p { color: rgb(10,14,101); }
H1.HeaderClassName
{
color: #0A0E65;
}
.AnyTagClassName
{
color: #0A0E65;
}
</style>
background-color css
<style>
a { background-color: #0A0E65; }
a { background-color: rgb(10,14,101); }
div.DivClassName
{
background-color: #0A0E65;
}
.BgClassName
{
background-color: #0A0E65;
}
</style>
border-color css
<style>
span { border-color: #0A0E65; }
span { border-color: rgb(10,14,101); }
td.TdClassName
{
border-color: #0A0E65;
}
.TagClassName
{
border-color: #0A0E65;
}
</style>