Shades of Navy Blue #005FFE
Tints of Navy Blue #005FFE
RGB
CMYK
RGB Variations
Color information
#005FFE (or 0x005FFE) is known color: Navy Blue. HEX triplet: 00, 5F and FE. RGB value is (0,95,254). Sum of RGB (Red+Green+Blue) = 0+95+254=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #005FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FFE is #FFA001. Grayscale: #535353. Windows color (decimal): -16752642 or 16670464. OLE color: 16670464.
HSL color Cylindrical-coordinate representation of color #005FFE: hue angle of 217.56º 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 #005FFE is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 95 | 254 | - |
| CMYK | 1 | 0.63 | 0 | 0.00 |
| HSL | 217.56º | 1% | 0.5% | - |
| HSV(B) | 217.56º | 1% | 1% | - |
| XYZ | 21.98 | 15.34 | 95.57 | - |
| YUV | 84.72 | 223.53 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 254 | 1 | 0.63 | 0 | 0.00 | 217.56 | 1 | 0.5 |
| Hex | 0 | 5F | FE | 64 | 3F | 0 | 0 | DA | 64 | 32 |
| Octal | 0 | 137 | 376 | 144 | 77 | 0 | 0 | 332 | 144 | 62 |
| Binary | 0 | 1011111 | 11111110 | 1100100 | 111111 | 0 | 0 | 11011010 | 1100100 | 110010 |
Color Harmonies of #005FFE
Complementary color
Monochromatic Colors of #005FFE
Black with #005FFE
Text Example
Text Example
White with #005FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FFE; }
p { color: rgb(0,95,254); }
H1.HeaderClassName
{
color: #005FFE;
}
.AnyTagClassName
{
color: #005FFE;
}
</style>
background-color css
<style>
a { background-color: #005FFE; }
a { background-color: rgb(0,95,254); }
div.DivClassName
{
background-color: #005FFE;
}
.BgClassName
{
background-color: #005FFE;
}
</style>
border-color css
<style>
span { border-color: #005FFE; }
span { border-color: rgb(0,95,254); }
td.TdClassName
{
border-color: #005FFE;
}
.TagClassName
{
border-color: #005FFE;
}
</style>