Shades of Navy Blue #0362FE
Tints of Navy Blue #0362FE
RGB
CMYK
RGB Variations
Color information
#0362FE (or 0x0362FE) is known color: Navy Blue. HEX triplet: 03, 62 and FE. RGB value is (3,98,254). Sum of RGB (Red+Green+Blue) = 3+98+254=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #0362FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0362FE is #FC9D01. Grayscale: #565656. Windows color (decimal): -16555266 or 16671235. OLE color: 16671235.
HSL color Cylindrical-coordinate representation of color #0362FE: hue angle of 217.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0362FE is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 98 | 254 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.00 |
| HSL | 217.29º | 0.99% | 0.5% | - |
| HSV(B) | 217.29º | 0.99% | 1% | - |
| XYZ | 22.29 | 15.91 | 95.66 | - |
| YUV | 87.38 | 222.03 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 254 | 0.99 | 0.61 | 0 | 0.00 | 217.29 | 0.99 | 0.5 |
| Hex | 3 | 62 | FE | 63 | 3D | 0 | 0 | D9 | 63 | 32 |
| Octal | 3 | 142 | 376 | 143 | 75 | 0 | 0 | 331 | 143 | 62 |
| Binary | 11 | 1100010 | 11111110 | 1100011 | 111101 | 0 | 0 | 11011001 | 1100011 | 110010 |
Color Harmonies of #0362FE
Complementary color
Monochromatic Colors of #0362FE
Black with #0362FE
Text Example
Text Example
White with #0362FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0362FE; }
p { color: rgb(3,98,254); }
H1.HeaderClassName
{
color: #0362FE;
}
.AnyTagClassName
{
color: #0362FE;
}
</style>
background-color css
<style>
a { background-color: #0362FE; }
a { background-color: rgb(3,98,254); }
div.DivClassName
{
background-color: #0362FE;
}
.BgClassName
{
background-color: #0362FE;
}
</style>
border-color css
<style>
span { border-color: #0362FE; }
span { border-color: rgb(3,98,254); }
td.TdClassName
{
border-color: #0362FE;
}
.TagClassName
{
border-color: #0362FE;
}
</style>