Shades of Midnight Blue #060A65
Tints of Midnight Blue #060A65
RGB
CMYK
RGB Variations
Color information
#060A65 (or 0x060A65) is known color: Midnight Blue. HEX triplet: 06, 0A and 65. RGB value is (6,10,101). Sum of RGB (Red+Green+Blue) = 6+10+101=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 101 (39.84% from 255 or 86.32% from 117); Max value from RGB is 101 - color contains mainly: blue. Hex color #060A65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A65 is #F9F59A. Grayscale: #121212. Windows color (decimal): -16381339 or 6621702. OLE color: 6621702.
HSL color Cylindrical-coordinate representation of color #060A65: hue angle of 237.47º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060A65 is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 10 | 101 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.60 |
| HSL | 237.47º | 0.89% | 0.21% | - |
| HSV(B) | 237.47º | 0.94% | 0.4% | - |
| XYZ | 2.53 | 1.2 | 12.41 | - |
| YUV | 19.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 101 | 0.94 | 0.90 | 0 | 0.60 | 237.47 | 0.89 | 0.21 |
| Hex | 6 | A | 65 | 5E | 5A | 0 | 3C | ED | 59 | 15 |
| Octal | 6 | 12 | 145 | 136 | 132 | 0 | 74 | 355 | 131 | 25 |
| Binary | 110 | 1010 | 1100101 | 1011110 | 1011010 | 0 | 111100 | 11101101 | 1011001 | 10101 |
Color Harmonies of #060A65
Complementary color
Monochromatic Colors of #060A65
Black with #060A65
Text Example
Text Example
White with #060A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A65; }
p { color: rgb(6,10,101); }
H1.HeaderClassName
{
color: #060A65;
}
.AnyTagClassName
{
color: #060A65;
}
</style>
background-color css
<style>
a { background-color: #060A65; }
a { background-color: rgb(6,10,101); }
div.DivClassName
{
background-color: #060A65;
}
.BgClassName
{
background-color: #060A65;
}
</style>
border-color css
<style>
span { border-color: #060A65; }
span { border-color: rgb(6,10,101); }
td.TdClassName
{
border-color: #060A65;
}
.TagClassName
{
border-color: #060A65;
}
</style>