Shades of New Midnight Blue #060097
Tints of New Midnight Blue #060097
RGB
CMYK
RGB Variations
Color information
#060097 (or 0x060097) is known color: New Midnight Blue. HEX triplet: 06, 00 and 97. RGB value is (6,0,151). Sum of RGB (Red+Green+Blue) = 6+0+151=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 151 (59.38% from 255 or 96.18% from 157); Max value from RGB is 151 - color contains mainly: blue. Hex color #060097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060097 is #F9FF68. Grayscale: #121212. Windows color (decimal): -16383849 or 9895942. OLE color: 9895942.
HSL color Cylindrical-coordinate representation of color #060097: hue angle of 242.38º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060097 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 0 | 151 | - |
| CMYK | 0.96 | 1 | 0 | 0.41 |
| HSL | 242.38º | 1% | 0.3% | - |
| HSV(B) | 242.38º | 1% | 0.59% | - |
| XYZ | 5.66 | 2.27 | 29.42 | - |
| YUV | 19.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 151 | 0.96 | 1 | 0 | 0.41 | 242.38 | 1 | 0.3 |
| Hex | 6 | 0 | 97 | 60 | 64 | 0 | 29 | F2 | 64 | 1E |
| Octal | 6 | 0 | 227 | 140 | 144 | 0 | 51 | 362 | 144 | 36 |
| Binary | 110 | 0 | 10010111 | 1100000 | 1100100 | 0 | 101001 | 11110010 | 1100100 | 11110 |
Color Harmonies of #060097
Complementary color
Monochromatic Colors of #060097
Black with #060097
Text Example
Text Example
White with #060097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060097; }
p { color: rgb(6,0,151); }
H1.HeaderClassName
{
color: #060097;
}
.AnyTagClassName
{
color: #060097;
}
</style>
background-color css
<style>
a { background-color: #060097; }
a { background-color: rgb(6,0,151); }
div.DivClassName
{
background-color: #060097;
}
.BgClassName
{
background-color: #060097;
}
</style>
border-color css
<style>
span { border-color: #060097; }
span { border-color: rgb(6,0,151); }
td.TdClassName
{
border-color: #060097;
}
.TagClassName
{
border-color: #060097;
}
</style>