Shades of Navy Blue #005FFF
Tints of Navy Blue #005FFF
RGB
CMYK
RGB Variations
Color information
#005FFF (or 0x005FFF) is known color: Navy Blue. HEX triplet: 00, 5F and FF. RGB value is (0,95,255). Sum of RGB (Red+Green+Blue) = 0+95+255=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #005FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FFF is #FFA000. Grayscale: #545454. Windows color (decimal): -16752641 or 16736000. OLE color: 16736000.
HSL color Cylindrical-coordinate representation of color #005FFF: hue angle of 217.65º 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 #005FFF is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 95 | 255 | - |
| CMYK | 1 | 0.63 | 0 | 0 |
| HSL | 217.65º | 1% | 0.5% | - |
| HSV(B) | 217.65º | 1% | 1% | - |
| XYZ | 22.14 | 15.4 | 96.41 | - |
| YUV | 84.84 | 224.03 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 255 | 1 | 0.63 | 0 | 0 | 217.65 | 1 | 0.5 |
| Hex | 0 | 5F | FF | 64 | 3F | 0 | 0 | DA | 64 | 32 |
| Octal | 0 | 137 | 377 | 144 | 77 | 0 | 0 | 332 | 144 | 62 |
| Binary | 0 | 1011111 | 11111111 | 1100100 | 111111 | 0 | 0 | 11011010 | 1100100 | 110010 |
Color Harmonies of #005FFF
Complementary color
Monochromatic Colors of #005FFF
Black with #005FFF
Text Example
Text Example
White with #005FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FFF; }
p { color: rgb(0,95,255); }
H1.HeaderClassName
{
color: #005FFF;
}
.AnyTagClassName
{
color: #005FFF;
}
</style>
background-color css
<style>
a { background-color: #005FFF; }
a { background-color: rgb(0,95,255); }
div.DivClassName
{
background-color: #005FFF;
}
.BgClassName
{
background-color: #005FFF;
}
</style>
border-color css
<style>
span { border-color: #005FFF; }
span { border-color: rgb(0,95,255); }
td.TdClassName
{
border-color: #005FFF;
}
.TagClassName
{
border-color: #005FFF;
}
</style>