Shades of New Midnight Blue #060195
Tints of New Midnight Blue #060195
RGB
CMYK
RGB Variations
Color information
#060195 (or 0x060195) is known color: New Midnight Blue. HEX triplet: 06, 01 and 95. RGB value is (6,1,149). Sum of RGB (Red+Green+Blue) = 6+1+149=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 149 (58.59% from 255 or 95.51% from 156); Max value from RGB is 149 - color contains mainly: blue. Hex color #060195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060195 is #F9FE6A. Grayscale: #121212. Windows color (decimal): -16383595 or 9765126. OLE color: 9765126.
HSL color Cylindrical-coordinate representation of color #060195: hue angle of 242.03º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060195 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 1 | 149 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.42 |
| HSL | 242.03º | 0.99% | 0.29% | - |
| HSV(B) | 242.03º | 0.99% | 0.58% | - |
| XYZ | 5.51 | 2.23 | 28.57 | - |
| YUV | 19.37 | 201.16 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 149 | 0.96 | 0.99 | 0 | 0.42 | 242.03 | 0.99 | 0.29 |
| Hex | 6 | 1 | 95 | 60 | 63 | 0 | 2A | F2 | 63 | 1D |
| Octal | 6 | 1 | 225 | 140 | 143 | 0 | 52 | 362 | 143 | 35 |
| Binary | 110 | 1 | 10010101 | 1100000 | 1100011 | 0 | 101010 | 11110010 | 1100011 | 11101 |
Color Harmonies of #060195
Complementary color
Monochromatic Colors of #060195
Black with #060195
Text Example
Text Example
White with #060195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060195; }
p { color: rgb(6,1,149); }
H1.HeaderClassName
{
color: #060195;
}
.AnyTagClassName
{
color: #060195;
}
</style>
background-color css
<style>
a { background-color: #060195; }
a { background-color: rgb(6,1,149); }
div.DivClassName
{
background-color: #060195;
}
.BgClassName
{
background-color: #060195;
}
</style>
border-color css
<style>
span { border-color: #060195; }
span { border-color: rgb(6,1,149); }
td.TdClassName
{
border-color: #060195;
}
.TagClassName
{
border-color: #060195;
}
</style>