Shades of Midnight Blue #0A1F80
Tints of Midnight Blue #0A1F80
RGB
CMYK
RGB Variations
Color information
#0A1F80 (or 0x0A1F80) is known color: Midnight Blue. HEX triplet: 0A, 1F and 80. RGB value is (10,31,128). Sum of RGB (Red+Green+Blue) = 10+31+128=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 128 (50.39% from 255 or 75.74% from 169); Max value from RGB is 128 - color contains mainly: blue. Hex color #0A1F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1F80 is #F5E07F. Grayscale: #232323. Windows color (decimal): -16113792 or 8396554. OLE color: 8396554.
HSL color Cylindrical-coordinate representation of color #0A1F80: hue angle of 229.32º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1F80 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 31 | 128 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.50 |
| HSL | 229.32º | 0.86% | 0.27% | - |
| HSV(B) | 229.32º | 0.92% | 0.5% | - |
| XYZ | 4.51 | 2.6 | 20.69 | - |
| YUV | 35.78 | 180.04 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 31 | 128 | 0.92 | 0.76 | 0 | 0.50 | 229.32 | 0.86 | 0.27 |
| Hex | A | 1F | 80 | 5C | 4C | 0 | 32 | E5 | 56 | 1B |
| Octal | 12 | 37 | 200 | 134 | 114 | 0 | 62 | 345 | 126 | 33 |
| Binary | 1010 | 11111 | 10000000 | 1011100 | 1001100 | 0 | 110010 | 11100101 | 1010110 | 11011 |
Color Harmonies of #0A1F80
Complementary color
Monochromatic Colors of #0A1F80
Black with #0A1F80
Text Example
Text Example
White with #0A1F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1F80; }
p { color: rgb(10,31,128); }
H1.HeaderClassName
{
color: #0A1F80;
}
.AnyTagClassName
{
color: #0A1F80;
}
</style>
background-color css
<style>
a { background-color: #0A1F80; }
a { background-color: rgb(10,31,128); }
div.DivClassName
{
background-color: #0A1F80;
}
.BgClassName
{
background-color: #0A1F80;
}
</style>
border-color css
<style>
span { border-color: #0A1F80; }
span { border-color: rgb(10,31,128); }
td.TdClassName
{
border-color: #0A1F80;
}
.TagClassName
{
border-color: #0A1F80;
}
</style>