Shades of New Midnight Blue #0D029F
Tints of New Midnight Blue #0D029F
RGB
CMYK
RGB Variations
Color information
#0D029F (or 0x0D029F) is known color: New Midnight Blue. HEX triplet: 0D, 02 and 9F. RGB value is (13,2,159). Sum of RGB (Red+Green+Blue) = 13+2+159=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 159 (62.5% from 255 or 91.38% from 174); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D029F is #F2FD60. Grayscale: #161616. Windows color (decimal): -15924577 or 10420749. OLE color: 10420749.
HSL color Cylindrical-coordinate representation of color #0D029F: hue angle of 244.2º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D029F is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 2 | 159 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.38 |
| HSL | 244.2º | 0.98% | 0.32% | - |
| HSV(B) | 244.2º | 0.99% | 0.62% | - |
| XYZ | 6.45 | 2.63 | 32.97 | - |
| YUV | 23.19 | 204.64 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 159 | 0.92 | 0.99 | 0 | 0.38 | 244.2 | 0.98 | 0.32 |
| Hex | D | 2 | 9F | 5C | 63 | 0 | 26 | F4 | 62 | 20 |
| Octal | 15 | 2 | 237 | 134 | 143 | 0 | 46 | 364 | 142 | 40 |
| Binary | 1101 | 10 | 10011111 | 1011100 | 1100011 | 0 | 100110 | 11110100 | 1100010 | 100000 |
Color Harmonies of #0D029F
Complementary color
Monochromatic Colors of #0D029F
Black with #0D029F
Text Example
Text Example
White with #0D029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D029F; }
p { color: rgb(13,2,159); }
H1.HeaderClassName
{
color: #0D029F;
}
.AnyTagClassName
{
color: #0D029F;
}
</style>
background-color css
<style>
a { background-color: #0D029F; }
a { background-color: rgb(13,2,159); }
div.DivClassName
{
background-color: #0D029F;
}
.BgClassName
{
background-color: #0D029F;
}
</style>
border-color css
<style>
span { border-color: #0D029F; }
span { border-color: rgb(13,2,159); }
td.TdClassName
{
border-color: #0D029F;
}
.TagClassName
{
border-color: #0D029F;
}
</style>