Shades of Navy Blue #005EFA
Tints of Navy Blue #005EFA
RGB
CMYK
RGB Variations
Color information
#005EFA (or 0x005EFA) is known color: Navy Blue. HEX triplet: 00, 5E and FA. RGB value is (0,94,250). Sum of RGB (Red+Green+Blue) = 0+94+250=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #005EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EFA is #FFA105. Grayscale: #525252. Windows color (decimal): -16752902 or 16408064. OLE color: 16408064.
HSL color Cylindrical-coordinate representation of color #005EFA: hue angle of 217.44º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EFA is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 94 | 250 | - |
| CMYK | 1 | 0.62 | 0 | 0.02 |
| HSL | 217.44º | 1% | 0.49% | - |
| HSV(B) | 217.44º | 1% | 0.98% | - |
| XYZ | 21.26 | 14.91 | 92.2 | - |
| YUV | 83.68 | 221.86 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 250 | 1 | 0.62 | 0 | 0.02 | 217.44 | 1 | 0.49 |
| Hex | 0 | 5E | FA | 64 | 3E | 0 | 2 | D9 | 64 | 31 |
| Octal | 0 | 136 | 372 | 144 | 76 | 0 | 2 | 331 | 144 | 61 |
| Binary | 0 | 1011110 | 11111010 | 1100100 | 111110 | 0 | 10 | 11011001 | 1100100 | 110001 |
Color Harmonies of #005EFA
Complementary color
Monochromatic Colors of #005EFA
Black with #005EFA
Text Example
Text Example
White with #005EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EFA; }
p { color: rgb(0,94,250); }
H1.HeaderClassName
{
color: #005EFA;
}
.AnyTagClassName
{
color: #005EFA;
}
</style>
background-color css
<style>
a { background-color: #005EFA; }
a { background-color: rgb(0,94,250); }
div.DivClassName
{
background-color: #005EFA;
}
.BgClassName
{
background-color: #005EFA;
}
</style>
border-color css
<style>
span { border-color: #005EFA; }
span { border-color: rgb(0,94,250); }
td.TdClassName
{
border-color: #005EFA;
}
.TagClassName
{
border-color: #005EFA;
}
</style>