Shades of Navy Blue #0553FA
Tints of Navy Blue #0553FA
RGB
CMYK
RGB Variations
Color information
#0553FA (or 0x0553FA) is known color: Navy Blue. HEX triplet: 05, 53 and FA. RGB value is (5,83,250). Sum of RGB (Red+Green+Blue) = 5+83+250=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #0553FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0553FA is #FAAC05. Grayscale: #4D4D4D. Windows color (decimal): -16428038 or 16405253. OLE color: 16405253.
HSL color Cylindrical-coordinate representation of color #0553FA: hue angle of 220.9º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0553FA is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 83 | 250 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.02 |
| HSL | 220.9º | 0.96% | 0.5% | - |
| HSV(B) | 220.9º | 0.98% | 0.98% | - |
| XYZ | 20.41 | 13.12 | 91.9 | - |
| YUV | 78.72 | 224.66 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 250 | 0.98 | 0.67 | 0 | 0.02 | 220.9 | 0.96 | 0.5 |
| Hex | 5 | 53 | FA | 62 | 43 | 0 | 2 | DD | 60 | 32 |
| Octal | 5 | 123 | 372 | 142 | 103 | 0 | 2 | 335 | 140 | 62 |
| Binary | 101 | 1010011 | 11111010 | 1100010 | 1000011 | 0 | 10 | 11011101 | 1100000 | 110010 |
Color Harmonies of #0553FA
Complementary color
Monochromatic Colors of #0553FA
Black with #0553FA
Text Example
Text Example
White with #0553FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0553FA; }
p { color: rgb(5,83,250); }
H1.HeaderClassName
{
color: #0553FA;
}
.AnyTagClassName
{
color: #0553FA;
}
</style>
background-color css
<style>
a { background-color: #0553FA; }
a { background-color: rgb(5,83,250); }
div.DivClassName
{
background-color: #0553FA;
}
.BgClassName
{
background-color: #0553FA;
}
</style>
border-color css
<style>
span { border-color: #0553FA; }
span { border-color: rgb(5,83,250); }
td.TdClassName
{
border-color: #0553FA;
}
.TagClassName
{
border-color: #0553FA;
}
</style>