Shades of Navy Blue #0553FD
Tints of Navy Blue #0553FD
RGB
CMYK
RGB Variations
Color information
#0553FD (or 0x0553FD) is known color: Navy Blue. HEX triplet: 05, 53 and FD. RGB value is (5,83,253). Sum of RGB (Red+Green+Blue) = 5+83+253=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #0553FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0553FD is #FAAC02. Grayscale: #4E4E4E. Windows color (decimal): -16428035 or 16601861. OLE color: 16601861.
HSL color Cylindrical-coordinate representation of color #0553FD: hue angle of 221.13º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0553FD is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 83 | 253 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.01 |
| HSL | 221.13º | 0.98% | 0.51% | - |
| HSV(B) | 221.13º | 0.98% | 0.99% | - |
| XYZ | 20.89 | 13.31 | 94.4 | - |
| YUV | 79.06 | 226.16 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 253 | 0.98 | 0.67 | 0 | 0.01 | 221.13 | 0.98 | 0.51 |
| Hex | 5 | 53 | FD | 62 | 43 | 0 | 1 | DD | 62 | 33 |
| Octal | 5 | 123 | 375 | 142 | 103 | 0 | 1 | 335 | 142 | 63 |
| Binary | 101 | 1010011 | 11111101 | 1100010 | 1000011 | 0 | 1 | 11011101 | 1100010 | 110011 |
Color Harmonies of #0553FD
Complementary color
Monochromatic Colors of #0553FD
Black with #0553FD
Text Example
Text Example
White with #0553FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0553FD; }
p { color: rgb(5,83,253); }
H1.HeaderClassName
{
color: #0553FD;
}
.AnyTagClassName
{
color: #0553FD;
}
</style>
background-color css
<style>
a { background-color: #0553FD; }
a { background-color: rgb(5,83,253); }
div.DivClassName
{
background-color: #0553FD;
}
.BgClassName
{
background-color: #0553FD;
}
</style>
border-color css
<style>
span { border-color: #0553FD; }
span { border-color: rgb(5,83,253); }
td.TdClassName
{
border-color: #0553FD;
}
.TagClassName
{
border-color: #0553FD;
}
</style>