Shades of Navy Blue #0547F3
Tints of Navy Blue #0547F3
RGB
CMYK
RGB Variations
Color information
#0547F3 (or 0x0547F3) is known color: Navy Blue. HEX triplet: 05, 47 and F3. RGB value is (5,71,243). Sum of RGB (Red+Green+Blue) = 5+71+243=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 243 (95.31% from 255 or 76.18% from 319); Max value from RGB is 243 - color contains mainly: blue. Hex color #0547F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0547F3 is #FAB80C. Grayscale: #464646. Windows color (decimal): -16431117 or 15943429. OLE color: 15943429.
HSL color Cylindrical-coordinate representation of color #0547F3: hue angle of 223.36º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0547F3 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 71 | 243 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.05 |
| HSL | 223.36º | 0.96% | 0.49% | - |
| HSV(B) | 223.36º | 0.98% | 0.95% | - |
| XYZ | 18.49 | 11.01 | 85.94 | - |
| YUV | 70.87 | 225.13 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 243 | 0.98 | 0.71 | 0 | 0.05 | 223.36 | 0.96 | 0.49 |
| Hex | 5 | 47 | F3 | 62 | 47 | 0 | 5 | DF | 60 | 31 |
| Octal | 5 | 107 | 363 | 142 | 107 | 0 | 5 | 337 | 140 | 61 |
| Binary | 101 | 1000111 | 11110011 | 1100010 | 1000111 | 0 | 101 | 11011111 | 1100000 | 110001 |
Color Harmonies of #0547F3
Complementary color
Monochromatic Colors of #0547F3
Black with #0547F3
Text Example
Text Example
White with #0547F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0547F3; }
p { color: rgb(5,71,243); }
H1.HeaderClassName
{
color: #0547F3;
}
.AnyTagClassName
{
color: #0547F3;
}
</style>
background-color css
<style>
a { background-color: #0547F3; }
a { background-color: rgb(5,71,243); }
div.DivClassName
{
background-color: #0547F3;
}
.BgClassName
{
background-color: #0547F3;
}
</style>
border-color css
<style>
span { border-color: #0547F3; }
span { border-color: rgb(5,71,243); }
td.TdClassName
{
border-color: #0547F3;
}
.TagClassName
{
border-color: #0547F3;
}
</style>