Shades of Midnight Blue #06187B
Tints of Midnight Blue #06187B
RGB
CMYK
RGB Variations
Color information
#06187B (or 0x06187B) is known color: Midnight Blue. HEX triplet: 06, 18 and 7B. RGB value is (6,24,123). Sum of RGB (Red+Green+Blue) = 6+24+123=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 123 (48.44% from 255 or 80.39% from 153); Max value from RGB is 123 - color contains mainly: blue. Hex color #06187B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06187B is #F9E784. Grayscale: #1D1D1D. Windows color (decimal): -16377733 or 8067078. OLE color: 8067078.
HSL color Cylindrical-coordinate representation of color #06187B: hue angle of 230.77º 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 #06187B is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 24 | 123 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.52 |
| HSL | 230.77º | 0.91% | 0.25% | - |
| HSV(B) | 230.77º | 0.95% | 0.48% | - |
| XYZ | 3.98 | 2.12 | 18.94 | - |
| YUV | 29.9 | 180.54 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 123 | 0.95 | 0.80 | 0 | 0.52 | 230.77 | 0.91 | 0.25 |
| Hex | 6 | 18 | 7B | 5F | 50 | 0 | 34 | E7 | 5B | 19 |
| Octal | 6 | 30 | 173 | 137 | 120 | 0 | 64 | 347 | 133 | 31 |
| Binary | 110 | 11000 | 1111011 | 1011111 | 1010000 | 0 | 110100 | 11100111 | 1011011 | 11001 |
Color Harmonies of #06187B
Complementary color
Monochromatic Colors of #06187B
Black with #06187B
Text Example
Text Example
White with #06187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06187B; }
p { color: rgb(6,24,123); }
H1.HeaderClassName
{
color: #06187B;
}
.AnyTagClassName
{
color: #06187B;
}
</style>
background-color css
<style>
a { background-color: #06187B; }
a { background-color: rgb(6,24,123); }
div.DivClassName
{
background-color: #06187B;
}
.BgClassName
{
background-color: #06187B;
}
</style>
border-color css
<style>
span { border-color: #06187B; }
span { border-color: rgb(6,24,123); }
td.TdClassName
{
border-color: #06187B;
}
.TagClassName
{
border-color: #06187B;
}
</style>