Shades of Midnight Blue #060C6B
Tints of Midnight Blue #060C6B
RGB
CMYK
RGB Variations
Color information
#060C6B (or 0x060C6B) is known color: Midnight Blue. HEX triplet: 06, 0C and 6B. RGB value is (6,12,107). Sum of RGB (Red+Green+Blue) = 6+12+107=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 107 (42.19% from 255 or 85.6% from 125); Max value from RGB is 107 - color contains mainly: blue. Hex color #060C6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C6B is #F9F394. Grayscale: #141414. Windows color (decimal): -16380821 or 7015430. OLE color: 7015430.
HSL color Cylindrical-coordinate representation of color #060C6B: hue angle of 236.44º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060C6B is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 12 | 107 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.58 |
| HSL | 236.44º | 0.89% | 0.22% | - |
| HSV(B) | 236.44º | 0.94% | 0.42% | - |
| XYZ | 2.86 | 1.36 | 14.02 | - |
| YUV | 21.04 | 176.51 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 107 | 0.94 | 0.89 | 0 | 0.58 | 236.44 | 0.89 | 0.22 |
| Hex | 6 | C | 6B | 5E | 59 | 0 | 3A | EC | 59 | 16 |
| Octal | 6 | 14 | 153 | 136 | 131 | 0 | 72 | 354 | 131 | 26 |
| Binary | 110 | 1100 | 1101011 | 1011110 | 1011001 | 0 | 111010 | 11101100 | 1011001 | 10110 |
Color Harmonies of #060C6B
Complementary color
Monochromatic Colors of #060C6B
Black with #060C6B
Text Example
Text Example
White with #060C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C6B; }
p { color: rgb(6,12,107); }
H1.HeaderClassName
{
color: #060C6B;
}
.AnyTagClassName
{
color: #060C6B;
}
</style>
background-color css
<style>
a { background-color: #060C6B; }
a { background-color: rgb(6,12,107); }
div.DivClassName
{
background-color: #060C6B;
}
.BgClassName
{
background-color: #060C6B;
}
</style>
border-color css
<style>
span { border-color: #060C6B; }
span { border-color: rgb(6,12,107); }
td.TdClassName
{
border-color: #060C6B;
}
.TagClassName
{
border-color: #060C6B;
}
</style>