Shades of Navy Blue #0662FC
Tints of Navy Blue #0662FC
RGB
CMYK
RGB Variations
Color information
#0662FC (or 0x0662FC) is known color: Navy Blue. HEX triplet: 06, 62 and FC. RGB value is (6,98,252). Sum of RGB (Red+Green+Blue) = 6+98+252=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #0662FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0662FC is #F99D03. Grayscale: #575757. Windows color (decimal): -16358660 or 16540166. OLE color: 16540166.
HSL color Cylindrical-coordinate representation of color #0662FC: hue angle of 217.56º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0662FC is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 98 | 252 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.01 |
| HSL | 217.56º | 0.98% | 0.51% | - |
| HSV(B) | 217.56º | 0.98% | 0.99% | - |
| XYZ | 22.01 | 15.8 | 93.99 | - |
| YUV | 88.05 | 220.52 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 252 | 0.98 | 0.61 | 0 | 0.01 | 217.56 | 0.98 | 0.51 |
| Hex | 6 | 62 | FC | 62 | 3D | 0 | 1 | DA | 62 | 33 |
| Octal | 6 | 142 | 374 | 142 | 75 | 0 | 1 | 332 | 142 | 63 |
| Binary | 110 | 1100010 | 11111100 | 1100010 | 111101 | 0 | 1 | 11011010 | 1100010 | 110011 |
Color Harmonies of #0662FC
Complementary color
Monochromatic Colors of #0662FC
Black with #0662FC
Text Example
Text Example
White with #0662FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0662FC; }
p { color: rgb(6,98,252); }
H1.HeaderClassName
{
color: #0662FC;
}
.AnyTagClassName
{
color: #0662FC;
}
</style>
background-color css
<style>
a { background-color: #0662FC; }
a { background-color: rgb(6,98,252); }
div.DivClassName
{
background-color: #0662FC;
}
.BgClassName
{
background-color: #0662FC;
}
</style>
border-color css
<style>
span { border-color: #0662FC; }
span { border-color: rgb(6,98,252); }
td.TdClassName
{
border-color: #0662FC;
}
.TagClassName
{
border-color: #0662FC;
}
</style>