Shades of New Midnight Blue #0A0499
Tints of New Midnight Blue #0A0499
RGB
CMYK
RGB Variations
Color information
#0A0499 (or 0x0A0499) is known color: New Midnight Blue. HEX triplet: 0A, 04 and 99. RGB value is (10,4,153). Sum of RGB (Red+Green+Blue) = 10+4+153=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 153 (60.16% from 255 or 91.62% from 167); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A0499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0499 is #F5FB66. Grayscale: #161616. Windows color (decimal): -16120679 or 10028042. OLE color: 10028042.
HSL color Cylindrical-coordinate representation of color #0A0499: hue angle of 242.42º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A0499 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 4 | 153 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.4 |
| HSL | 242.42º | 0.95% | 0.31% | - |
| HSV(B) | 242.42º | 0.97% | 0.6% | - |
| XYZ | 5.92 | 2.45 | 30.3 | - |
| YUV | 22.78 | 201.49 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 153 | 0.93 | 0.97 | 0 | 0.4 | 242.42 | 0.95 | 0.31 |
| Hex | A | 4 | 99 | 5D | 61 | 0 | 28 | F2 | 5F | 1F |
| Octal | 12 | 4 | 231 | 135 | 141 | 0 | 50 | 362 | 137 | 37 |
| Binary | 1010 | 100 | 10011001 | 1011101 | 1100001 | 0 | 101000 | 11110010 | 1011111 | 11111 |
Color Harmonies of #0A0499
Complementary color
Monochromatic Colors of #0A0499
Black with #0A0499
Text Example
Text Example
White with #0A0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0499; }
p { color: rgb(10,4,153); }
H1.HeaderClassName
{
color: #0A0499;
}
.AnyTagClassName
{
color: #0A0499;
}
</style>
background-color css
<style>
a { background-color: #0A0499; }
a { background-color: rgb(10,4,153); }
div.DivClassName
{
background-color: #0A0499;
}
.BgClassName
{
background-color: #0A0499;
}
</style>
border-color css
<style>
span { border-color: #0A0499; }
span { border-color: rgb(10,4,153); }
td.TdClassName
{
border-color: #0A0499;
}
.TagClassName
{
border-color: #0A0499;
}
</style>