Shades of New Midnight Blue #0600AB
Tints of New Midnight Blue #0600AB
RGB
CMYK
RGB Variations
Color information
#0600AB (or 0x0600AB) is known color: New Midnight Blue. HEX triplet: 06, 00 and AB. RGB value is (6,0,171). Sum of RGB (Red+Green+Blue) = 6+0+171=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 171 (67.19% from 255 or 96.61% from 177); Max value from RGB is 171 - color contains mainly: blue. Hex color #0600AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0600AB is #F9FF54. Grayscale: #141414. Windows color (decimal): -16383829 or 11206662. OLE color: 11206662.
HSL color Cylindrical-coordinate representation of color #0600AB: hue angle of 242.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0600AB is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 0 | 171 | - |
| CMYK | 0.96 | 1 | 0 | 0.33 |
| HSL | 242.11º | 1% | 0.34% | - |
| HSV(B) | 242.11º | 1% | 0.67% | - |
| XYZ | 7.43 | 2.98 | 38.71 | - |
| YUV | 21.29 | 212.49 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 171 | 0.96 | 1 | 0 | 0.33 | 242.11 | 1 | 0.34 |
| Hex | 6 | 0 | AB | 60 | 64 | 0 | 21 | F2 | 64 | 22 |
| Octal | 6 | 0 | 253 | 140 | 144 | 0 | 41 | 362 | 144 | 42 |
| Binary | 110 | 0 | 10101011 | 1100000 | 1100100 | 0 | 100001 | 11110010 | 1100100 | 100010 |
Color Harmonies of #0600AB
Complementary color
Monochromatic Colors of #0600AB
Black with #0600AB
Text Example
Text Example
White with #0600AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0600AB; }
p { color: rgb(6,0,171); }
H1.HeaderClassName
{
color: #0600AB;
}
.AnyTagClassName
{
color: #0600AB;
}
</style>
background-color css
<style>
a { background-color: #0600AB; }
a { background-color: rgb(6,0,171); }
div.DivClassName
{
background-color: #0600AB;
}
.BgClassName
{
background-color: #0600AB;
}
</style>
border-color css
<style>
span { border-color: #0600AB; }
span { border-color: rgb(6,0,171); }
td.TdClassName
{
border-color: #0600AB;
}
.TagClassName
{
border-color: #0600AB;
}
</style>