Shades of Midnight Blue #0D1C84
Tints of Midnight Blue #0D1C84
RGB
CMYK
RGB Variations
Color information
#0D1C84 (or 0x0D1C84) is known color: Midnight Blue. HEX triplet: 0D, 1C and 84. RGB value is (13,28,132). Sum of RGB (Red+Green+Blue) = 13+28+132=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D1C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1C84 is #F2E37B. Grayscale: #222222. Windows color (decimal): -15917948 or 8657933. OLE color: 8657933.
HSL color Cylindrical-coordinate representation of color #0D1C84: hue angle of 232.44º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1C84 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 28 | 132 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.48 |
| HSL | 232.44º | 0.82% | 0.28% | - |
| HSV(B) | 232.44º | 0.9% | 0.52% | - |
| XYZ | 4.75 | 2.58 | 22.08 | - |
| YUV | 35.37 | 182.53 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 132 | 0.90 | 0.79 | 0 | 0.48 | 232.44 | 0.82 | 0.28 |
| Hex | D | 1C | 84 | 5A | 4F | 0 | 30 | E8 | 52 | 1C |
| Octal | 15 | 34 | 204 | 132 | 117 | 0 | 60 | 350 | 122 | 34 |
| Binary | 1101 | 11100 | 10000100 | 1011010 | 1001111 | 0 | 110000 | 11101000 | 1010010 | 11100 |
Color Harmonies of #0D1C84
Complementary color
Monochromatic Colors of #0D1C84
Black with #0D1C84
Text Example
Text Example
White with #0D1C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C84; }
p { color: rgb(13,28,132); }
H1.HeaderClassName
{
color: #0D1C84;
}
.AnyTagClassName
{
color: #0D1C84;
}
</style>
background-color css
<style>
a { background-color: #0D1C84; }
a { background-color: rgb(13,28,132); }
div.DivClassName
{
background-color: #0D1C84;
}
.BgClassName
{
background-color: #0D1C84;
}
</style>
border-color css
<style>
span { border-color: #0D1C84; }
span { border-color: rgb(13,28,132); }
td.TdClassName
{
border-color: #0D1C84;
}
.TagClassName
{
border-color: #0D1C84;
}
</style>