Shades of Navy Blue #055FFC
Tints of Navy Blue #055FFC
RGB
CMYK
RGB Variations
Color information
#055FFC (or 0x055FFC) is known color: Navy Blue. HEX triplet: 05, 5F and FC. RGB value is (5,95,252). Sum of RGB (Red+Green+Blue) = 5+95+252=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #055FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055FFC is #FAA003. Grayscale: #555555. Windows color (decimal): -16424964 or 16539397. OLE color: 16539397.
HSL color Cylindrical-coordinate representation of color #055FFC: hue angle of 218.14º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055FFC is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 95 | 252 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.01 |
| HSL | 218.14º | 0.98% | 0.5% | - |
| HSV(B) | 218.14º | 0.98% | 0.99% | - |
| XYZ | 21.73 | 15.24 | 93.89 | - |
| YUV | 85.99 | 221.68 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 95 | 252 | 0.98 | 0.62 | 0 | 0.01 | 218.14 | 0.98 | 0.5 |
| Hex | 5 | 5F | FC | 62 | 3E | 0 | 1 | DA | 62 | 32 |
| Octal | 5 | 137 | 374 | 142 | 76 | 0 | 1 | 332 | 142 | 62 |
| Binary | 101 | 1011111 | 11111100 | 1100010 | 111110 | 0 | 1 | 11011010 | 1100010 | 110010 |
Color Harmonies of #055FFC
Complementary color
Monochromatic Colors of #055FFC
Black with #055FFC
Text Example
Text Example
White with #055FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055FFC; }
p { color: rgb(5,95,252); }
H1.HeaderClassName
{
color: #055FFC;
}
.AnyTagClassName
{
color: #055FFC;
}
</style>
background-color css
<style>
a { background-color: #055FFC; }
a { background-color: rgb(5,95,252); }
div.DivClassName
{
background-color: #055FFC;
}
.BgClassName
{
background-color: #055FFC;
}
</style>
border-color css
<style>
span { border-color: #055FFC; }
span { border-color: rgb(5,95,252); }
td.TdClassName
{
border-color: #055FFC;
}
.TagClassName
{
border-color: #055FFC;
}
</style>