Shades of Midnight Blue #05177C
Tints of Midnight Blue #05177C
RGB
CMYK
RGB Variations
Color information
#05177C (or 0x05177C) is known color: Midnight Blue. HEX triplet: 05, 17 and 7C. RGB value is (5,23,124). Sum of RGB (Red+Green+Blue) = 5+23+124=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 124 (48.83% from 255 or 81.58% from 152); Max value from RGB is 124 - color contains mainly: blue. Hex color #05177C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05177C is #FAE883. Grayscale: #1C1C1C. Windows color (decimal): -16443524 or 8132357. OLE color: 8132357.
HSL color Cylindrical-coordinate representation of color #05177C: hue angle of 230.92º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05177C is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 23 | 124 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.51 |
| HSL | 230.92º | 0.92% | 0.25% | - |
| HSV(B) | 230.92º | 0.96% | 0.49% | - |
| XYZ | 4.01 | 2.1 | 19.26 | - |
| YUV | 29.13 | 181.54 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 124 | 0.96 | 0.81 | 0 | 0.51 | 230.92 | 0.92 | 0.25 |
| Hex | 5 | 17 | 7C | 60 | 51 | 0 | 33 | E7 | 5C | 19 |
| Octal | 5 | 27 | 174 | 140 | 121 | 0 | 63 | 347 | 134 | 31 |
| Binary | 101 | 10111 | 1111100 | 1100000 | 1010001 | 0 | 110011 | 11100111 | 1011100 | 11001 |
Color Harmonies of #05177C
Complementary color
Monochromatic Colors of #05177C
Black with #05177C
Text Example
Text Example
White with #05177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05177C; }
p { color: rgb(5,23,124); }
H1.HeaderClassName
{
color: #05177C;
}
.AnyTagClassName
{
color: #05177C;
}
</style>
background-color css
<style>
a { background-color: #05177C; }
a { background-color: rgb(5,23,124); }
div.DivClassName
{
background-color: #05177C;
}
.BgClassName
{
background-color: #05177C;
}
</style>
border-color css
<style>
span { border-color: #05177C; }
span { border-color: rgb(5,23,124); }
td.TdClassName
{
border-color: #05177C;
}
.TagClassName
{
border-color: #05177C;
}
</style>