Shades of Navy Blue #005FE6
Tints of Navy Blue #005FE6
RGB
CMYK
RGB Variations
Color information
#005FE6 (or 0x005FE6) is known color: Navy Blue. HEX triplet: 00, 5F and E6. RGB value is (0,95,230). Sum of RGB (Red+Green+Blue) = 0+95+230=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 230 (90.23% from 255 or 70.77% from 325); Max value from RGB is 230 - color contains mainly: blue. Hex color #005FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FE6 is #FFA019. Grayscale: #515151. Windows color (decimal): -16752666 or 15097600. OLE color: 15097600.
HSL color Cylindrical-coordinate representation of color #005FE6: hue angle of 215.22º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FE6 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 95 | 230 | - |
| CMYK | 1 | 0.59 | 0 | 0.10 |
| HSL | 215.22º | 1% | 0.45% | - |
| HSV(B) | 215.22º | 1% | 0.9% | - |
| XYZ | 18.38 | 13.9 | 76.58 | - |
| YUV | 81.99 | 211.53 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 230 | 1 | 0.59 | 0 | 0.10 | 215.22 | 1 | 0.45 |
| Hex | 0 | 5F | E6 | 64 | 3B | 0 | A | D7 | 64 | 2D |
| Octal | 0 | 137 | 346 | 144 | 73 | 0 | 12 | 327 | 144 | 55 |
| Binary | 0 | 1011111 | 11100110 | 1100100 | 111011 | 0 | 1010 | 11010111 | 1100100 | 101101 |
Color Harmonies of #005FE6
Complementary color
Monochromatic Colors of #005FE6
Black with #005FE6
Text Example
Text Example
White with #005FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FE6; }
p { color: rgb(0,95,230); }
H1.HeaderClassName
{
color: #005FE6;
}
.AnyTagClassName
{
color: #005FE6;
}
</style>
background-color css
<style>
a { background-color: #005FE6; }
a { background-color: rgb(0,95,230); }
div.DivClassName
{
background-color: #005FE6;
}
.BgClassName
{
background-color: #005FE6;
}
</style>
border-color css
<style>
span { border-color: #005FE6; }
span { border-color: rgb(0,95,230); }
td.TdClassName
{
border-color: #005FE6;
}
.TagClassName
{
border-color: #005FE6;
}
</style>