Shades of Midnight Blue #0D0253
Tints of Midnight Blue #0D0253
RGB
CMYK
RGB Variations
Color information
#0D0253 (or 0x0D0253) is known color: Midnight Blue. HEX triplet: 0D, 02 and 53. RGB value is (13,2,83). Sum of RGB (Red+Green+Blue) = 13+2+83=98 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.27% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 83 (32.81% from 255 or 84.69% from 98); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D0253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0253 is #F2FDAC. Grayscale: #0E0E0E. Windows color (decimal): -15924653 or 5440013. OLE color: 5440013.
HSL color Cylindrical-coordinate representation of color #0D0253: hue angle of 248.15º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D0253 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 2 | 83 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.67 |
| HSL | 248.15º | 0.95% | 0.17% | - |
| HSV(B) | 248.15º | 0.98% | 0.33% | - |
| XYZ | 1.75 | 0.75 | 8.24 | - |
| YUV | 14.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 83 | 0.84 | 0.98 | 0 | 0.67 | 248.15 | 0.95 | 0.17 |
| Hex | D | 2 | 53 | 54 | 62 | 0 | 43 | F8 | 5F | 11 |
| Octal | 15 | 2 | 123 | 124 | 142 | 0 | 103 | 370 | 137 | 21 |
| Binary | 1101 | 10 | 1010011 | 1010100 | 1100010 | 0 | 1000011 | 11111000 | 1011111 | 10001 |
Color Harmonies of #0D0253
Complementary color
Monochromatic Colors of #0D0253
Black with #0D0253
Text Example
Text Example
White with #0D0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0253; }
p { color: rgb(13,2,83); }
H1.HeaderClassName
{
color: #0D0253;
}
.AnyTagClassName
{
color: #0D0253;
}
</style>
background-color css
<style>
a { background-color: #0D0253; }
a { background-color: rgb(13,2,83); }
div.DivClassName
{
background-color: #0D0253;
}
.BgClassName
{
background-color: #0D0253;
}
</style>
border-color css
<style>
span { border-color: #0D0253; }
span { border-color: rgb(13,2,83); }
td.TdClassName
{
border-color: #0D0253;
}
.TagClassName
{
border-color: #0D0253;
}
</style>