Shades of Navy Blue #0362FF
Tints of Navy Blue #0362FF
RGB
CMYK
RGB Variations
Color information
#0362FF (or 0x0362FF) is known color: Navy Blue. HEX triplet: 03, 62 and FF. RGB value is (3,98,255). Sum of RGB (Red+Green+Blue) = 3+98+255=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #0362FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0362FF is #FC9D00. Grayscale: #565656. Windows color (decimal): -16555265 or 16736771. OLE color: 16736771.
HSL color Cylindrical-coordinate representation of color #0362FF: hue angle of 217.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0362FF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 98 | 255 | - |
| CMYK | 0.99 | 0.62 | 0 | 0 |
| HSL | 217.38º | 1% | 0.51% | - |
| HSV(B) | 217.38º | 0.99% | 1% | - |
| XYZ | 22.46 | 15.97 | 96.51 | - |
| YUV | 87.49 | 222.53 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 255 | 0.99 | 0.62 | 0 | 0 | 217.38 | 1 | 0.51 |
| Hex | 3 | 62 | FF | 63 | 3E | 0 | 0 | D9 | 64 | 33 |
| Octal | 3 | 142 | 377 | 143 | 76 | 0 | 0 | 331 | 144 | 63 |
| Binary | 11 | 1100010 | 11111111 | 1100011 | 111110 | 0 | 0 | 11011001 | 1100100 | 110011 |
Color Harmonies of #0362FF
Complementary color
Monochromatic Colors of #0362FF
Black with #0362FF
Text Example
Text Example
White with #0362FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0362FF; }
p { color: rgb(3,98,255); }
H1.HeaderClassName
{
color: #0362FF;
}
.AnyTagClassName
{
color: #0362FF;
}
</style>
background-color css
<style>
a { background-color: #0362FF; }
a { background-color: rgb(3,98,255); }
div.DivClassName
{
background-color: #0362FF;
}
.BgClassName
{
background-color: #0362FF;
}
</style>
border-color css
<style>
span { border-color: #0362FF; }
span { border-color: rgb(3,98,255); }
td.TdClassName
{
border-color: #0362FF;
}
.TagClassName
{
border-color: #0362FF;
}
</style>