Shades of Navy Blue #0055FC
Tints of Navy Blue #0055FC
RGB
CMYK
RGB Variations
Color information
#0055FC (or 0x0055FC) is known color: Navy Blue. HEX triplet: 00, 55 and FC. RGB value is (0,85,252). Sum of RGB (Red+Green+Blue) = 0+85+252=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #0055FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0055FC is #FFAA03. Grayscale: #4D4D4D. Windows color (decimal): -16755204 or 16536832. OLE color: 16536832.
HSL color Cylindrical-coordinate representation of color #0055FC: hue angle of 219.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0055FC is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 85 | 252 | - |
| CMYK | 1 | 0.66 | 0 | 0.01 |
| HSL | 219.76º | 1% | 0.49% | - |
| HSV(B) | 219.76º | 1% | 0.99% | - |
| XYZ | 20.82 | 13.53 | 93.61 | - |
| YUV | 78.62 | 225.84 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 252 | 1 | 0.66 | 0 | 0.01 | 219.76 | 1 | 0.49 |
| Hex | 0 | 55 | FC | 64 | 42 | 0 | 1 | DC | 64 | 31 |
| Octal | 0 | 125 | 374 | 144 | 102 | 0 | 1 | 334 | 144 | 61 |
| Binary | 0 | 1010101 | 11111100 | 1100100 | 1000010 | 0 | 1 | 11011100 | 1100100 | 110001 |
Color Harmonies of #0055FC
Complementary color
Monochromatic Colors of #0055FC
Black with #0055FC
Text Example
Text Example
White with #0055FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0055FC; }
p { color: rgb(0,85,252); }
H1.HeaderClassName
{
color: #0055FC;
}
.AnyTagClassName
{
color: #0055FC;
}
</style>
background-color css
<style>
a { background-color: #0055FC; }
a { background-color: rgb(0,85,252); }
div.DivClassName
{
background-color: #0055FC;
}
.BgClassName
{
background-color: #0055FC;
}
</style>
border-color css
<style>
span { border-color: #0055FC; }
span { border-color: rgb(0,85,252); }
td.TdClassName
{
border-color: #0055FC;
}
.TagClassName
{
border-color: #0055FC;
}
</style>