Shades of Midnight Blue #0D035D
Tints of Midnight Blue #0D035D
RGB
CMYK
RGB Variations
Color information
#0D035D (or 0x0D035D) is known color: Midnight Blue. HEX triplet: 0D, 03 and 5D. RGB value is (13,3,93). Sum of RGB (Red+Green+Blue) = 13+3+93=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 93 (36.72% from 255 or 85.32% from 109); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D035D is #F2FCA2. Grayscale: #0F0F0F. Windows color (decimal): -15924387 or 6095629. OLE color: 6095629.
HSL color Cylindrical-coordinate representation of color #0D035D: hue angle of 246.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D035D is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 3 | 93 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.64 |
| HSL | 246.67º | 0.94% | 0.19% | - |
| HSV(B) | 246.67º | 0.97% | 0.36% | - |
| XYZ | 2.17 | 0.94 | 10.42 | - |
| YUV | 16.25 | 171.31 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 93 | 0.86 | 0.97 | 0 | 0.64 | 246.67 | 0.94 | 0.19 |
| Hex | D | 3 | 5D | 56 | 61 | 0 | 40 | F7 | 5E | 13 |
| Octal | 15 | 3 | 135 | 126 | 141 | 0 | 100 | 367 | 136 | 23 |
| Binary | 1101 | 11 | 1011101 | 1010110 | 1100001 | 0 | 1000000 | 11110111 | 1011110 | 10011 |
Color Harmonies of #0D035D
Complementary color
Monochromatic Colors of #0D035D
Black with #0D035D
Text Example
Text Example
White with #0D035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D035D; }
p { color: rgb(13,3,93); }
H1.HeaderClassName
{
color: #0D035D;
}
.AnyTagClassName
{
color: #0D035D;
}
</style>
background-color css
<style>
a { background-color: #0D035D; }
a { background-color: rgb(13,3,93); }
div.DivClassName
{
background-color: #0D035D;
}
.BgClassName
{
background-color: #0D035D;
}
</style>
border-color css
<style>
span { border-color: #0D035D; }
span { border-color: rgb(13,3,93); }
td.TdClassName
{
border-color: #0D035D;
}
.TagClassName
{
border-color: #0D035D;
}
</style>