Shades of Navy Blue #005FE3
Tints of Navy Blue #005FE3
RGB
CMYK
RGB Variations
Color information
#005FE3 (or 0x005FE3) is known color: Navy Blue. HEX triplet: 00, 5F and E3. RGB value is (0,95,227). Sum of RGB (Red+Green+Blue) = 0+95+227=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 227 (89.06% from 255 or 70.50% from 322); Max value from RGB is 227 - color contains mainly: blue. Hex color #005FE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FE3 is #FFA01C. Grayscale: #515151. Windows color (decimal): -16752669 or 14900992. OLE color: 14900992.
HSL color Cylindrical-coordinate representation of color #005FE3: hue angle of 214.89º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FE3 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 95 | 227 | - |
| CMYK | 1 | 0.58 | 0 | 0.11 |
| HSL | 214.89º | 1% | 0.45% | - |
| HSV(B) | 214.89º | 1% | 0.89% | - |
| XYZ | 17.96 | 13.73 | 74.38 | - |
| YUV | 81.64 | 210.03 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 227 | 1 | 0.58 | 0 | 0.11 | 214.89 | 1 | 0.45 |
| Hex | 0 | 5F | E3 | 64 | 3A | 0 | B | D7 | 64 | 2D |
| Octal | 0 | 137 | 343 | 144 | 72 | 0 | 13 | 327 | 144 | 55 |
| Binary | 0 | 1011111 | 11100011 | 1100100 | 111010 | 0 | 1011 | 11010111 | 1100100 | 101101 |
Color Harmonies of #005FE3
Complementary color
Monochromatic Colors of #005FE3
Black with #005FE3
Text Example
Text Example
White with #005FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FE3; }
p { color: rgb(0,95,227); }
H1.HeaderClassName
{
color: #005FE3;
}
.AnyTagClassName
{
color: #005FE3;
}
</style>
background-color css
<style>
a { background-color: #005FE3; }
a { background-color: rgb(0,95,227); }
div.DivClassName
{
background-color: #005FE3;
}
.BgClassName
{
background-color: #005FE3;
}
</style>
border-color css
<style>
span { border-color: #005FE3; }
span { border-color: rgb(0,95,227); }
td.TdClassName
{
border-color: #005FE3;
}
.TagClassName
{
border-color: #005FE3;
}
</style>