Shades of Midnight Blue #0D146C
Tints of Midnight Blue #0D146C
RGB
CMYK
RGB Variations
Color information
#0D146C (or 0x0D146C) is known color: Midnight Blue. HEX triplet: 0D, 14 and 6C. RGB value is (13,20,108). Sum of RGB (Red+Green+Blue) = 13+20+108=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 108 (42.58% from 255 or 76.60% from 141); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D146C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D146C is #F2EB93. Grayscale: #1B1B1B. Windows color (decimal): -15920020 or 7083021. OLE color: 7083021.
HSL color Cylindrical-coordinate representation of color #0D146C: hue angle of 235.58º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D146C is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 20 | 108 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.58 |
| HSL | 235.58º | 0.79% | 0.24% | - |
| HSV(B) | 235.58º | 0.88% | 0.42% | - |
| XYZ | 3.12 | 1.67 | 14.34 | - |
| YUV | 27.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 108 | 0.88 | 0.81 | 0 | 0.58 | 235.58 | 0.79 | 0.24 |
| Hex | D | 14 | 6C | 58 | 51 | 0 | 3A | EC | 4F | 18 |
| Octal | 15 | 24 | 154 | 130 | 121 | 0 | 72 | 354 | 117 | 30 |
| Binary | 1101 | 10100 | 1101100 | 1011000 | 1010001 | 0 | 111010 | 11101100 | 1001111 | 11000 |
Color Harmonies of #0D146C
Complementary color
Monochromatic Colors of #0D146C
Black with #0D146C
Text Example
Text Example
White with #0D146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D146C; }
p { color: rgb(13,20,108); }
H1.HeaderClassName
{
color: #0D146C;
}
.AnyTagClassName
{
color: #0D146C;
}
</style>
background-color css
<style>
a { background-color: #0D146C; }
a { background-color: rgb(13,20,108); }
div.DivClassName
{
background-color: #0D146C;
}
.BgClassName
{
background-color: #0D146C;
}
</style>
border-color css
<style>
span { border-color: #0D146C; }
span { border-color: rgb(13,20,108); }
td.TdClassName
{
border-color: #0D146C;
}
.TagClassName
{
border-color: #0D146C;
}
</style>