Shades of Navy Blue #005FEF
Tints of Navy Blue #005FEF
RGB
CMYK
RGB Variations
Color information
#005FEF (or 0x005FEF) is known color: Navy Blue. HEX triplet: 00, 5F and EF. RGB value is (0,95,239). Sum of RGB (Red+Green+Blue) = 0+95+239=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #005FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FEF is #FFA010. Grayscale: #525252. Windows color (decimal): -16752657 or 15687424. OLE color: 15687424.
HSL color Cylindrical-coordinate representation of color #005FEF: hue angle of 216.15º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FEF is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 95 | 239 | - |
| CMYK | 1 | 0.60 | 0 | 0.06 |
| HSL | 216.15º | 1% | 0.47% | - |
| HSV(B) | 216.15º | 1% | 0.94% | - |
| XYZ | 19.67 | 14.42 | 83.41 | - |
| YUV | 83.01 | 216.03 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 239 | 1 | 0.60 | 0 | 0.06 | 216.15 | 1 | 0.47 |
| Hex | 0 | 5F | EF | 64 | 3C | 0 | 6 | D8 | 64 | 2F |
| Octal | 0 | 137 | 357 | 144 | 74 | 0 | 6 | 330 | 144 | 57 |
| Binary | 0 | 1011111 | 11101111 | 1100100 | 111100 | 0 | 110 | 11011000 | 1100100 | 101111 |
Color Harmonies of #005FEF
Complementary color
Monochromatic Colors of #005FEF
Black with #005FEF
Text Example
Text Example
White with #005FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FEF; }
p { color: rgb(0,95,239); }
H1.HeaderClassName
{
color: #005FEF;
}
.AnyTagClassName
{
color: #005FEF;
}
</style>
background-color css
<style>
a { background-color: #005FEF; }
a { background-color: rgb(0,95,239); }
div.DivClassName
{
background-color: #005FEF;
}
.BgClassName
{
background-color: #005FEF;
}
</style>
border-color css
<style>
span { border-color: #005FEF; }
span { border-color: rgb(0,95,239); }
td.TdClassName
{
border-color: #005FEF;
}
.TagClassName
{
border-color: #005FEF;
}
</style>