Shades of Navy Blue #0354FB
Tints of Navy Blue #0354FB
RGB
CMYK
RGB Variations
Color information
#0354FB (or 0x0354FB) is known color: Navy Blue. HEX triplet: 03, 54 and FB. RGB value is (3,84,251). Sum of RGB (Red+Green+Blue) = 3+84+251=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #0354FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0354FB is #FCAB04. Grayscale: #4E4E4E. Windows color (decimal): -16558853 or 16471043. OLE color: 16471043.
HSL color Cylindrical-coordinate representation of color #0354FB: hue angle of 220.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0354FB is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 84 | 251 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.02 |
| HSL | 220.4º | 0.98% | 0.5% | - |
| HSV(B) | 220.4º | 0.99% | 0.98% | - |
| XYZ | 20.62 | 13.33 | 92.75 | - |
| YUV | 78.82 | 225.16 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 251 | 0.99 | 0.67 | 0 | 0.02 | 220.4 | 0.98 | 0.5 |
| Hex | 3 | 54 | FB | 63 | 43 | 0 | 2 | DC | 62 | 32 |
| Octal | 3 | 124 | 373 | 143 | 103 | 0 | 2 | 334 | 142 | 62 |
| Binary | 11 | 1010100 | 11111011 | 1100011 | 1000011 | 0 | 10 | 11011100 | 1100010 | 110010 |
Color Harmonies of #0354FB
Complementary color
Monochromatic Colors of #0354FB
Black with #0354FB
Text Example
Text Example
White with #0354FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0354FB; }
p { color: rgb(3,84,251); }
H1.HeaderClassName
{
color: #0354FB;
}
.AnyTagClassName
{
color: #0354FB;
}
</style>
background-color css
<style>
a { background-color: #0354FB; }
a { background-color: rgb(3,84,251); }
div.DivClassName
{
background-color: #0354FB;
}
.BgClassName
{
background-color: #0354FB;
}
</style>
border-color css
<style>
span { border-color: #0354FB; }
span { border-color: rgb(3,84,251); }
td.TdClassName
{
border-color: #0354FB;
}
.TagClassName
{
border-color: #0354FB;
}
</style>