Shades of Navy Blue #0547CF
Tints of Navy Blue #0547CF
RGB
CMYK
RGB Variations
Color information
#0547CF (or 0x0547CF) is known color: Navy Blue. HEX triplet: 05, 47 and CF. RGB value is (5,71,207). Sum of RGB (Red+Green+Blue) = 5+71+207=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #0547CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0547CF is #FAB830. Grayscale: #424242. Windows color (decimal): -16431153 or 13584133. OLE color: 13584133.
HSL color Cylindrical-coordinate representation of color #0547CF: hue angle of 220.4º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0547CF is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 71 | 207 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.19 |
| HSL | 220.4º | 0.95% | 0.42% | - |
| HSV(B) | 220.4º | 0.98% | 0.81% | - |
| XYZ | 13.58 | 9.04 | 60.06 | - |
| YUV | 66.77 | 207.13 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 207 | 0.98 | 0.66 | 0 | 0.19 | 220.4 | 0.95 | 0.42 |
| Hex | 5 | 47 | CF | 62 | 42 | 0 | 13 | DC | 5F | 2A |
| Octal | 5 | 107 | 317 | 142 | 102 | 0 | 23 | 334 | 137 | 52 |
| Binary | 101 | 1000111 | 11001111 | 1100010 | 1000010 | 0 | 10011 | 11011100 | 1011111 | 101010 |
Color Harmonies of #0547CF
Complementary color
Monochromatic Colors of #0547CF
Black with #0547CF
Text Example
Text Example
White with #0547CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0547CF; }
p { color: rgb(5,71,207); }
H1.HeaderClassName
{
color: #0547CF;
}
.AnyTagClassName
{
color: #0547CF;
}
</style>
background-color css
<style>
a { background-color: #0547CF; }
a { background-color: rgb(5,71,207); }
div.DivClassName
{
background-color: #0547CF;
}
.BgClassName
{
background-color: #0547CF;
}
</style>
border-color css
<style>
span { border-color: #0547CF; }
span { border-color: rgb(5,71,207); }
td.TdClassName
{
border-color: #0547CF;
}
.TagClassName
{
border-color: #0547CF;
}
</style>