Shades of Navy Blue #054FFB
Tints of Navy Blue #054FFB
RGB
CMYK
RGB Variations
Color information
#054FFB (or 0x054FFB) is known color: Navy Blue. HEX triplet: 05, 4F and FB. RGB value is (5,79,251). Sum of RGB (Red+Green+Blue) = 5+79+251=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #054FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054FFB is #FAB004. Grayscale: #4B4B4B. Windows color (decimal): -16429061 or 16469765. OLE color: 16469765.
HSL color Cylindrical-coordinate representation of color #054FFB: hue angle of 221.95º degrees, saturation: 0.97, 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 #054FFB is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 79 | 251 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.02 |
| HSL | 221.95º | 0.97% | 0.5% | - |
| HSV(B) | 221.95º | 0.98% | 0.98% | - |
| XYZ | 20.27 | 12.59 | 92.63 | - |
| YUV | 76.48 | 226.48 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 251 | 0.98 | 0.69 | 0 | 0.02 | 221.95 | 0.97 | 0.5 |
| Hex | 5 | 4F | FB | 62 | 45 | 0 | 2 | DE | 61 | 32 |
| Octal | 5 | 117 | 373 | 142 | 105 | 0 | 2 | 336 | 141 | 62 |
| Binary | 101 | 1001111 | 11111011 | 1100010 | 1000101 | 0 | 10 | 11011110 | 1100001 | 110010 |
Color Harmonies of #054FFB
Complementary color
Monochromatic Colors of #054FFB
Black with #054FFB
Text Example
Text Example
White with #054FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054FFB; }
p { color: rgb(5,79,251); }
H1.HeaderClassName
{
color: #054FFB;
}
.AnyTagClassName
{
color: #054FFB;
}
</style>
background-color css
<style>
a { background-color: #054FFB; }
a { background-color: rgb(5,79,251); }
div.DivClassName
{
background-color: #054FFB;
}
.BgClassName
{
background-color: #054FFB;
}
</style>
border-color css
<style>
span { border-color: #054FFB; }
span { border-color: rgb(5,79,251); }
td.TdClassName
{
border-color: #054FFB;
}
.TagClassName
{
border-color: #054FFB;
}
</style>