Shades of New Midnight Blue #0D08AD
Tints of New Midnight Blue #0D08AD
RGB
CMYK
RGB Variations
Color information
#0D08AD (or 0x0D08AD) is known color: New Midnight Blue. HEX triplet: 0D, 08 and AD. RGB value is (13,8,173). Sum of RGB (Red+Green+Blue) = 13+8+173=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 173 (67.97% from 255 or 89.18% from 194); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D08AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D08AD is #F2F752. Grayscale: #1B1B1B. Windows color (decimal): -15923027 or 11339789. OLE color: 11339789.
HSL color Cylindrical-coordinate representation of color #0D08AD: hue angle of 241.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D08AD is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 8 | 173 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.32 |
| HSL | 241.82º | 0.91% | 0.35% | - |
| HSV(B) | 241.82º | 0.95% | 0.68% | - |
| XYZ | 7.8 | 3.28 | 39.76 | - |
| YUV | 28.31 | 209.66 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 173 | 0.92 | 0.95 | 0 | 0.32 | 241.82 | 0.91 | 0.35 |
| Hex | D | 8 | AD | 5C | 5F | 0 | 20 | F2 | 5B | 23 |
| Octal | 15 | 10 | 255 | 134 | 137 | 0 | 40 | 362 | 133 | 43 |
| Binary | 1101 | 1000 | 10101101 | 1011100 | 1011111 | 0 | 100000 | 11110010 | 1011011 | 100011 |
Color Harmonies of #0D08AD
Complementary color
Monochromatic Colors of #0D08AD
Black with #0D08AD
Text Example
Text Example
White with #0D08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D08AD; }
p { color: rgb(13,8,173); }
H1.HeaderClassName
{
color: #0D08AD;
}
.AnyTagClassName
{
color: #0D08AD;
}
</style>
background-color css
<style>
a { background-color: #0D08AD; }
a { background-color: rgb(13,8,173); }
div.DivClassName
{
background-color: #0D08AD;
}
.BgClassName
{
background-color: #0D08AD;
}
</style>
border-color css
<style>
span { border-color: #0D08AD; }
span { border-color: rgb(13,8,173); }
td.TdClassName
{
border-color: #0D08AD;
}
.TagClassName
{
border-color: #0D08AD;
}
</style>