Shades of Navy Blue #0642FF
Tints of Navy Blue #0642FF
RGB
CMYK
RGB Variations
Color information
#0642FF (or 0x0642FF) is known color: Navy Blue. HEX triplet: 06, 42 and FF. RGB value is (6,66,255). Sum of RGB (Red+Green+Blue) = 6+66+255=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #0642FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0642FF is #F9BD00. Grayscale: #444444. Windows color (decimal): -16366849 or 16728582. OLE color: 16728582.
HSL color Cylindrical-coordinate representation of color #0642FF: hue angle of 225.54º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0642FF is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 66 | 255 | - |
| CMYK | 0.98 | 0.74 | 0 | 0 |
| HSL | 225.54º | 1% | 0.51% | - |
| HSV(B) | 225.54º | 0.98% | 1% | - |
| XYZ | 20.07 | 11.16 | 95.7 | - |
| YUV | 69.61 | 232.62 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 255 | 0.98 | 0.74 | 0 | 0 | 225.54 | 1 | 0.51 |
| Hex | 6 | 42 | FF | 62 | 4A | 0 | 0 | E2 | 64 | 33 |
| Octal | 6 | 102 | 377 | 142 | 112 | 0 | 0 | 342 | 144 | 63 |
| Binary | 110 | 1000010 | 11111111 | 1100010 | 1001010 | 0 | 0 | 11100010 | 1100100 | 110011 |
Color Harmonies of #0642FF
Complementary color
Monochromatic Colors of #0642FF
Black with #0642FF
Text Example
Text Example
White with #0642FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0642FF; }
p { color: rgb(6,66,255); }
H1.HeaderClassName
{
color: #0642FF;
}
.AnyTagClassName
{
color: #0642FF;
}
</style>
background-color css
<style>
a { background-color: #0642FF; }
a { background-color: rgb(6,66,255); }
div.DivClassName
{
background-color: #0642FF;
}
.BgClassName
{
background-color: #0642FF;
}
</style>
border-color css
<style>
span { border-color: #0642FF; }
span { border-color: rgb(6,66,255); }
td.TdClassName
{
border-color: #0642FF;
}
.TagClassName
{
border-color: #0642FF;
}
</style>