Shades of Midnight Blue #0D177A
Tints of Midnight Blue #0D177A
RGB
CMYK
RGB Variations
Color information
#0D177A (or 0x0D177A) is known color: Midnight Blue. HEX triplet: 0D, 17 and 7A. RGB value is (13,23,122). Sum of RGB (Red+Green+Blue) = 13+23+122=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 122 (48.05% from 255 or 77.22% from 158); Max value from RGB is 122 - color contains mainly: blue. Hex color #0D177A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D177A is #F2E885. Grayscale: #1E1E1E. Windows color (decimal): -15919238 or 8001293. OLE color: 8001293.
HSL color Cylindrical-coordinate representation of color #0D177A: hue angle of 234.5º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D177A is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 13 | 23 | 122 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.52 |
| HSL | 234.5º | 0.81% | 0.26% | - |
| HSV(B) | 234.5º | 0.89% | 0.48% | - |
| XYZ | 3.99 | 2.1 | 18.61 | - |
| YUV | 31.3 | 179.19 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 122 | 0.89 | 0.81 | 0 | 0.52 | 234.5 | 0.81 | 0.26 |
| Hex | D | 17 | 7A | 59 | 51 | 0 | 34 | EA | 51 | 1A |
| Octal | 15 | 27 | 172 | 131 | 121 | 0 | 64 | 352 | 121 | 32 |
| Binary | 1101 | 10111 | 1111010 | 1011001 | 1010001 | 0 | 110100 | 11101010 | 1010001 | 11010 |
Color Harmonies of #0D177A
Complementary color
Monochromatic Colors of #0D177A
Black with #0D177A
Text Example
Text Example
White with #0D177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D177A; }
p { color: rgb(13,23,122); }
H1.HeaderClassName
{
color: #0D177A;
}
.AnyTagClassName
{
color: #0D177A;
}
</style>
background-color css
<style>
a { background-color: #0D177A; }
a { background-color: rgb(13,23,122); }
div.DivClassName
{
background-color: #0D177A;
}
.BgClassName
{
background-color: #0D177A;
}
</style>
border-color css
<style>
span { border-color: #0D177A; }
span { border-color: rgb(13,23,122); }
td.TdClassName
{
border-color: #0D177A;
}
.TagClassName
{
border-color: #0D177A;
}
</style>