Shades of Midnight Blue #060963
Tints of Midnight Blue #060963
RGB
CMYK
RGB Variations
Color information
#060963 (or 0x060963) is known color: Midnight Blue. HEX triplet: 06, 09 and 63. RGB value is (6,9,99). Sum of RGB (Red+Green+Blue) = 6+9+99=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 99 (39.06% from 255 or 86.84% from 114); Max value from RGB is 99 - color contains mainly: blue. Hex color #060963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060963 is #F9F69C. Grayscale: #121212. Windows color (decimal): -16381597 or 6490374. OLE color: 6490374.
HSL color Cylindrical-coordinate representation of color #060963: hue angle of 238.06º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060963 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 9 | 99 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.61 |
| HSL | 238.06º | 0.89% | 0.21% | - |
| HSV(B) | 238.06º | 0.94% | 0.39% | - |
| XYZ | 2.42 | 1.13 | 11.9 | - |
| YUV | 18.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 99 | 0.94 | 0.91 | 0 | 0.61 | 238.06 | 0.89 | 0.21 |
| Hex | 6 | 9 | 63 | 5E | 5B | 0 | 3D | EE | 59 | 15 |
| Octal | 6 | 11 | 143 | 136 | 133 | 0 | 75 | 356 | 131 | 25 |
| Binary | 110 | 1001 | 1100011 | 1011110 | 1011011 | 0 | 111101 | 11101110 | 1011001 | 10101 |
Color Harmonies of #060963
Complementary color
Monochromatic Colors of #060963
Black with #060963
Text Example
Text Example
White with #060963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060963; }
p { color: rgb(6,9,99); }
H1.HeaderClassName
{
color: #060963;
}
.AnyTagClassName
{
color: #060963;
}
</style>
background-color css
<style>
a { background-color: #060963; }
a { background-color: rgb(6,9,99); }
div.DivClassName
{
background-color: #060963;
}
.BgClassName
{
background-color: #060963;
}
</style>
border-color css
<style>
span { border-color: #060963; }
span { border-color: rgb(6,9,99); }
td.TdClassName
{
border-color: #060963;
}
.TagClassName
{
border-color: #060963;
}
</style>