Shades of Navy Blue #005EF2
Tints of Navy Blue #005EF2
RGB
CMYK
RGB Variations
Color information
#005EF2 (or 0x005EF2) is known color: Navy Blue. HEX triplet: 00, 5E and F2. RGB value is (0,94,242). Sum of RGB (Red+Green+Blue) = 0+94+242=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 242 (94.92% from 255 or 72.02% from 336); Max value from RGB is 242 - color contains mainly: blue. Hex color #005EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EF2 is #FFA10D. Grayscale: #525252. Windows color (decimal): -16752910 or 15883776. OLE color: 15883776.
HSL color Cylindrical-coordinate representation of color #005EF2: hue angle of 216.69º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EF2 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 94 | 242 | - |
| CMYK | 1 | 0.61 | 0 | 0.05 |
| HSL | 216.69º | 1% | 0.47% | - |
| HSV(B) | 216.69º | 1% | 0.95% | - |
| XYZ | 20.03 | 14.42 | 85.73 | - |
| YUV | 82.77 | 217.86 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 242 | 1 | 0.61 | 0 | 0.05 | 216.69 | 1 | 0.47 |
| Hex | 0 | 5E | F2 | 64 | 3D | 0 | 5 | D9 | 64 | 2F |
| Octal | 0 | 136 | 362 | 144 | 75 | 0 | 5 | 331 | 144 | 57 |
| Binary | 0 | 1011110 | 11110010 | 1100100 | 111101 | 0 | 101 | 11011001 | 1100100 | 101111 |
Color Harmonies of #005EF2
Complementary color
Monochromatic Colors of #005EF2
Black with #005EF2
Text Example
Text Example
White with #005EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EF2; }
p { color: rgb(0,94,242); }
H1.HeaderClassName
{
color: #005EF2;
}
.AnyTagClassName
{
color: #005EF2;
}
</style>
background-color css
<style>
a { background-color: #005EF2; }
a { background-color: rgb(0,94,242); }
div.DivClassName
{
background-color: #005EF2;
}
.BgClassName
{
background-color: #005EF2;
}
</style>
border-color css
<style>
span { border-color: #005EF2; }
span { border-color: rgb(0,94,242); }
td.TdClassName
{
border-color: #005EF2;
}
.TagClassName
{
border-color: #005EF2;
}
</style>