Shades of New Midnight Blue #0D039E
Tints of New Midnight Blue #0D039E
RGB
CMYK
RGB Variations
Color information
#0D039E (or 0x0D039E) is known color: New Midnight Blue. HEX triplet: 0D, 03 and 9E. RGB value is (13,3,158). Sum of RGB (Red+Green+Blue) = 13+3+158=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 158 (62.11% from 255 or 90.80% from 174); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D039E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D039E is #F2FC61. Grayscale: #171717. Windows color (decimal): -15924322 or 10355469. OLE color: 10355469.
HSL color Cylindrical-coordinate representation of color #0D039E: hue angle of 243.87º 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 #0D039E is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 3 | 158 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.38 |
| HSL | 243.87º | 0.96% | 0.32% | - |
| HSV(B) | 243.87º | 0.98% | 0.62% | - |
| XYZ | 6.37 | 2.62 | 32.52 | - |
| YUV | 23.66 | 203.81 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 158 | 0.92 | 0.98 | 0 | 0.38 | 243.87 | 0.96 | 0.32 |
| Hex | D | 3 | 9E | 5C | 62 | 0 | 26 | F4 | 60 | 20 |
| Octal | 15 | 3 | 236 | 134 | 142 | 0 | 46 | 364 | 140 | 40 |
| Binary | 1101 | 11 | 10011110 | 1011100 | 1100010 | 0 | 100110 | 11110100 | 1100000 | 100000 |
Color Harmonies of #0D039E
Complementary color
Monochromatic Colors of #0D039E
Black with #0D039E
Text Example
Text Example
White with #0D039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D039E; }
p { color: rgb(13,3,158); }
H1.HeaderClassName
{
color: #0D039E;
}
.AnyTagClassName
{
color: #0D039E;
}
</style>
background-color css
<style>
a { background-color: #0D039E; }
a { background-color: rgb(13,3,158); }
div.DivClassName
{
background-color: #0D039E;
}
.BgClassName
{
background-color: #0D039E;
}
</style>
border-color css
<style>
span { border-color: #0D039E; }
span { border-color: rgb(13,3,158); }
td.TdClassName
{
border-color: #0D039E;
}
.TagClassName
{
border-color: #0D039E;
}
</style>