Shades of Navy Blue #0363FD
Tints of Navy Blue #0363FD
RGB
CMYK
RGB Variations
Color information
#0363FD (or 0x0363FD) is known color: Navy Blue. HEX triplet: 03, 63 and FD. RGB value is (3,99,253). Sum of RGB (Red+Green+Blue) = 3+99+253=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #0363FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0363FD is #FC9C02. Grayscale: #575757. Windows color (decimal): -16555011 or 16605955. OLE color: 16605955.
HSL color Cylindrical-coordinate representation of color #0363FD: hue angle of 216.96º 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 #0363FD is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 99 | 253 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.01 |
| HSL | 216.96º | 0.98% | 0.5% | - |
| HSV(B) | 216.96º | 0.99% | 0.99% | - |
| XYZ | 22.23 | 16.03 | 94.85 | - |
| YUV | 87.85 | 221.2 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 253 | 0.99 | 0.61 | 0 | 0.01 | 216.96 | 0.98 | 0.5 |
| Hex | 3 | 63 | FD | 63 | 3D | 0 | 1 | D9 | 62 | 32 |
| Octal | 3 | 143 | 375 | 143 | 75 | 0 | 1 | 331 | 142 | 62 |
| Binary | 11 | 1100011 | 11111101 | 1100011 | 111101 | 0 | 1 | 11011001 | 1100010 | 110010 |
Color Harmonies of #0363FD
Complementary color
Monochromatic Colors of #0363FD
Black with #0363FD
Text Example
Text Example
White with #0363FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0363FD; }
p { color: rgb(3,99,253); }
H1.HeaderClassName
{
color: #0363FD;
}
.AnyTagClassName
{
color: #0363FD;
}
</style>
background-color css
<style>
a { background-color: #0363FD; }
a { background-color: rgb(3,99,253); }
div.DivClassName
{
background-color: #0363FD;
}
.BgClassName
{
background-color: #0363FD;
}
</style>
border-color css
<style>
span { border-color: #0363FD; }
span { border-color: rgb(3,99,253); }
td.TdClassName
{
border-color: #0363FD;
}
.TagClassName
{
border-color: #0363FD;
}
</style>