Shades of New Midnight Blue #0D019B
Tints of New Midnight Blue #0D019B
RGB
CMYK
RGB Variations
Color information
#0D019B (or 0x0D019B) is known color: New Midnight Blue. HEX triplet: 0D, 01 and 9B. RGB value is (13,1,155). Sum of RGB (Red+Green+Blue) = 13+1+155=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 155 (60.94% from 255 or 91.72% from 169); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D019B is #F2FE64. Grayscale: #151515. Windows color (decimal): -15924837 or 10158349. OLE color: 10158349.
HSL color Cylindrical-coordinate representation of color #0D019B: hue angle of 244.68º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D019B is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 1 | 155 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.39 |
| HSL | 244.68º | 0.99% | 0.31% | - |
| HSV(B) | 244.68º | 0.99% | 0.61% | - |
| XYZ | 6.09 | 2.47 | 31.17 | - |
| YUV | 22.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 155 | 0.92 | 0.99 | 0 | 0.39 | 244.68 | 0.99 | 0.31 |
| Hex | D | 1 | 9B | 5C | 63 | 0 | 27 | F5 | 63 | 1F |
| Octal | 15 | 1 | 233 | 134 | 143 | 0 | 47 | 365 | 143 | 37 |
| Binary | 1101 | 1 | 10011011 | 1011100 | 1100011 | 0 | 100111 | 11110101 | 1100011 | 11111 |
Color Harmonies of #0D019B
Complementary color
Monochromatic Colors of #0D019B
Black with #0D019B
Text Example
Text Example
White with #0D019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D019B; }
p { color: rgb(13,1,155); }
H1.HeaderClassName
{
color: #0D019B;
}
.AnyTagClassName
{
color: #0D019B;
}
</style>
background-color css
<style>
a { background-color: #0D019B; }
a { background-color: rgb(13,1,155); }
div.DivClassName
{
background-color: #0D019B;
}
.BgClassName
{
background-color: #0D019B;
}
</style>
border-color css
<style>
span { border-color: #0D019B; }
span { border-color: rgb(13,1,155); }
td.TdClassName
{
border-color: #0D019B;
}
.TagClassName
{
border-color: #0D019B;
}
</style>