Shades of Midnight Blue #0D125C
Tints of Midnight Blue #0D125C
RGB
CMYK
RGB Variations
Color information
#0D125C (or 0x0D125C) is known color: Midnight Blue. HEX triplet: 0D, 12 and 5C. RGB value is (13,18,92). Sum of RGB (Red+Green+Blue) = 13+18+92=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 92 (36.33% from 255 or 74.80% from 123); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D125C is #F2EDA3. Grayscale: #181818. Windows color (decimal): -15920548 or 6033933. OLE color: 6033933.
HSL color Cylindrical-coordinate representation of color #0D125C: hue angle of 236.2º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D125C is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 18 | 92 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.64 |
| HSL | 236.2º | 0.75% | 0.21% | - |
| HSV(B) | 236.2º | 0.86% | 0.36% | - |
| XYZ | 2.31 | 1.29 | 10.25 | - |
| YUV | 24.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 92 | 0.86 | 0.80 | 0 | 0.64 | 236.2 | 0.75 | 0.21 |
| Hex | D | 12 | 5C | 56 | 50 | 0 | 40 | EC | 4B | 15 |
| Octal | 15 | 22 | 134 | 126 | 120 | 0 | 100 | 354 | 113 | 25 |
| Binary | 1101 | 10010 | 1011100 | 1010110 | 1010000 | 0 | 1000000 | 11101100 | 1001011 | 10101 |
Color Harmonies of #0D125C
Complementary color
Monochromatic Colors of #0D125C
Black with #0D125C
Text Example
Text Example
White with #0D125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D125C; }
p { color: rgb(13,18,92); }
H1.HeaderClassName
{
color: #0D125C;
}
.AnyTagClassName
{
color: #0D125C;
}
</style>
background-color css
<style>
a { background-color: #0D125C; }
a { background-color: rgb(13,18,92); }
div.DivClassName
{
background-color: #0D125C;
}
.BgClassName
{
background-color: #0D125C;
}
</style>
border-color css
<style>
span { border-color: #0D125C; }
span { border-color: rgb(13,18,92); }
td.TdClassName
{
border-color: #0D125C;
}
.TagClassName
{
border-color: #0D125C;
}
</style>