Shades of New Midnight Blue #0602AE
Tints of New Midnight Blue #0602AE
RGB
CMYK
RGB Variations
Color information
#0602AE (or 0x0602AE) is known color: New Midnight Blue. HEX triplet: 06, 02 and AE. RGB value is (6,2,174). Sum of RGB (Red+Green+Blue) = 6+2+174=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 174 (68.36% from 255 or 95.60% from 182); Max value from RGB is 174 - color contains mainly: blue. Hex color #0602AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0602AE is #F9FD51. Grayscale: #161616. Windows color (decimal): -16383314 or 11403782. OLE color: 11403782.
HSL color Cylindrical-coordinate representation of color #0602AE: hue angle of 241.4º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0602AE is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 2 | 174 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.32 |
| HSL | 241.4º | 0.98% | 0.35% | - |
| HSV(B) | 241.4º | 0.99% | 0.68% | - |
| XYZ | 7.74 | 3.14 | 40.24 | - |
| YUV | 22.8 | 213.33 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 174 | 0.97 | 0.99 | 0 | 0.32 | 241.4 | 0.98 | 0.35 |
| Hex | 6 | 2 | AE | 61 | 63 | 0 | 20 | F1 | 62 | 23 |
| Octal | 6 | 2 | 256 | 141 | 143 | 0 | 40 | 361 | 142 | 43 |
| Binary | 110 | 10 | 10101110 | 1100001 | 1100011 | 0 | 100000 | 11110001 | 1100010 | 100011 |
Color Harmonies of #0602AE
Complementary color
Monochromatic Colors of #0602AE
Black with #0602AE
Text Example
Text Example
White with #0602AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0602AE; }
p { color: rgb(6,2,174); }
H1.HeaderClassName
{
color: #0602AE;
}
.AnyTagClassName
{
color: #0602AE;
}
</style>
background-color css
<style>
a { background-color: #0602AE; }
a { background-color: rgb(6,2,174); }
div.DivClassName
{
background-color: #0602AE;
}
.BgClassName
{
background-color: #0602AE;
}
</style>
border-color css
<style>
span { border-color: #0602AE; }
span { border-color: rgb(6,2,174); }
td.TdClassName
{
border-color: #0602AE;
}
.TagClassName
{
border-color: #0602AE;
}
</style>