Shades of Midnight Blue #0D035F
Tints of Midnight Blue #0D035F
RGB
CMYK
RGB Variations
Color information
#0D035F (or 0x0D035F) is known color: Midnight Blue. HEX triplet: 0D, 03 and 5F. RGB value is (13,3,95). Sum of RGB (Red+Green+Blue) = 13+3+95=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 95 (37.5% from 255 or 85.59% from 111); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D035F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D035F is #F2FCA0. Grayscale: #101010. Windows color (decimal): -15924385 or 6226701. OLE color: 6226701.
HSL color Cylindrical-coordinate representation of color #0D035F: hue angle of 246.52º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D035F is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 3 | 95 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.63 |
| HSL | 246.52º | 0.94% | 0.19% | - |
| HSV(B) | 246.52º | 0.97% | 0.37% | - |
| XYZ | 2.26 | 0.98 | 10.9 | - |
| YUV | 16.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 95 | 0.86 | 0.97 | 0 | 0.63 | 246.52 | 0.94 | 0.19 |
| Hex | D | 3 | 5F | 56 | 61 | 0 | 3F | F7 | 5E | 13 |
| Octal | 15 | 3 | 137 | 126 | 141 | 0 | 77 | 367 | 136 | 23 |
| Binary | 1101 | 11 | 1011111 | 1010110 | 1100001 | 0 | 111111 | 11110111 | 1011110 | 10011 |
Color Harmonies of #0D035F
Complementary color
Monochromatic Colors of #0D035F
Black with #0D035F
Text Example
Text Example
White with #0D035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D035F; }
p { color: rgb(13,3,95); }
H1.HeaderClassName
{
color: #0D035F;
}
.AnyTagClassName
{
color: #0D035F;
}
</style>
background-color css
<style>
a { background-color: #0D035F; }
a { background-color: rgb(13,3,95); }
div.DivClassName
{
background-color: #0D035F;
}
.BgClassName
{
background-color: #0D035F;
}
</style>
border-color css
<style>
span { border-color: #0D035F; }
span { border-color: rgb(13,3,95); }
td.TdClassName
{
border-color: #0D035F;
}
.TagClassName
{
border-color: #0D035F;
}
</style>