Shades of Midnight Blue #0A1875
Tints of Midnight Blue #0A1875
RGB
CMYK
RGB Variations
Color information
#0A1875 (or 0x0A1875) is known color: Midnight Blue. HEX triplet: 0A, 18 and 75. RGB value is (10,24,117). Sum of RGB (Red+Green+Blue) = 10+24+117=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 117 (46.09% from 255 or 77.48% from 151); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A1875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1875 is #F5E78A. Grayscale: #1E1E1E. Windows color (decimal): -16115595 or 7673866. OLE color: 7673866.
HSL color Cylindrical-coordinate representation of color #0A1875: hue angle of 232.15º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1875 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 24 | 117 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.54 |
| HSL | 232.15º | 0.84% | 0.25% | - |
| HSV(B) | 232.15º | 0.91% | 0.46% | - |
| XYZ | 3.66 | 2 | 17.02 | - |
| YUV | 30.42 | 176.86 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 117 | 0.91 | 0.79 | 0 | 0.54 | 232.15 | 0.84 | 0.25 |
| Hex | A | 18 | 75 | 5B | 4F | 0 | 36 | E8 | 54 | 19 |
| Octal | 12 | 30 | 165 | 133 | 117 | 0 | 66 | 350 | 124 | 31 |
| Binary | 1010 | 11000 | 1110101 | 1011011 | 1001111 | 0 | 110110 | 11101000 | 1010100 | 11001 |
Color Harmonies of #0A1875
Complementary color
Monochromatic Colors of #0A1875
Black with #0A1875
Text Example
Text Example
White with #0A1875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1875; }
p { color: rgb(10,24,117); }
H1.HeaderClassName
{
color: #0A1875;
}
.AnyTagClassName
{
color: #0A1875;
}
</style>
background-color css
<style>
a { background-color: #0A1875; }
a { background-color: rgb(10,24,117); }
div.DivClassName
{
background-color: #0A1875;
}
.BgClassName
{
background-color: #0A1875;
}
</style>
border-color css
<style>
span { border-color: #0A1875; }
span { border-color: rgb(10,24,117); }
td.TdClassName
{
border-color: #0A1875;
}
.TagClassName
{
border-color: #0A1875;
}
</style>