Shades of Midnight Blue #0D005F
Tints of Midnight Blue #0D005F
RGB
CMYK
RGB Variations
Color information
#0D005F (or 0x0D005F) is known color: Midnight Blue. HEX triplet: 0D, 00 and 5F. RGB value is (13,0,95). Sum of RGB (Red+Green+Blue) = 13+0+95=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 95 (37.5% from 255 or 87.96% from 108); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D005F is #F2FFA0. Grayscale: #0E0E0E. Windows color (decimal): -15925153 or 6225933. OLE color: 6225933.
HSL color Cylindrical-coordinate representation of color #0D005F: hue angle of 248.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D005F is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 0 | 95 | - |
| CMYK | 0.86 | 1 | 0 | 0.63 |
| HSL | 248.21º | 1% | 0.19% | - |
| HSV(B) | 248.21º | 1% | 0.37% | - |
| XYZ | 2.23 | 0.91 | 10.88 | - |
| YUV | 14.72 | 173.31 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 95 | 0.86 | 1 | 0 | 0.63 | 248.21 | 1 | 0.19 |
| Hex | D | 0 | 5F | 56 | 64 | 0 | 3F | F8 | 64 | 13 |
| Octal | 15 | 0 | 137 | 126 | 144 | 0 | 77 | 370 | 144 | 23 |
| Binary | 1101 | 0 | 1011111 | 1010110 | 1100100 | 0 | 111111 | 11111000 | 1100100 | 10011 |
Color Harmonies of #0D005F
Complementary color
Monochromatic Colors of #0D005F
Black with #0D005F
Text Example
Text Example
White with #0D005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D005F; }
p { color: rgb(13,0,95); }
H1.HeaderClassName
{
color: #0D005F;
}
.AnyTagClassName
{
color: #0D005F;
}
</style>
background-color css
<style>
a { background-color: #0D005F; }
a { background-color: rgb(13,0,95); }
div.DivClassName
{
background-color: #0D005F;
}
.BgClassName
{
background-color: #0D005F;
}
</style>
border-color css
<style>
span { border-color: #0D005F; }
span { border-color: rgb(13,0,95); }
td.TdClassName
{
border-color: #0D005F;
}
.TagClassName
{
border-color: #0D005F;
}
</style>