Shades of New Midnight Blue #060F99
Tints of New Midnight Blue #060F99
RGB
CMYK
RGB Variations
Color information
#060F99 (or 0x060F99) is known color: New Midnight Blue. HEX triplet: 06, 0F and 99. RGB value is (6,15,153). Sum of RGB (Red+Green+Blue) = 6+15+153=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 153 (60.16% from 255 or 87.93% from 174); Max value from RGB is 153 - color contains mainly: blue. Hex color #060F99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060F99 is #F9F066. Grayscale: #1B1B1B. Windows color (decimal): -16380007 or 10030854. OLE color: 10030854.
HSL color Cylindrical-coordinate representation of color #060F99: hue angle of 236.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060F99 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 15 | 153 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.4 |
| HSL | 236.33º | 0.92% | 0.31% | - |
| HSV(B) | 236.33º | 0.96% | 0.6% | - |
| XYZ | 6 | 2.68 | 30.34 | - |
| YUV | 28.04 | 198.52 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 153 | 0.96 | 0.90 | 0 | 0.4 | 236.33 | 0.92 | 0.31 |
| Hex | 6 | F | 99 | 60 | 5A | 0 | 28 | EC | 5C | 1F |
| Octal | 6 | 17 | 231 | 140 | 132 | 0 | 50 | 354 | 134 | 37 |
| Binary | 110 | 1111 | 10011001 | 1100000 | 1011010 | 0 | 101000 | 11101100 | 1011100 | 11111 |
Color Harmonies of #060F99
Complementary color
Monochromatic Colors of #060F99
Black with #060F99
Text Example
Text Example
White with #060F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060F99; }
p { color: rgb(6,15,153); }
H1.HeaderClassName
{
color: #060F99;
}
.AnyTagClassName
{
color: #060F99;
}
</style>
background-color css
<style>
a { background-color: #060F99; }
a { background-color: rgb(6,15,153); }
div.DivClassName
{
background-color: #060F99;
}
.BgClassName
{
background-color: #060F99;
}
</style>
border-color css
<style>
span { border-color: #060F99; }
span { border-color: rgb(6,15,153); }
td.TdClassName
{
border-color: #060F99;
}
.TagClassName
{
border-color: #060F99;
}
</style>