Shades of New Midnight Blue #0D04AE
Tints of New Midnight Blue #0D04AE
RGB
CMYK
RGB Variations
Color information
#0D04AE (or 0x0D04AE) is known color: New Midnight Blue. HEX triplet: 0D, 04 and AE. RGB value is (13,4,174). Sum of RGB (Red+Green+Blue) = 13+4+174=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 174 (68.36% from 255 or 91.10% from 191); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D04AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D04AE is #F2FB51. Grayscale: #191919. Windows color (decimal): -15924050 or 11404301. OLE color: 11404301.
HSL color Cylindrical-coordinate representation of color #0D04AE: hue angle of 243.18º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D04AE is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 4 | 174 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.32 |
| HSL | 243.18º | 0.96% | 0.35% | - |
| HSV(B) | 243.18º | 0.98% | 0.68% | - |
| XYZ | 7.85 | 3.23 | 40.25 | - |
| YUV | 26.07 | 211.48 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 174 | 0.93 | 0.98 | 0 | 0.32 | 243.18 | 0.96 | 0.35 |
| Hex | D | 4 | AE | 5D | 62 | 0 | 20 | F3 | 60 | 23 |
| Octal | 15 | 4 | 256 | 135 | 142 | 0 | 40 | 363 | 140 | 43 |
| Binary | 1101 | 100 | 10101110 | 1011101 | 1100010 | 0 | 100000 | 11110011 | 1100000 | 100011 |
Color Harmonies of #0D04AE
Complementary color
Monochromatic Colors of #0D04AE
Black with #0D04AE
Text Example
Text Example
White with #0D04AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D04AE; }
p { color: rgb(13,4,174); }
H1.HeaderClassName
{
color: #0D04AE;
}
.AnyTagClassName
{
color: #0D04AE;
}
</style>
background-color css
<style>
a { background-color: #0D04AE; }
a { background-color: rgb(13,4,174); }
div.DivClassName
{
background-color: #0D04AE;
}
.BgClassName
{
background-color: #0D04AE;
}
</style>
border-color css
<style>
span { border-color: #0D04AE; }
span { border-color: rgb(13,4,174); }
td.TdClassName
{
border-color: #0D04AE;
}
.TagClassName
{
border-color: #0D04AE;
}
</style>