Shades of Midnight Blue #0D157C
Tints of Midnight Blue #0D157C
RGB
CMYK
RGB Variations
Color information
#0D157C (or 0x0D157C) is known color: Midnight Blue. HEX triplet: 0D, 15 and 7C. RGB value is (13,21,124). Sum of RGB (Red+Green+Blue) = 13+21+124=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D157C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D157C is #F2EA83. Grayscale: #1D1D1D. Windows color (decimal): -15919748 or 8131853. OLE color: 8131853.
HSL color Cylindrical-coordinate representation of color #0D157C: hue angle of 235.68º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D157C is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 21 | 124 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.51 |
| HSL | 235.68º | 0.81% | 0.27% | - |
| HSV(B) | 235.68º | 0.9% | 0.49% | - |
| XYZ | 4.07 | 2.08 | 19.26 | - |
| YUV | 30.35 | 180.85 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 124 | 0.90 | 0.83 | 0 | 0.51 | 235.68 | 0.81 | 0.27 |
| Hex | D | 15 | 7C | 5A | 53 | 0 | 33 | EC | 51 | 1B |
| Octal | 15 | 25 | 174 | 132 | 123 | 0 | 63 | 354 | 121 | 33 |
| Binary | 1101 | 10101 | 1111100 | 1011010 | 1010011 | 0 | 110011 | 11101100 | 1010001 | 11011 |
Color Harmonies of #0D157C
Complementary color
Monochromatic Colors of #0D157C
Black with #0D157C
Text Example
Text Example
White with #0D157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D157C; }
p { color: rgb(13,21,124); }
H1.HeaderClassName
{
color: #0D157C;
}
.AnyTagClassName
{
color: #0D157C;
}
</style>
background-color css
<style>
a { background-color: #0D157C; }
a { background-color: rgb(13,21,124); }
div.DivClassName
{
background-color: #0D157C;
}
.BgClassName
{
background-color: #0D157C;
}
</style>
border-color css
<style>
span { border-color: #0D157C; }
span { border-color: rgb(13,21,124); }
td.TdClassName
{
border-color: #0D157C;
}
.TagClassName
{
border-color: #0D157C;
}
</style>