Shades of Midnight Blue #0A0450
Tints of Midnight Blue #0A0450
RGB
CMYK
RGB Variations
Color information
#0A0450 (or 0x0A0450) is known color: Midnight Blue. HEX triplet: 0A, 04 and 50. RGB value is (10,4,80). Sum of RGB (Red+Green+Blue) = 10+4+80=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 80 (31.64% from 255 or 85.11% from 94); Max value from RGB is 80 - color contains mainly: blue. Hex color #0A0450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0450 is #F5FBAF. Grayscale: #0E0E0E. Windows color (decimal): -16120752 or 5243914. OLE color: 5243914.
HSL color Cylindrical-coordinate representation of color #0A0450: hue angle of 244.74º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0450 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 4 | 80 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.69 |
| HSL | 244.74º | 0.9% | 0.16% | - |
| HSV(B) | 244.74º | 0.95% | 0.31% | - |
| XYZ | 1.62 | 0.73 | 7.65 | - |
| YUV | 14.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 80 | 0.87 | 0.95 | 0 | 0.69 | 244.74 | 0.9 | 0.16 |
| Hex | A | 4 | 50 | 57 | 5F | 0 | 45 | F5 | 5A | 10 |
| Octal | 12 | 4 | 120 | 127 | 137 | 0 | 105 | 365 | 132 | 20 |
| Binary | 1010 | 100 | 1010000 | 1010111 | 1011111 | 0 | 1000101 | 11110101 | 1011010 | 10000 |
Color Harmonies of #0A0450
Complementary color
Monochromatic Colors of #0A0450
Black with #0A0450
Text Example
Text Example
White with #0A0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0450; }
p { color: rgb(10,4,80); }
H1.HeaderClassName
{
color: #0A0450;
}
.AnyTagClassName
{
color: #0A0450;
}
</style>
background-color css
<style>
a { background-color: #0A0450; }
a { background-color: rgb(10,4,80); }
div.DivClassName
{
background-color: #0A0450;
}
.BgClassName
{
background-color: #0A0450;
}
</style>
border-color css
<style>
span { border-color: #0A0450; }
span { border-color: rgb(10,4,80); }
td.TdClassName
{
border-color: #0A0450;
}
.TagClassName
{
border-color: #0A0450;
}
</style>