Shades of New Midnight Blue #0602AF
Tints of New Midnight Blue #0602AF
RGB
CMYK
RGB Variations
Color information
#0602AF (or 0x0602AF) is known color: New Midnight Blue. HEX triplet: 06, 02 and AF. RGB value is (6,2,175). Sum of RGB (Red+Green+Blue) = 6+2+175=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 175 (68.75% from 255 or 95.63% from 183); Max value from RGB is 175 - color contains mainly: blue. Hex color #0602AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0602AF is #F9FD50. Grayscale: #161616. Windows color (decimal): -16383313 or 11469318. OLE color: 11469318.
HSL color Cylindrical-coordinate representation of color #0602AF: hue angle of 241.39º degrees, saturation: 0.98, 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 #0602AF is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 2 | 175 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.31 |
| HSL | 241.39º | 0.98% | 0.35% | - |
| HSV(B) | 241.39º | 0.99% | 0.69% | - |
| XYZ | 7.83 | 3.18 | 40.76 | - |
| YUV | 22.92 | 213.83 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 175 | 0.97 | 0.99 | 0 | 0.31 | 241.39 | 0.98 | 0.35 |
| Hex | 6 | 2 | AF | 61 | 63 | 0 | 1F | F1 | 62 | 23 |
| Octal | 6 | 2 | 257 | 141 | 143 | 0 | 37 | 361 | 142 | 43 |
| Binary | 110 | 10 | 10101111 | 1100001 | 1100011 | 0 | 11111 | 11110001 | 1100010 | 100011 |
Color Harmonies of #0602AF
Complementary color
Monochromatic Colors of #0602AF
Black with #0602AF
Text Example
Text Example
White with #0602AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0602AF; }
p { color: rgb(6,2,175); }
H1.HeaderClassName
{
color: #0602AF;
}
.AnyTagClassName
{
color: #0602AF;
}
</style>
background-color css
<style>
a { background-color: #0602AF; }
a { background-color: rgb(6,2,175); }
div.DivClassName
{
background-color: #0602AF;
}
.BgClassName
{
background-color: #0602AF;
}
</style>
border-color css
<style>
span { border-color: #0602AF; }
span { border-color: rgb(6,2,175); }
td.TdClassName
{
border-color: #0602AF;
}
.TagClassName
{
border-color: #0602AF;
}
</style>