Shades of Midnight Blue #06177D
Tints of Midnight Blue #06177D
RGB
CMYK
RGB Variations
Color information
#06177D (or 0x06177D) is known color: Midnight Blue. HEX triplet: 06, 17 and 7D. RGB value is (6,23,125). Sum of RGB (Red+Green+Blue) = 6+23+125=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 125 (49.22% from 255 or 81.17% from 154); Max value from RGB is 125 - color contains mainly: blue. Hex color #06177D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06177D is #F9E882. Grayscale: #1D1D1D. Windows color (decimal): -16377987 or 8197894. OLE color: 8197894.
HSL color Cylindrical-coordinate representation of color #06177D: hue angle of 231.43º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06177D is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 23 | 125 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.51 |
| HSL | 231.43º | 0.91% | 0.26% | - |
| HSV(B) | 231.43º | 0.95% | 0.49% | - |
| XYZ | 4.08 | 2.13 | 19.6 | - |
| YUV | 29.55 | 181.87 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 125 | 0.95 | 0.82 | 0 | 0.51 | 231.43 | 0.91 | 0.26 |
| Hex | 6 | 17 | 7D | 5F | 52 | 0 | 33 | E7 | 5B | 1A |
| Octal | 6 | 27 | 175 | 137 | 122 | 0 | 63 | 347 | 133 | 32 |
| Binary | 110 | 10111 | 1111101 | 1011111 | 1010010 | 0 | 110011 | 11100111 | 1011011 | 11010 |
Color Harmonies of #06177D
Complementary color
Monochromatic Colors of #06177D
Black with #06177D
Text Example
Text Example
White with #06177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06177D; }
p { color: rgb(6,23,125); }
H1.HeaderClassName
{
color: #06177D;
}
.AnyTagClassName
{
color: #06177D;
}
</style>
background-color css
<style>
a { background-color: #06177D; }
a { background-color: rgb(6,23,125); }
div.DivClassName
{
background-color: #06177D;
}
.BgClassName
{
background-color: #06177D;
}
</style>
border-color css
<style>
span { border-color: #06177D; }
span { border-color: rgb(6,23,125); }
td.TdClassName
{
border-color: #06177D;
}
.TagClassName
{
border-color: #06177D;
}
</style>