Shades of Midnight Blue #060965
Tints of Midnight Blue #060965
RGB
CMYK
RGB Variations
Color information
#060965 (or 0x060965) is known color: Midnight Blue. HEX triplet: 06, 09 and 65. RGB value is (6,9,101). Sum of RGB (Red+Green+Blue) = 6+9+101=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 101 (39.84% from 255 or 87.07% from 116); Max value from RGB is 101 - color contains mainly: blue. Hex color #060965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060965 is #F9F69A. Grayscale: #121212. Windows color (decimal): -16381595 or 6621446. OLE color: 6621446.
HSL color Cylindrical-coordinate representation of color #060965: hue angle of 238.11º 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 #060965 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 9 | 101 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.60 |
| HSL | 238.11º | 0.89% | 0.21% | - |
| HSV(B) | 238.11º | 0.94% | 0.4% | - |
| XYZ | 2.52 | 1.17 | 12.41 | - |
| YUV | 18.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 101 | 0.94 | 0.91 | 0 | 0.60 | 238.11 | 0.89 | 0.21 |
| Hex | 6 | 9 | 65 | 5E | 5B | 0 | 3C | EE | 59 | 15 |
| Octal | 6 | 11 | 145 | 136 | 133 | 0 | 74 | 356 | 131 | 25 |
| Binary | 110 | 1001 | 1100101 | 1011110 | 1011011 | 0 | 111100 | 11101110 | 1011001 | 10101 |
Color Harmonies of #060965
Complementary color
Monochromatic Colors of #060965
Black with #060965
Text Example
Text Example
White with #060965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060965; }
p { color: rgb(6,9,101); }
H1.HeaderClassName
{
color: #060965;
}
.AnyTagClassName
{
color: #060965;
}
</style>
background-color css
<style>
a { background-color: #060965; }
a { background-color: rgb(6,9,101); }
div.DivClassName
{
background-color: #060965;
}
.BgClassName
{
background-color: #060965;
}
</style>
border-color css
<style>
span { border-color: #060965; }
span { border-color: rgb(6,9,101); }
td.TdClassName
{
border-color: #060965;
}
.TagClassName
{
border-color: #060965;
}
</style>