Shades of Navy Blue #0545FD
Tints of Navy Blue #0545FD
RGB
CMYK
RGB Variations
Color information
#0545FD (or 0x0545FD) is known color: Navy Blue. HEX triplet: 05, 45 and FD. RGB value is (5,69,253). Sum of RGB (Red+Green+Blue) = 5+69+253=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #0545FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0545FD is #FABA02. Grayscale: #464646. Windows color (decimal): -16431619 or 16598277. OLE color: 16598277.
HSL color Cylindrical-coordinate representation of color #0545FD: hue angle of 224.52º 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 #0545FD is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 69 | 253 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.01 |
| HSL | 224.52º | 0.98% | 0.51% | - |
| HSV(B) | 224.52º | 0.98% | 0.99% | - |
| XYZ | 19.92 | 11.38 | 94.08 | - |
| YUV | 70.84 | 230.8 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 253 | 0.98 | 0.73 | 0 | 0.01 | 224.52 | 0.98 | 0.51 |
| Hex | 5 | 45 | FD | 62 | 49 | 0 | 1 | E1 | 62 | 33 |
| Octal | 5 | 105 | 375 | 142 | 111 | 0 | 1 | 341 | 142 | 63 |
| Binary | 101 | 1000101 | 11111101 | 1100010 | 1001001 | 0 | 1 | 11100001 | 1100010 | 110011 |
Color Harmonies of #0545FD
Complementary color
Monochromatic Colors of #0545FD
Black with #0545FD
Text Example
Text Example
White with #0545FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0545FD; }
p { color: rgb(5,69,253); }
H1.HeaderClassName
{
color: #0545FD;
}
.AnyTagClassName
{
color: #0545FD;
}
</style>
background-color css
<style>
a { background-color: #0545FD; }
a { background-color: rgb(5,69,253); }
div.DivClassName
{
background-color: #0545FD;
}
.BgClassName
{
background-color: #0545FD;
}
</style>
border-color css
<style>
span { border-color: #0545FD; }
span { border-color: rgb(5,69,253); }
td.TdClassName
{
border-color: #0545FD;
}
.TagClassName
{
border-color: #0545FD;
}
</style>