Shades of Navy Blue #0553FC
Tints of Navy Blue #0553FC
RGB
CMYK
RGB Variations
Color information
#0553FC (or 0x0553FC) is known color: Navy Blue. HEX triplet: 05, 53 and FC. RGB value is (5,83,252). Sum of RGB (Red+Green+Blue) = 5+83+252=340 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 252 (98.83% from 255 or 74.12% from 340); Max value from RGB is 252 - color contains mainly: blue. Hex color #0553FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0553FC is #FAAC03. Grayscale: #4E4E4E. Windows color (decimal): -16428036 or 16536325. OLE color: 16536325.
HSL color Cylindrical-coordinate representation of color #0553FC: hue angle of 221.05º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0553FC is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 83 | 252 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.01 |
| HSL | 221.05º | 0.98% | 0.5% | - |
| HSV(B) | 221.05º | 0.98% | 0.99% | - |
| XYZ | 20.73 | 13.25 | 93.56 | - |
| YUV | 78.94 | 225.66 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 252 | 0.98 | 0.67 | 0 | 0.01 | 221.05 | 0.98 | 0.5 |
| Hex | 5 | 53 | FC | 62 | 43 | 0 | 1 | DD | 62 | 32 |
| Octal | 5 | 123 | 374 | 142 | 103 | 0 | 1 | 335 | 142 | 62 |
| Binary | 101 | 1010011 | 11111100 | 1100010 | 1000011 | 0 | 1 | 11011101 | 1100010 | 110010 |
Color Harmonies of #0553FC
Complementary color
Monochromatic Colors of #0553FC
Black with #0553FC
Text Example
Text Example
White with #0553FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0553FC; }
p { color: rgb(5,83,252); }
H1.HeaderClassName
{
color: #0553FC;
}
.AnyTagClassName
{
color: #0553FC;
}
</style>
background-color css
<style>
a { background-color: #0553FC; }
a { background-color: rgb(5,83,252); }
div.DivClassName
{
background-color: #0553FC;
}
.BgClassName
{
background-color: #0553FC;
}
</style>
border-color css
<style>
span { border-color: #0553FC; }
span { border-color: rgb(5,83,252); }
td.TdClassName
{
border-color: #0553FC;
}
.TagClassName
{
border-color: #0553FC;
}
</style>