Shades of Navy Blue #0353FB
Tints of Navy Blue #0353FB
RGB
CMYK
RGB Variations
Color information
#0353FB (or 0x0353FB) is known color: Navy Blue. HEX triplet: 03, 53 and FB. RGB value is (3,83,251). Sum of RGB (Red+Green+Blue) = 3+83+251=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #0353FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0353FB is #FCAC04. Grayscale: #4D4D4D. Windows color (decimal): -16559109 or 16470787. OLE color: 16470787.
HSL color Cylindrical-coordinate representation of color #0353FB: hue angle of 220.65º 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 #0353FB is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 83 | 251 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.02 |
| HSL | 220.65º | 0.98% | 0.5% | - |
| HSV(B) | 220.65º | 0.99% | 0.98% | - |
| XYZ | 20.54 | 13.17 | 92.73 | - |
| YUV | 78.23 | 225.5 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 251 | 0.99 | 0.67 | 0 | 0.02 | 220.65 | 0.98 | 0.5 |
| Hex | 3 | 53 | FB | 63 | 43 | 0 | 2 | DD | 62 | 32 |
| Octal | 3 | 123 | 373 | 143 | 103 | 0 | 2 | 335 | 142 | 62 |
| Binary | 11 | 1010011 | 11111011 | 1100011 | 1000011 | 0 | 10 | 11011101 | 1100010 | 110010 |
Color Harmonies of #0353FB
Complementary color
Monochromatic Colors of #0353FB
Black with #0353FB
Text Example
Text Example
White with #0353FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0353FB; }
p { color: rgb(3,83,251); }
H1.HeaderClassName
{
color: #0353FB;
}
.AnyTagClassName
{
color: #0353FB;
}
</style>
background-color css
<style>
a { background-color: #0353FB; }
a { background-color: rgb(3,83,251); }
div.DivClassName
{
background-color: #0353FB;
}
.BgClassName
{
background-color: #0353FB;
}
</style>
border-color css
<style>
span { border-color: #0353FB; }
span { border-color: rgb(3,83,251); }
td.TdClassName
{
border-color: #0353FB;
}
.TagClassName
{
border-color: #0353FB;
}
</style>