Shades of Navy Blue #0055FE
Tints of Navy Blue #0055FE
RGB
CMYK
RGB Variations
Color information
#0055FE (or 0x0055FE) is known color: Navy Blue. HEX triplet: 00, 55 and FE. RGB value is (0,85,254). Sum of RGB (Red+Green+Blue) = 0+85+254=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #0055FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0055FE is #FFAA01. Grayscale: #4E4E4E. Windows color (decimal): -16755202 or 16667904. OLE color: 16667904.
HSL color Cylindrical-coordinate representation of color #0055FE: hue angle of 219.92º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0055FE is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 85 | 254 | - |
| CMYK | 1 | 0.67 | 0 | 0.00 |
| HSL | 219.92º | 1% | 0.5% | - |
| HSV(B) | 219.92º | 1% | 1% | - |
| XYZ | 21.14 | 13.65 | 95.29 | - |
| YUV | 78.85 | 226.84 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 254 | 1 | 0.67 | 0 | 0.00 | 219.92 | 1 | 0.5 |
| Hex | 0 | 55 | FE | 64 | 43 | 0 | 0 | DC | 64 | 32 |
| Octal | 0 | 125 | 376 | 144 | 103 | 0 | 0 | 334 | 144 | 62 |
| Binary | 0 | 1010101 | 11111110 | 1100100 | 1000011 | 0 | 0 | 11011100 | 1100100 | 110010 |
Color Harmonies of #0055FE
Complementary color
Monochromatic Colors of #0055FE
Black with #0055FE
Text Example
Text Example
White with #0055FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0055FE; }
p { color: rgb(0,85,254); }
H1.HeaderClassName
{
color: #0055FE;
}
.AnyTagClassName
{
color: #0055FE;
}
</style>
background-color css
<style>
a { background-color: #0055FE; }
a { background-color: rgb(0,85,254); }
div.DivClassName
{
background-color: #0055FE;
}
.BgClassName
{
background-color: #0055FE;
}
</style>
border-color css
<style>
span { border-color: #0055FE; }
span { border-color: rgb(0,85,254); }
td.TdClassName
{
border-color: #0055FE;
}
.TagClassName
{
border-color: #0055FE;
}
</style>