Shades of New Midnight Blue #0D039F
Tints of New Midnight Blue #0D039F
RGB
CMYK
RGB Variations
Color information
#0D039F (or 0x0D039F) is known color: New Midnight Blue. HEX triplet: 0D, 03 and 9F. RGB value is (13,3,159). Sum of RGB (Red+Green+Blue) = 13+3+159=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 159 (62.5% from 255 or 90.86% from 175); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D039F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D039F is #F2FC60. Grayscale: #171717. Windows color (decimal): -15924321 or 10421005. OLE color: 10421005.
HSL color Cylindrical-coordinate representation of color #0D039F: hue angle of 243.85º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D039F is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 3 | 159 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.38 |
| HSL | 243.85º | 0.96% | 0.32% | - |
| HSV(B) | 243.85º | 0.98% | 0.62% | - |
| XYZ | 6.46 | 2.65 | 32.97 | - |
| YUV | 23.77 | 204.31 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 159 | 0.92 | 0.98 | 0 | 0.38 | 243.85 | 0.96 | 0.32 |
| Hex | D | 3 | 9F | 5C | 62 | 0 | 26 | F4 | 60 | 20 |
| Octal | 15 | 3 | 237 | 134 | 142 | 0 | 46 | 364 | 140 | 40 |
| Binary | 1101 | 11 | 10011111 | 1011100 | 1100010 | 0 | 100110 | 11110100 | 1100000 | 100000 |
Color Harmonies of #0D039F
Complementary color
Monochromatic Colors of #0D039F
Black with #0D039F
Text Example
Text Example
White with #0D039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D039F; }
p { color: rgb(13,3,159); }
H1.HeaderClassName
{
color: #0D039F;
}
.AnyTagClassName
{
color: #0D039F;
}
</style>
background-color css
<style>
a { background-color: #0D039F; }
a { background-color: rgb(13,3,159); }
div.DivClassName
{
background-color: #0D039F;
}
.BgClassName
{
background-color: #0D039F;
}
</style>
border-color css
<style>
span { border-color: #0D039F; }
span { border-color: rgb(13,3,159); }
td.TdClassName
{
border-color: #0D039F;
}
.TagClassName
{
border-color: #0D039F;
}
</style>