Shades of Navy Blue #0555FE
Tints of Navy Blue #0555FE
RGB
CMYK
RGB Variations
Color information
#0555FE (or 0x0555FE) is known color: Navy Blue. HEX triplet: 05, 55 and FE. RGB value is (5,85,254). Sum of RGB (Red+Green+Blue) = 5+85+254=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #0555FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0555FE is #FAAA01. Grayscale: #4F4F4F. Windows color (decimal): -16427522 or 16667909. OLE color: 16667909.
HSL color Cylindrical-coordinate representation of color #0555FE: hue angle of 220.72º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0555FE is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 85 | 254 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.00 |
| HSL | 220.72º | 0.99% | 0.51% | - |
| HSV(B) | 220.72º | 0.98% | 1% | - |
| XYZ | 21.2 | 13.69 | 95.29 | - |
| YUV | 80.35 | 226 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 254 | 0.98 | 0.67 | 0 | 0.00 | 220.72 | 0.99 | 0.51 |
| Hex | 5 | 55 | FE | 62 | 43 | 0 | 0 | DD | 63 | 33 |
| Octal | 5 | 125 | 376 | 142 | 103 | 0 | 0 | 335 | 143 | 63 |
| Binary | 101 | 1010101 | 11111110 | 1100010 | 1000011 | 0 | 0 | 11011101 | 1100011 | 110011 |
Color Harmonies of #0555FE
Complementary color
Monochromatic Colors of #0555FE
Black with #0555FE
Text Example
Text Example
White with #0555FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0555FE; }
p { color: rgb(5,85,254); }
H1.HeaderClassName
{
color: #0555FE;
}
.AnyTagClassName
{
color: #0555FE;
}
</style>
background-color css
<style>
a { background-color: #0555FE; }
a { background-color: rgb(5,85,254); }
div.DivClassName
{
background-color: #0555FE;
}
.BgClassName
{
background-color: #0555FE;
}
</style>
border-color css
<style>
span { border-color: #0555FE; }
span { border-color: rgb(5,85,254); }
td.TdClassName
{
border-color: #0555FE;
}
.TagClassName
{
border-color: #0555FE;
}
</style>