Shades of Navy Blue #054CF6
Tints of Navy Blue #054CF6
RGB
CMYK
RGB Variations
Color information
#054CF6 (or 0x054CF6) is known color: Navy Blue. HEX triplet: 05, 4C and F6. RGB value is (5,76,246). Sum of RGB (Red+Green+Blue) = 5+76+246=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 246 (96.48% from 255 or 75.23% from 327); Max value from RGB is 246 - color contains mainly: blue. Hex color #054CF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054CF6 is #FAB309. Grayscale: #494949. Windows color (decimal): -16429834 or 16141317. OLE color: 16141317.
HSL color Cylindrical-coordinate representation of color #054CF6: hue angle of 222.32º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CF6 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 76 | 246 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.04 |
| HSL | 222.32º | 0.96% | 0.49% | - |
| HSV(B) | 222.32º | 0.98% | 0.96% | - |
| XYZ | 19.28 | 11.85 | 88.46 | - |
| YUV | 74.15 | 224.98 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 246 | 0.98 | 0.69 | 0 | 0.04 | 222.32 | 0.96 | 0.49 |
| Hex | 5 | 4C | F6 | 62 | 45 | 0 | 4 | DE | 60 | 31 |
| Octal | 5 | 114 | 366 | 142 | 105 | 0 | 4 | 336 | 140 | 61 |
| Binary | 101 | 1001100 | 11110110 | 1100010 | 1000101 | 0 | 100 | 11011110 | 1100000 | 110001 |
Color Harmonies of #054CF6
Complementary color
Monochromatic Colors of #054CF6
Black with #054CF6
Text Example
Text Example
White with #054CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CF6; }
p { color: rgb(5,76,246); }
H1.HeaderClassName
{
color: #054CF6;
}
.AnyTagClassName
{
color: #054CF6;
}
</style>
background-color css
<style>
a { background-color: #054CF6; }
a { background-color: rgb(5,76,246); }
div.DivClassName
{
background-color: #054CF6;
}
.BgClassName
{
background-color: #054CF6;
}
</style>
border-color css
<style>
span { border-color: #054CF6; }
span { border-color: rgb(5,76,246); }
td.TdClassName
{
border-color: #054CF6;
}
.TagClassName
{
border-color: #054CF6;
}
</style>