Shades of Midnight #0D284B
Tints of Midnight #0D284B
RGB
CMYK
RGB Variations
Color information
#0D284B (or 0x0D284B) is known color: Midnight. HEX triplet: 0D, 28 and 4B. RGB value is (13,40,75). Sum of RGB (Red+Green+Blue) = 13+40+75=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D284B is #F2D7B4. Grayscale: #232323. Windows color (decimal): -15914933 or 4925453. OLE color: 4925453.
HSL color Cylindrical-coordinate representation of color #0D284B: hue angle of 213.87º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D284B is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 40 | 75 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.71 |
| HSL | 213.87º | 0.7% | 0.17% | - |
| HSV(B) | 213.87º | 0.83% | 0.29% | - |
| XYZ | 2.19 | 2.11 | 6.95 | - |
| YUV | 35.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 75 | 0.83 | 0.47 | 0 | 0.71 | 213.87 | 0.7 | 0.17 |
| Hex | D | 28 | 4B | 53 | 2F | 0 | 47 | D6 | 46 | 11 |
| Octal | 15 | 50 | 113 | 123 | 57 | 0 | 107 | 326 | 106 | 21 |
| Binary | 1101 | 101000 | 1001011 | 1010011 | 101111 | 0 | 1000111 | 11010110 | 1000110 | 10001 |
Color Harmonies of #0D284B
Complementary color
Monochromatic Colors of #0D284B
Black with #0D284B
Text Example
Text Example
White with #0D284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D284B; }
p { color: rgb(13,40,75); }
H1.HeaderClassName
{
color: #0D284B;
}
.AnyTagClassName
{
color: #0D284B;
}
</style>
background-color css
<style>
a { background-color: #0D284B; }
a { background-color: rgb(13,40,75); }
div.DivClassName
{
background-color: #0D284B;
}
.BgClassName
{
background-color: #0D284B;
}
</style>
border-color css
<style>
span { border-color: #0D284B; }
span { border-color: rgb(13,40,75); }
td.TdClassName
{
border-color: #0D284B;
}
.TagClassName
{
border-color: #0D284B;
}
</style>