Shades of Midnight Blue #0D035B
Tints of Midnight Blue #0D035B
RGB
CMYK
RGB Variations
Color information
#0D035B (or 0x0D035B) is known color: Midnight Blue. HEX triplet: 0D, 03 and 5B. RGB value is (13,3,91). Sum of RGB (Red+Green+Blue) = 13+3+91=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 91 (35.94% from 255 or 85.05% from 107); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D035B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D035B is #F2FCA4. Grayscale: #0F0F0F. Windows color (decimal): -15924389 or 5964557. OLE color: 5964557.
HSL color Cylindrical-coordinate representation of color #0D035B: hue angle of 246.82º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D035B is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 3 | 91 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.64 |
| HSL | 246.82º | 0.94% | 0.18% | - |
| HSV(B) | 246.82º | 0.97% | 0.36% | - |
| XYZ | 2.09 | 0.91 | 9.96 | - |
| YUV | 16.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 91 | 0.86 | 0.97 | 0 | 0.64 | 246.82 | 0.94 | 0.18 |
| Hex | D | 3 | 5B | 56 | 61 | 0 | 40 | F7 | 5E | 12 |
| Octal | 15 | 3 | 133 | 126 | 141 | 0 | 100 | 367 | 136 | 22 |
| Binary | 1101 | 11 | 1011011 | 1010110 | 1100001 | 0 | 1000000 | 11110111 | 1011110 | 10010 |
Color Harmonies of #0D035B
Complementary color
Monochromatic Colors of #0D035B
Black with #0D035B
Text Example
Text Example
White with #0D035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D035B; }
p { color: rgb(13,3,91); }
H1.HeaderClassName
{
color: #0D035B;
}
.AnyTagClassName
{
color: #0D035B;
}
</style>
background-color css
<style>
a { background-color: #0D035B; }
a { background-color: rgb(13,3,91); }
div.DivClassName
{
background-color: #0D035B;
}
.BgClassName
{
background-color: #0D035B;
}
</style>
border-color css
<style>
span { border-color: #0D035B; }
span { border-color: rgb(13,3,91); }
td.TdClassName
{
border-color: #0D035B;
}
.TagClassName
{
border-color: #0D035B;
}
</style>