Shades of Midnight Blue #06197D
Tints of Midnight Blue #06197D
RGB
CMYK
RGB Variations
Color information
#06197D (or 0x06197D) is known color: Midnight Blue. HEX triplet: 06, 19 and 7D. RGB value is (6,25,125). Sum of RGB (Red+Green+Blue) = 6+25+125=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 125 (49.22% from 255 or 80.13% from 156); Max value from RGB is 125 - color contains mainly: blue. Hex color #06197D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06197D is #F9E682. Grayscale: #1E1E1E. Windows color (decimal): -16377475 or 8198406. OLE color: 8198406.
HSL color Cylindrical-coordinate representation of color #06197D: hue angle of 230.42º 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 #06197D is Cyan = 0.95, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 25 | 125 | - |
| CMYK | 0.95 | 0.8 | 0 | 0.51 |
| HSL | 230.42º | 0.91% | 0.26% | - |
| HSV(B) | 230.42º | 0.95% | 0.49% | - |
| XYZ | 4.12 | 2.21 | 19.61 | - |
| YUV | 30.72 | 181.21 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 125 | 0.95 | 0.8 | 0 | 0.51 | 230.42 | 0.91 | 0.26 |
| Hex | 6 | 19 | 7D | 5F | 50 | 0 | 33 | E6 | 5B | 1A |
| Octal | 6 | 31 | 175 | 137 | 120 | 0 | 63 | 346 | 133 | 32 |
| Binary | 110 | 11001 | 1111101 | 1011111 | 1010000 | 0 | 110011 | 11100110 | 1011011 | 11010 |
Color Harmonies of #06197D
Complementary color
Monochromatic Colors of #06197D
Black with #06197D
Text Example
Text Example
White with #06197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06197D; }
p { color: rgb(6,25,125); }
H1.HeaderClassName
{
color: #06197D;
}
.AnyTagClassName
{
color: #06197D;
}
</style>
background-color css
<style>
a { background-color: #06197D; }
a { background-color: rgb(6,25,125); }
div.DivClassName
{
background-color: #06197D;
}
.BgClassName
{
background-color: #06197D;
}
</style>
border-color css
<style>
span { border-color: #06197D; }
span { border-color: rgb(6,25,125); }
td.TdClassName
{
border-color: #06197D;
}
.TagClassName
{
border-color: #06197D;
}
</style>