Shades of Midnight Blue #0A1975
Tints of Midnight Blue #0A1975
RGB
CMYK
RGB Variations
Color information
#0A1975 (or 0x0A1975) is known color: Midnight Blue. HEX triplet: 0A, 19 and 75. RGB value is (10,25,117). Sum of RGB (Red+Green+Blue) = 10+25+117=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A1975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1975 is #F5E68A. Grayscale: #1E1E1E. Windows color (decimal): -16115339 or 7674122. OLE color: 7674122.
HSL color Cylindrical-coordinate representation of color #0A1975: hue angle of 231.59º 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 #0A1975 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 25 | 117 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.54 |
| HSL | 231.59º | 0.84% | 0.25% | - |
| HSV(B) | 231.59º | 0.91% | 0.46% | - |
| XYZ | 3.68 | 2.04 | 17.03 | - |
| YUV | 31 | 176.53 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 117 | 0.91 | 0.79 | 0 | 0.54 | 231.59 | 0.84 | 0.25 |
| Hex | A | 19 | 75 | 5B | 4F | 0 | 36 | E8 | 54 | 19 |
| Octal | 12 | 31 | 165 | 133 | 117 | 0 | 66 | 350 | 124 | 31 |
| Binary | 1010 | 11001 | 1110101 | 1011011 | 1001111 | 0 | 110110 | 11101000 | 1010100 | 11001 |
Color Harmonies of #0A1975
Complementary color
Monochromatic Colors of #0A1975
Black with #0A1975
Text Example
Text Example
White with #0A1975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1975; }
p { color: rgb(10,25,117); }
H1.HeaderClassName
{
color: #0A1975;
}
.AnyTagClassName
{
color: #0A1975;
}
</style>
background-color css
<style>
a { background-color: #0A1975; }
a { background-color: rgb(10,25,117); }
div.DivClassName
{
background-color: #0A1975;
}
.BgClassName
{
background-color: #0A1975;
}
</style>
border-color css
<style>
span { border-color: #0A1975; }
span { border-color: rgb(10,25,117); }
td.TdClassName
{
border-color: #0A1975;
}
.TagClassName
{
border-color: #0A1975;
}
</style>