Shades of New Midnight Blue #0602AB
Tints of New Midnight Blue #0602AB
RGB
CMYK
RGB Variations
Color information
#0602AB (or 0x0602AB) is known color: New Midnight Blue. HEX triplet: 06, 02 and AB. RGB value is (6,2,171). Sum of RGB (Red+Green+Blue) = 6+2+171=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 171 (67.19% from 255 or 95.53% from 179); Max value from RGB is 171 - color contains mainly: blue. Hex color #0602AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0602AB is #F9FD54. Grayscale: #151515. Windows color (decimal): -16383317 or 11207174. OLE color: 11207174.
HSL color Cylindrical-coordinate representation of color #0602AB: hue angle of 241.42º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0602AB is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 2 | 171 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.33 |
| HSL | 241.42º | 0.98% | 0.34% | - |
| HSV(B) | 241.42º | 0.99% | 0.67% | - |
| XYZ | 7.45 | 3.02 | 38.72 | - |
| YUV | 22.46 | 211.83 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 171 | 0.96 | 0.99 | 0 | 0.33 | 241.42 | 0.98 | 0.34 |
| Hex | 6 | 2 | AB | 60 | 63 | 0 | 21 | F1 | 62 | 22 |
| Octal | 6 | 2 | 253 | 140 | 143 | 0 | 41 | 361 | 142 | 42 |
| Binary | 110 | 10 | 10101011 | 1100000 | 1100011 | 0 | 100001 | 11110001 | 1100010 | 100010 |
Color Harmonies of #0602AB
Complementary color
Monochromatic Colors of #0602AB
Black with #0602AB
Text Example
Text Example
White with #0602AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0602AB; }
p { color: rgb(6,2,171); }
H1.HeaderClassName
{
color: #0602AB;
}
.AnyTagClassName
{
color: #0602AB;
}
</style>
background-color css
<style>
a { background-color: #0602AB; }
a { background-color: rgb(6,2,171); }
div.DivClassName
{
background-color: #0602AB;
}
.BgClassName
{
background-color: #0602AB;
}
</style>
border-color css
<style>
span { border-color: #0602AB; }
span { border-color: rgb(6,2,171); }
td.TdClassName
{
border-color: #0602AB;
}
.TagClassName
{
border-color: #0602AB;
}
</style>