Shades of New Midnight Blue #0601AD
Tints of New Midnight Blue #0601AD
RGB
CMYK
RGB Variations
Color information
#0601AD (or 0x0601AD) is known color: New Midnight Blue. HEX triplet: 06, 01 and AD. RGB value is (6,1,173). Sum of RGB (Red+Green+Blue) = 6+1+173=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 173 (67.97% from 255 or 96.11% from 180); Max value from RGB is 173 - color contains mainly: blue. Hex color #0601AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0601AD is #F9FE52. Grayscale: #151515. Windows color (decimal): -16383571 or 11337990. OLE color: 11337990.
HSL color Cylindrical-coordinate representation of color #0601AD: hue angle of 241.74º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0601AD is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 1 | 173 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.32 |
| HSL | 241.74º | 0.99% | 0.34% | - |
| HSV(B) | 241.74º | 0.99% | 0.68% | - |
| XYZ | 7.63 | 3.08 | 39.73 | - |
| YUV | 22.1 | 213.16 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 173 | 0.97 | 0.99 | 0 | 0.32 | 241.74 | 0.99 | 0.34 |
| Hex | 6 | 1 | AD | 61 | 63 | 0 | 20 | F2 | 63 | 22 |
| Octal | 6 | 1 | 255 | 141 | 143 | 0 | 40 | 362 | 143 | 42 |
| Binary | 110 | 1 | 10101101 | 1100001 | 1100011 | 0 | 100000 | 11110010 | 1100011 | 100010 |
Color Harmonies of #0601AD
Complementary color
Monochromatic Colors of #0601AD
Black with #0601AD
Text Example
Text Example
White with #0601AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0601AD; }
p { color: rgb(6,1,173); }
H1.HeaderClassName
{
color: #0601AD;
}
.AnyTagClassName
{
color: #0601AD;
}
</style>
background-color css
<style>
a { background-color: #0601AD; }
a { background-color: rgb(6,1,173); }
div.DivClassName
{
background-color: #0601AD;
}
.BgClassName
{
background-color: #0601AD;
}
</style>
border-color css
<style>
span { border-color: #0601AD; }
span { border-color: rgb(6,1,173); }
td.TdClassName
{
border-color: #0601AD;
}
.TagClassName
{
border-color: #0601AD;
}
</style>