Shades of New Midnight Blue #0601B1
Tints of New Midnight Blue #0601B1
RGB
CMYK
RGB Variations
Color information
#0601B1 (or 0x0601B1) is known color: New Midnight Blue. HEX triplet: 06, 01 and B1. RGB value is (6,1,177). Sum of RGB (Red+Green+Blue) = 6+1+177=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 177 (69.53% from 255 or 96.20% from 184); Max value from RGB is 177 - color contains mainly: blue. Hex color #0601B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0601B1 is #F9FE4E. Grayscale: #151515. Windows color (decimal): -16383567 or 11600134. OLE color: 11600134.
HSL color Cylindrical-coordinate representation of color #0601B1: hue angle of 241.7º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0601B1 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 1 | 177 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.31 |
| HSL | 241.7º | 0.99% | 0.35% | - |
| HSV(B) | 241.7º | 0.99% | 0.69% | - |
| XYZ | 8.02 | 3.23 | 41.8 | - |
| YUV | 22.56 | 215.16 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 177 | 0.97 | 0.99 | 0 | 0.31 | 241.7 | 0.99 | 0.35 |
| Hex | 6 | 1 | B1 | 61 | 63 | 0 | 1F | F2 | 63 | 23 |
| Octal | 6 | 1 | 261 | 141 | 143 | 0 | 37 | 362 | 143 | 43 |
| Binary | 110 | 1 | 10110001 | 1100001 | 1100011 | 0 | 11111 | 11110010 | 1100011 | 100011 |
Color Harmonies of #0601B1
Complementary color
Monochromatic Colors of #0601B1
Black with #0601B1
Text Example
Text Example
White with #0601B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0601B1; }
p { color: rgb(6,1,177); }
H1.HeaderClassName
{
color: #0601B1;
}
.AnyTagClassName
{
color: #0601B1;
}
</style>
background-color css
<style>
a { background-color: #0601B1; }
a { background-color: rgb(6,1,177); }
div.DivClassName
{
background-color: #0601B1;
}
.BgClassName
{
background-color: #0601B1;
}
</style>
border-color css
<style>
span { border-color: #0601B1; }
span { border-color: rgb(6,1,177); }
td.TdClassName
{
border-color: #0601B1;
}
.TagClassName
{
border-color: #0601B1;
}
</style>