Shades of Navy Blue #0062F3
Tints of Navy Blue #0062F3
RGB
CMYK
RGB Variations
Color information
#0062F3 (or 0x0062F3) is known color: Navy Blue. HEX triplet: 00, 62 and F3. RGB value is (0,98,243). Sum of RGB (Red+Green+Blue) = 0+98+243=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 243 (95.31% from 255 or 71.26% from 341); Max value from RGB is 243 - color contains mainly: blue. Hex color #0062F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0062F3 is #FF9D0C. Grayscale: #545454. Windows color (decimal): -16751885 or 15950336. OLE color: 15950336.
HSL color Cylindrical-coordinate representation of color #0062F3: hue angle of 215.8º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062F3 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 98 | 243 | - |
| CMYK | 1 | 0.60 | 0 | 0.05 |
| HSL | 215.8º | 1% | 0.48% | - |
| HSV(B) | 215.8º | 1% | 0.95% | - |
| XYZ | 20.55 | 15.21 | 86.65 | - |
| YUV | 85.23 | 217.03 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 243 | 1 | 0.60 | 0 | 0.05 | 215.8 | 1 | 0.48 |
| Hex | 0 | 62 | F3 | 64 | 3C | 0 | 5 | D8 | 64 | 30 |
| Octal | 0 | 142 | 363 | 144 | 74 | 0 | 5 | 330 | 144 | 60 |
| Binary | 0 | 1100010 | 11110011 | 1100100 | 111100 | 0 | 101 | 11011000 | 1100100 | 110000 |
Color Harmonies of #0062F3
Complementary color
Monochromatic Colors of #0062F3
Black with #0062F3
Text Example
Text Example
White with #0062F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062F3; }
p { color: rgb(0,98,243); }
H1.HeaderClassName
{
color: #0062F3;
}
.AnyTagClassName
{
color: #0062F3;
}
</style>
background-color css
<style>
a { background-color: #0062F3; }
a { background-color: rgb(0,98,243); }
div.DivClassName
{
background-color: #0062F3;
}
.BgClassName
{
background-color: #0062F3;
}
</style>
border-color css
<style>
span { border-color: #0062F3; }
span { border-color: rgb(0,98,243); }
td.TdClassName
{
border-color: #0062F3;
}
.TagClassName
{
border-color: #0062F3;
}
</style>