Shades of New Midnight Blue #0D17AF
Tints of New Midnight Blue #0D17AF
RGB
CMYK
RGB Variations
Color information
#0D17AF (or 0x0D17AF) is known color: New Midnight Blue. HEX triplet: 0D, 17 and AF. RGB value is (13,23,175). Sum of RGB (Red+Green+Blue) = 13+23+175=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 175 (68.75% from 255 or 82.94% from 211); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D17AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D17AF is #F2E850. Grayscale: #242424. Windows color (decimal): -15919185 or 11474701. OLE color: 11474701.
HSL color Cylindrical-coordinate representation of color #0D17AF: hue angle of 236.3º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D17AF is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 23 | 175 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.31 |
| HSL | 236.3º | 0.86% | 0.37% | - |
| HSV(B) | 236.3º | 0.93% | 0.69% | - |
| XYZ | 8.21 | 3.79 | 40.86 | - |
| YUV | 37.34 | 205.69 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 175 | 0.93 | 0.87 | 0 | 0.31 | 236.3 | 0.86 | 0.37 |
| Hex | D | 17 | AF | 5D | 57 | 0 | 1F | EC | 56 | 25 |
| Octal | 15 | 27 | 257 | 135 | 127 | 0 | 37 | 354 | 126 | 45 |
| Binary | 1101 | 10111 | 10101111 | 1011101 | 1010111 | 0 | 11111 | 11101100 | 1010110 | 100101 |
Color Harmonies of #0D17AF
Complementary color
Monochromatic Colors of #0D17AF
Black with #0D17AF
Text Example
Text Example
White with #0D17AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D17AF; }
p { color: rgb(13,23,175); }
H1.HeaderClassName
{
color: #0D17AF;
}
.AnyTagClassName
{
color: #0D17AF;
}
</style>
background-color css
<style>
a { background-color: #0D17AF; }
a { background-color: rgb(13,23,175); }
div.DivClassName
{
background-color: #0D17AF;
}
.BgClassName
{
background-color: #0D17AF;
}
</style>
border-color css
<style>
span { border-color: #0D17AF; }
span { border-color: rgb(13,23,175); }
td.TdClassName
{
border-color: #0D17AF;
}
.TagClassName
{
border-color: #0D17AF;
}
</style>