Shades of Navy Blue #0353FD
Tints of Navy Blue #0353FD
RGB
CMYK
RGB Variations
Color information
#0353FD (or 0x0353FD) is known color: Navy Blue. HEX triplet: 03, 53 and FD. RGB value is (3,83,253). Sum of RGB (Red+Green+Blue) = 3+83+253=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #0353FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0353FD is #FCAC02. Grayscale: #4D4D4D. Windows color (decimal): -16559107 or 16601859. OLE color: 16601859.
HSL color Cylindrical-coordinate representation of color #0353FD: hue angle of 220.8º 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 #0353FD is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 83 | 253 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.01 |
| HSL | 220.8º | 0.98% | 0.5% | - |
| HSV(B) | 220.8º | 0.99% | 0.99% | - |
| XYZ | 20.86 | 13.3 | 94.4 | - |
| YUV | 78.46 | 226.5 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 253 | 0.99 | 0.67 | 0 | 0.01 | 220.8 | 0.98 | 0.5 |
| Hex | 3 | 53 | FD | 63 | 43 | 0 | 1 | DD | 62 | 32 |
| Octal | 3 | 123 | 375 | 143 | 103 | 0 | 1 | 335 | 142 | 62 |
| Binary | 11 | 1010011 | 11111101 | 1100011 | 1000011 | 0 | 1 | 11011101 | 1100010 | 110010 |
Color Harmonies of #0353FD
Complementary color
Monochromatic Colors of #0353FD
Black with #0353FD
Text Example
Text Example
White with #0353FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0353FD; }
p { color: rgb(3,83,253); }
H1.HeaderClassName
{
color: #0353FD;
}
.AnyTagClassName
{
color: #0353FD;
}
</style>
background-color css
<style>
a { background-color: #0353FD; }
a { background-color: rgb(3,83,253); }
div.DivClassName
{
background-color: #0353FD;
}
.BgClassName
{
background-color: #0353FD;
}
</style>
border-color css
<style>
span { border-color: #0353FD; }
span { border-color: rgb(3,83,253); }
td.TdClassName
{
border-color: #0353FD;
}
.TagClassName
{
border-color: #0353FD;
}
</style>