Shades of Navy Blue #0545FC
Tints of Navy Blue #0545FC
RGB
CMYK
RGB Variations
Color information
#0545FC (or 0x0545FC) is known color: Navy Blue. HEX triplet: 05, 45 and FC. RGB value is (5,69,252). Sum of RGB (Red+Green+Blue) = 5+69+252=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #0545FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0545FC is #FABA03. Grayscale: #454545. Windows color (decimal): -16431620 or 16532741. OLE color: 16532741.
HSL color Cylindrical-coordinate representation of color #0545FC: hue angle of 224.45º 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 #0545FC is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 69 | 252 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.01 |
| HSL | 224.45º | 0.98% | 0.5% | - |
| HSV(B) | 224.45º | 0.98% | 0.99% | - |
| XYZ | 19.76 | 11.32 | 93.24 | - |
| YUV | 70.73 | 230.3 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 252 | 0.98 | 0.73 | 0 | 0.01 | 224.45 | 0.98 | 0.5 |
| Hex | 5 | 45 | FC | 62 | 49 | 0 | 1 | E0 | 62 | 32 |
| Octal | 5 | 105 | 374 | 142 | 111 | 0 | 1 | 340 | 142 | 62 |
| Binary | 101 | 1000101 | 11111100 | 1100010 | 1001001 | 0 | 1 | 11100000 | 1100010 | 110010 |
Color Harmonies of #0545FC
Complementary color
Monochromatic Colors of #0545FC
Black with #0545FC
Text Example
Text Example
White with #0545FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0545FC; }
p { color: rgb(5,69,252); }
H1.HeaderClassName
{
color: #0545FC;
}
.AnyTagClassName
{
color: #0545FC;
}
</style>
background-color css
<style>
a { background-color: #0545FC; }
a { background-color: rgb(5,69,252); }
div.DivClassName
{
background-color: #0545FC;
}
.BgClassName
{
background-color: #0545FC;
}
</style>
border-color css
<style>
span { border-color: #0545FC; }
span { border-color: rgb(5,69,252); }
td.TdClassName
{
border-color: #0545FC;
}
.TagClassName
{
border-color: #0545FC;
}
</style>