Shades of Navy Blue #0363FF
Tints of Navy Blue #0363FF
RGB
CMYK
RGB Variations
Color information
#0363FF (or 0x0363FF) is known color: Navy Blue. HEX triplet: 03, 63 and FF. RGB value is (3,99,255). Sum of RGB (Red+Green+Blue) = 3+99+255=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #0363FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0363FF is #FC9C00. Grayscale: #575757. Windows color (decimal): -16555009 or 16737027. OLE color: 16737027.
HSL color Cylindrical-coordinate representation of color #0363FF: hue angle of 217.14º 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 #0363FF is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 99 | 255 | - |
| CMYK | 0.99 | 0.61 | 0 | 0 |
| HSL | 217.14º | 1% | 0.51% | - |
| HSV(B) | 217.14º | 0.99% | 1% | - |
| XYZ | 22.55 | 16.16 | 96.54 | - |
| YUV | 88.08 | 222.2 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 255 | 0.99 | 0.61 | 0 | 0 | 217.14 | 1 | 0.51 |
| Hex | 3 | 63 | FF | 63 | 3D | 0 | 0 | D9 | 64 | 33 |
| Octal | 3 | 143 | 377 | 143 | 75 | 0 | 0 | 331 | 144 | 63 |
| Binary | 11 | 1100011 | 11111111 | 1100011 | 111101 | 0 | 0 | 11011001 | 1100100 | 110011 |
Color Harmonies of #0363FF
Complementary color
Monochromatic Colors of #0363FF
Black with #0363FF
Text Example
Text Example
White with #0363FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0363FF; }
p { color: rgb(3,99,255); }
H1.HeaderClassName
{
color: #0363FF;
}
.AnyTagClassName
{
color: #0363FF;
}
</style>
background-color css
<style>
a { background-color: #0363FF; }
a { background-color: rgb(3,99,255); }
div.DivClassName
{
background-color: #0363FF;
}
.BgClassName
{
background-color: #0363FF;
}
</style>
border-color css
<style>
span { border-color: #0363FF; }
span { border-color: rgb(3,99,255); }
td.TdClassName
{
border-color: #0363FF;
}
.TagClassName
{
border-color: #0363FF;
}
</style>