Shades of New Midnight Blue #060298
Tints of New Midnight Blue #060298
RGB
CMYK
RGB Variations
Color information
#060298 (or 0x060298) is known color: New Midnight Blue. HEX triplet: 06, 02 and 98. RGB value is (6,2,152). Sum of RGB (Red+Green+Blue) = 6+2+152=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 152 (59.77% from 255 or 95% from 160); Max value from RGB is 152 - color contains mainly: blue. Hex color #060298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060298 is #F9FD67. Grayscale: #131313. Windows color (decimal): -16383336 or 9961990. OLE color: 9961990.
HSL color Cylindrical-coordinate representation of color #060298: hue angle of 241.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060298 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 2 | 152 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.40 |
| HSL | 241.6º | 0.97% | 0.3% | - |
| HSV(B) | 241.6º | 0.99% | 0.6% | - |
| XYZ | 5.76 | 2.35 | 29.86 | - |
| YUV | 20.3 | 202.33 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 152 | 0.96 | 0.99 | 0 | 0.40 | 241.6 | 0.97 | 0.3 |
| Hex | 6 | 2 | 98 | 60 | 63 | 0 | 28 | F2 | 61 | 1E |
| Octal | 6 | 2 | 230 | 140 | 143 | 0 | 50 | 362 | 141 | 36 |
| Binary | 110 | 10 | 10011000 | 1100000 | 1100011 | 0 | 101000 | 11110010 | 1100001 | 11110 |
Color Harmonies of #060298
Complementary color
Monochromatic Colors of #060298
Black with #060298
Text Example
Text Example
White with #060298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060298; }
p { color: rgb(6,2,152); }
H1.HeaderClassName
{
color: #060298;
}
.AnyTagClassName
{
color: #060298;
}
</style>
background-color css
<style>
a { background-color: #060298; }
a { background-color: rgb(6,2,152); }
div.DivClassName
{
background-color: #060298;
}
.BgClassName
{
background-color: #060298;
}
</style>
border-color css
<style>
span { border-color: #060298; }
span { border-color: rgb(6,2,152); }
td.TdClassName
{
border-color: #060298;
}
.TagClassName
{
border-color: #060298;
}
</style>