Shades of Midnight Blue #0D0353
Tints of Midnight Blue #0D0353
RGB
CMYK
RGB Variations
Color information
#0D0353 (or 0x0D0353) is known color: Midnight Blue. HEX triplet: 0D, 03 and 53. RGB value is (13,3,83). Sum of RGB (Red+Green+Blue) = 13+3+83=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 83 (32.81% from 255 or 83.84% from 99); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D0353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0353 is #F2FCAC. Grayscale: #0E0E0E. Windows color (decimal): -15924397 or 5440269. OLE color: 5440269.
HSL color Cylindrical-coordinate representation of color #0D0353: hue angle of 247.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0353 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 3 | 83 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.67 |
| HSL | 247.5º | 0.93% | 0.17% | - |
| HSV(B) | 247.5º | 0.96% | 0.33% | - |
| XYZ | 1.76 | 0.78 | 8.24 | - |
| YUV | 15.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 83 | 0.84 | 0.96 | 0 | 0.67 | 247.5 | 0.93 | 0.17 |
| Hex | D | 3 | 53 | 54 | 60 | 0 | 43 | F8 | 5D | 11 |
| Octal | 15 | 3 | 123 | 124 | 140 | 0 | 103 | 370 | 135 | 21 |
| Binary | 1101 | 11 | 1010011 | 1010100 | 1100000 | 0 | 1000011 | 11111000 | 1011101 | 10001 |
Color Harmonies of #0D0353
Complementary color
Monochromatic Colors of #0D0353
Black with #0D0353
Text Example
Text Example
White with #0D0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0353; }
p { color: rgb(13,3,83); }
H1.HeaderClassName
{
color: #0D0353;
}
.AnyTagClassName
{
color: #0D0353;
}
</style>
background-color css
<style>
a { background-color: #0D0353; }
a { background-color: rgb(13,3,83); }
div.DivClassName
{
background-color: #0D0353;
}
.BgClassName
{
background-color: #0D0353;
}
</style>
border-color css
<style>
span { border-color: #0D0353; }
span { border-color: rgb(13,3,83); }
td.TdClassName
{
border-color: #0D0353;
}
.TagClassName
{
border-color: #0D0353;
}
</style>