Shades of New Midnight Blue #0D059D
Tints of New Midnight Blue #0D059D
RGB
CMYK
RGB Variations
Color information
#0D059D (or 0x0D059D) is known color: New Midnight Blue. HEX triplet: 0D, 05 and 9D. RGB value is (13,5,157). Sum of RGB (Red+Green+Blue) = 13+5+157=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 157 (61.72% from 255 or 89.71% from 175); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D059D is #F2FA62. Grayscale: #181818. Windows color (decimal): -15923811 or 10290445. OLE color: 10290445.
HSL color Cylindrical-coordinate representation of color #0D059D: hue angle of 243.16º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D059D is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 5 | 157 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.38 |
| HSL | 243.16º | 0.94% | 0.32% | - |
| HSV(B) | 243.16º | 0.97% | 0.62% | - |
| XYZ | 6.31 | 2.63 | 32.07 | - |
| YUV | 24.72 | 202.65 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 157 | 0.92 | 0.97 | 0 | 0.38 | 243.16 | 0.94 | 0.32 |
| Hex | D | 5 | 9D | 5C | 61 | 0 | 26 | F3 | 5E | 20 |
| Octal | 15 | 5 | 235 | 134 | 141 | 0 | 46 | 363 | 136 | 40 |
| Binary | 1101 | 101 | 10011101 | 1011100 | 1100001 | 0 | 100110 | 11110011 | 1011110 | 100000 |
Color Harmonies of #0D059D
Complementary color
Monochromatic Colors of #0D059D
Black with #0D059D
Text Example
Text Example
White with #0D059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D059D; }
p { color: rgb(13,5,157); }
H1.HeaderClassName
{
color: #0D059D;
}
.AnyTagClassName
{
color: #0D059D;
}
</style>
background-color css
<style>
a { background-color: #0D059D; }
a { background-color: rgb(13,5,157); }
div.DivClassName
{
background-color: #0D059D;
}
.BgClassName
{
background-color: #0D059D;
}
</style>
border-color css
<style>
span { border-color: #0D059D; }
span { border-color: rgb(13,5,157); }
td.TdClassName
{
border-color: #0D059D;
}
.TagClassName
{
border-color: #0D059D;
}
</style>