Shades of New Midnight Blue #060A94
Tints of New Midnight Blue #060A94
RGB
CMYK
RGB Variations
Color information
#060A94 (or 0x060A94) is known color: New Midnight Blue. HEX triplet: 06, 0A and 94. RGB value is (6,10,148). Sum of RGB (Red+Green+Blue) = 6+10+148=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 148 (58.20% from 255 or 90.24% from 164); Max value from RGB is 148 - color contains mainly: blue. Hex color #060A94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060A94 is #F9F56B. Grayscale: #171717. Windows color (decimal): -16381292 or 9701894. OLE color: 9701894.
HSL color Cylindrical-coordinate representation of color #060A94: hue angle of 238.31º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060A94 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 10 | 148 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.42 |
| HSL | 238.31º | 0.92% | 0.3% | - |
| HSV(B) | 238.31º | 0.96% | 0.58% | - |
| XYZ | 5.53 | 2.39 | 28.19 | - |
| YUV | 24.54 | 197.67 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 148 | 0.96 | 0.93 | 0 | 0.42 | 238.31 | 0.92 | 0.3 |
| Hex | 6 | A | 94 | 60 | 5D | 0 | 2A | EE | 5C | 1E |
| Octal | 6 | 12 | 224 | 140 | 135 | 0 | 52 | 356 | 134 | 36 |
| Binary | 110 | 1010 | 10010100 | 1100000 | 1011101 | 0 | 101010 | 11101110 | 1011100 | 11110 |
Color Harmonies of #060A94
Complementary color
Monochromatic Colors of #060A94
Black with #060A94
Text Example
Text Example
White with #060A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A94; }
p { color: rgb(6,10,148); }
H1.HeaderClassName
{
color: #060A94;
}
.AnyTagClassName
{
color: #060A94;
}
</style>
background-color css
<style>
a { background-color: #060A94; }
a { background-color: rgb(6,10,148); }
div.DivClassName
{
background-color: #060A94;
}
.BgClassName
{
background-color: #060A94;
}
</style>
border-color css
<style>
span { border-color: #060A94; }
span { border-color: rgb(6,10,148); }
td.TdClassName
{
border-color: #060A94;
}
.TagClassName
{
border-color: #060A94;
}
</style>