Shades of Midnight Blue #0A1268
Tints of Midnight Blue #0A1268
RGB
CMYK
RGB Variations
Color information
#0A1268 (or 0x0A1268) is known color: Midnight Blue. HEX triplet: 0A, 12 and 68. RGB value is (10,18,104). Sum of RGB (Red+Green+Blue) = 10+18+104=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 104 (41.02% from 255 or 78.79% from 132); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A1268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1268 is #F5ED97. Grayscale: #191919. Windows color (decimal): -16117144 or 6820362. OLE color: 6820362.
HSL color Cylindrical-coordinate representation of color #0A1268: hue angle of 234.89º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1268 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 18 | 104 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.59 |
| HSL | 234.89º | 0.82% | 0.22% | - |
| HSV(B) | 234.89º | 0.9% | 0.41% | - |
| XYZ | 2.84 | 1.5 | 13.24 | - |
| YUV | 25.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 104 | 0.90 | 0.83 | 0 | 0.59 | 234.89 | 0.82 | 0.22 |
| Hex | A | 12 | 68 | 5A | 53 | 0 | 3B | EB | 52 | 16 |
| Octal | 12 | 22 | 150 | 132 | 123 | 0 | 73 | 353 | 122 | 26 |
| Binary | 1010 | 10010 | 1101000 | 1011010 | 1010011 | 0 | 111011 | 11101011 | 1010010 | 10110 |
Color Harmonies of #0A1268
Complementary color
Monochromatic Colors of #0A1268
Black with #0A1268
Text Example
Text Example
White with #0A1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1268; }
p { color: rgb(10,18,104); }
H1.HeaderClassName
{
color: #0A1268;
}
.AnyTagClassName
{
color: #0A1268;
}
</style>
background-color css
<style>
a { background-color: #0A1268; }
a { background-color: rgb(10,18,104); }
div.DivClassName
{
background-color: #0A1268;
}
.BgClassName
{
background-color: #0A1268;
}
</style>
border-color css
<style>
span { border-color: #0A1268; }
span { border-color: rgb(10,18,104); }
td.TdClassName
{
border-color: #0A1268;
}
.TagClassName
{
border-color: #0A1268;
}
</style>