Shades of Navy Blue #055CFC
Tints of Navy Blue #055CFC
RGB
CMYK
RGB Variations
Color information
#055CFC (or 0x055CFC) is known color: Navy Blue. HEX triplet: 05, 5C and FC. RGB value is (5,92,252). Sum of RGB (Red+Green+Blue) = 5+92+252=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #055CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055CFC is #FAA303. Grayscale: #535353. Windows color (decimal): -16425732 or 16538629. OLE color: 16538629.
HSL color Cylindrical-coordinate representation of color #055CFC: hue angle of 218.87º 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 #055CFC is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 92 | 252 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.01 |
| HSL | 218.87º | 0.98% | 0.5% | - |
| HSV(B) | 218.87º | 0.98% | 0.99% | - |
| XYZ | 21.46 | 14.71 | 93.8 | - |
| YUV | 84.23 | 222.68 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 252 | 0.98 | 0.63 | 0 | 0.01 | 218.87 | 0.98 | 0.5 |
| Hex | 5 | 5C | FC | 62 | 3F | 0 | 1 | DB | 62 | 32 |
| Octal | 5 | 134 | 374 | 142 | 77 | 0 | 1 | 333 | 142 | 62 |
| Binary | 101 | 1011100 | 11111100 | 1100010 | 111111 | 0 | 1 | 11011011 | 1100010 | 110010 |
Color Harmonies of #055CFC
Complementary color
Monochromatic Colors of #055CFC
Black with #055CFC
Text Example
Text Example
White with #055CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055CFC; }
p { color: rgb(5,92,252); }
H1.HeaderClassName
{
color: #055CFC;
}
.AnyTagClassName
{
color: #055CFC;
}
</style>
background-color css
<style>
a { background-color: #055CFC; }
a { background-color: rgb(5,92,252); }
div.DivClassName
{
background-color: #055CFC;
}
.BgClassName
{
background-color: #055CFC;
}
</style>
border-color css
<style>
span { border-color: #055CFC; }
span { border-color: rgb(5,92,252); }
td.TdClassName
{
border-color: #055CFC;
}
.TagClassName
{
border-color: #055CFC;
}
</style>