Shades of Midnight Blue #0A1C81
Tints of Midnight Blue #0A1C81
RGB
CMYK
RGB Variations
Color information
#0A1C81 (or 0x0A1C81) is known color: Midnight Blue. HEX triplet: 0A, 1C and 81. RGB value is (10,28,129). Sum of RGB (Red+Green+Blue) = 10+28+129=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 129 (50.78% from 255 or 77.25% from 167); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A1C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1C81 is #F5E37E. Grayscale: #212121. Windows color (decimal): -16114559 or 8461322. OLE color: 8461322.
HSL color Cylindrical-coordinate representation of color #0A1C81: hue angle of 230.92º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1C81 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 28 | 129 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.49 |
| HSL | 230.92º | 0.86% | 0.27% | - |
| HSV(B) | 230.92º | 0.92% | 0.51% | - |
| XYZ | 4.5 | 2.48 | 21.01 | - |
| YUV | 34.13 | 181.54 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 129 | 0.92 | 0.78 | 0 | 0.49 | 230.92 | 0.86 | 0.27 |
| Hex | A | 1C | 81 | 5C | 4E | 0 | 31 | E7 | 56 | 1B |
| Octal | 12 | 34 | 201 | 134 | 116 | 0 | 61 | 347 | 126 | 33 |
| Binary | 1010 | 11100 | 10000001 | 1011100 | 1001110 | 0 | 110001 | 11100111 | 1010110 | 11011 |
Color Harmonies of #0A1C81
Complementary color
Monochromatic Colors of #0A1C81
Black with #0A1C81
Text Example
Text Example
White with #0A1C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C81; }
p { color: rgb(10,28,129); }
H1.HeaderClassName
{
color: #0A1C81;
}
.AnyTagClassName
{
color: #0A1C81;
}
</style>
background-color css
<style>
a { background-color: #0A1C81; }
a { background-color: rgb(10,28,129); }
div.DivClassName
{
background-color: #0A1C81;
}
.BgClassName
{
background-color: #0A1C81;
}
</style>
border-color css
<style>
span { border-color: #0A1C81; }
span { border-color: rgb(10,28,129); }
td.TdClassName
{
border-color: #0A1C81;
}
.TagClassName
{
border-color: #0A1C81;
}
</style>