Shades of Midnight Blue #0D1358
Tints of Midnight Blue #0D1358
RGB
CMYK
RGB Variations
Color information
#0D1358 (or 0x0D1358) is known color: Midnight Blue. HEX triplet: 0D, 13 and 58. RGB value is (13,19,88). Sum of RGB (Red+Green+Blue) = 13+19+88=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 88 (34.77% from 255 or 73.33% from 120); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D1358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1358 is #F2ECA7. Grayscale: #181818. Windows color (decimal): -15920296 or 5772045. OLE color: 5772045.
HSL color Cylindrical-coordinate representation of color #0D1358: hue angle of 235.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1358 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 19 | 88 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.65 |
| HSL | 235.2º | 0.74% | 0.2% | - |
| HSV(B) | 235.2º | 0.85% | 0.35% | - |
| XYZ | 2.16 | 1.26 | 9.36 | - |
| YUV | 25.07 | 163.51 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 88 | 0.85 | 0.78 | 0 | 0.65 | 235.2 | 0.74 | 0.2 |
| Hex | D | 13 | 58 | 55 | 4E | 0 | 41 | EB | 4A | 14 |
| Octal | 15 | 23 | 130 | 125 | 116 | 0 | 101 | 353 | 112 | 24 |
| Binary | 1101 | 10011 | 1011000 | 1010101 | 1001110 | 0 | 1000001 | 11101011 | 1001010 | 10100 |
Color Harmonies of #0D1358
Complementary color
Monochromatic Colors of #0D1358
Black with #0D1358
Text Example
Text Example
White with #0D1358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1358; }
p { color: rgb(13,19,88); }
H1.HeaderClassName
{
color: #0D1358;
}
.AnyTagClassName
{
color: #0D1358;
}
</style>
background-color css
<style>
a { background-color: #0D1358; }
a { background-color: rgb(13,19,88); }
div.DivClassName
{
background-color: #0D1358;
}
.BgClassName
{
background-color: #0D1358;
}
</style>
border-color css
<style>
span { border-color: #0D1358; }
span { border-color: rgb(13,19,88); }
td.TdClassName
{
border-color: #0D1358;
}
.TagClassName
{
border-color: #0D1358;
}
</style>