Shades of Midnight Blue #0D0350
Tints of Midnight Blue #0D0350
RGB
CMYK
RGB Variations
Color information
#0D0350 (or 0x0D0350) is known color: Midnight Blue. HEX triplet: 0D, 03 and 50. RGB value is (13,3,80). Sum of RGB (Red+Green+Blue) = 13+3+80=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 80 (31.64% from 255 or 83.33% from 96); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D0350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0350 is #F2FCAF. Grayscale: #0E0E0E. Windows color (decimal): -15924400 or 5243661. OLE color: 5243661.
HSL color Cylindrical-coordinate representation of color #0D0350: hue angle of 247.79º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0350 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 3 | 80 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.69 |
| HSL | 247.79º | 0.93% | 0.16% | - |
| HSV(B) | 247.79º | 0.96% | 0.31% | - |
| XYZ | 1.65 | 0.73 | 7.64 | - |
| YUV | 14.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 80 | 0.84 | 0.96 | 0 | 0.69 | 247.79 | 0.93 | 0.16 |
| Hex | D | 3 | 50 | 54 | 60 | 0 | 45 | F8 | 5D | 10 |
| Octal | 15 | 3 | 120 | 124 | 140 | 0 | 105 | 370 | 135 | 20 |
| Binary | 1101 | 11 | 1010000 | 1010100 | 1100000 | 0 | 1000101 | 11111000 | 1011101 | 10000 |
Color Harmonies of #0D0350
Complementary color
Monochromatic Colors of #0D0350
Black with #0D0350
Text Example
Text Example
White with #0D0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0350; }
p { color: rgb(13,3,80); }
H1.HeaderClassName
{
color: #0D0350;
}
.AnyTagClassName
{
color: #0D0350;
}
</style>
background-color css
<style>
a { background-color: #0D0350; }
a { background-color: rgb(13,3,80); }
div.DivClassName
{
background-color: #0D0350;
}
.BgClassName
{
background-color: #0D0350;
}
</style>
border-color css
<style>
span { border-color: #0D0350; }
span { border-color: rgb(13,3,80); }
td.TdClassName
{
border-color: #0D0350;
}
.TagClassName
{
border-color: #0D0350;
}
</style>