Shades of Navy Blue #0363FC
Tints of Navy Blue #0363FC
RGB
CMYK
RGB Variations
Color information
#0363FC (or 0x0363FC) is known color: Navy Blue. HEX triplet: 03, 63 and FC. RGB value is (3,99,252). Sum of RGB (Red+Green+Blue) = 3+99+252=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #0363FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0363FC is #FC9C03. Grayscale: #575757. Windows color (decimal): -16555012 or 16540419. OLE color: 16540419.
HSL color Cylindrical-coordinate representation of color #0363FC: hue angle of 216.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0363FC is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 99 | 252 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.01 |
| HSL | 216.87º | 0.98% | 0.5% | - |
| HSV(B) | 216.87º | 0.99% | 0.99% | - |
| XYZ | 22.07 | 15.97 | 94.02 | - |
| YUV | 87.74 | 220.7 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 252 | 0.99 | 0.61 | 0 | 0.01 | 216.87 | 0.98 | 0.5 |
| Hex | 3 | 63 | FC | 63 | 3D | 0 | 1 | D9 | 62 | 32 |
| Octal | 3 | 143 | 374 | 143 | 75 | 0 | 1 | 331 | 142 | 62 |
| Binary | 11 | 1100011 | 11111100 | 1100011 | 111101 | 0 | 1 | 11011001 | 1100010 | 110010 |
Color Harmonies of #0363FC
Complementary color
Monochromatic Colors of #0363FC
Black with #0363FC
Text Example
Text Example
White with #0363FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0363FC; }
p { color: rgb(3,99,252); }
H1.HeaderClassName
{
color: #0363FC;
}
.AnyTagClassName
{
color: #0363FC;
}
</style>
background-color css
<style>
a { background-color: #0363FC; }
a { background-color: rgb(3,99,252); }
div.DivClassName
{
background-color: #0363FC;
}
.BgClassName
{
background-color: #0363FC;
}
</style>
border-color css
<style>
span { border-color: #0363FC; }
span { border-color: rgb(3,99,252); }
td.TdClassName
{
border-color: #0363FC;
}
.TagClassName
{
border-color: #0363FC;
}
</style>