Shades of Midnight Blue #06187A
Tints of Midnight Blue #06187A
RGB
CMYK
RGB Variations
Color information
#06187A (or 0x06187A) is known color: Midnight Blue. HEX triplet: 06, 18 and 7A. RGB value is (6,24,122). Sum of RGB (Red+Green+Blue) = 6+24+122=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 122 (48.05% from 255 or 80.26% from 152); Max value from RGB is 122 - color contains mainly: blue. Hex color #06187A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06187A is #F9E785. Grayscale: #1D1D1D. Windows color (decimal): -16377734 or 8001542. OLE color: 8001542.
HSL color Cylindrical-coordinate representation of color #06187A: hue angle of 230.69º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06187A is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 24 | 122 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.52 |
| HSL | 230.69º | 0.91% | 0.25% | - |
| HSV(B) | 230.69º | 0.95% | 0.48% | - |
| XYZ | 3.91 | 2.1 | 18.61 | - |
| YUV | 29.79 | 180.04 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 122 | 0.95 | 0.80 | 0 | 0.52 | 230.69 | 0.91 | 0.25 |
| Hex | 6 | 18 | 7A | 5F | 50 | 0 | 34 | E7 | 5B | 19 |
| Octal | 6 | 30 | 172 | 137 | 120 | 0 | 64 | 347 | 133 | 31 |
| Binary | 110 | 11000 | 1111010 | 1011111 | 1010000 | 0 | 110100 | 11100111 | 1011011 | 11001 |
Color Harmonies of #06187A
Complementary color
Monochromatic Colors of #06187A
Black with #06187A
Text Example
Text Example
White with #06187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06187A; }
p { color: rgb(6,24,122); }
H1.HeaderClassName
{
color: #06187A;
}
.AnyTagClassName
{
color: #06187A;
}
</style>
background-color css
<style>
a { background-color: #06187A; }
a { background-color: rgb(6,24,122); }
div.DivClassName
{
background-color: #06187A;
}
.BgClassName
{
background-color: #06187A;
}
</style>
border-color css
<style>
span { border-color: #06187A; }
span { border-color: rgb(6,24,122); }
td.TdClassName
{
border-color: #06187A;
}
.TagClassName
{
border-color: #06187A;
}
</style>