Shades of Navy Blue #005EFC
Tints of Navy Blue #005EFC
RGB
CMYK
RGB Variations
Color information
#005EFC (or 0x005EFC) is known color: Navy Blue. HEX triplet: 00, 5E and FC. RGB value is (0,94,252). Sum of RGB (Red+Green+Blue) = 0+94+252=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #005EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EFC is #FFA103. Grayscale: #535353. Windows color (decimal): -16752900 or 16539136. OLE color: 16539136.
HSL color Cylindrical-coordinate representation of color #005EFC: hue angle of 217.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EFC is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 94 | 252 | - |
| CMYK | 1 | 0.63 | 0 | 0.01 |
| HSL | 217.62º | 1% | 0.49% | - |
| HSV(B) | 217.62º | 1% | 0.99% | - |
| XYZ | 21.57 | 15.03 | 93.86 | - |
| YUV | 83.91 | 222.86 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 252 | 1 | 0.63 | 0 | 0.01 | 217.62 | 1 | 0.49 |
| Hex | 0 | 5E | FC | 64 | 3F | 0 | 1 | DA | 64 | 31 |
| Octal | 0 | 136 | 374 | 144 | 77 | 0 | 1 | 332 | 144 | 61 |
| Binary | 0 | 1011110 | 11111100 | 1100100 | 111111 | 0 | 1 | 11011010 | 1100100 | 110001 |
Color Harmonies of #005EFC
Complementary color
Monochromatic Colors of #005EFC
Black with #005EFC
Text Example
Text Example
White with #005EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EFC; }
p { color: rgb(0,94,252); }
H1.HeaderClassName
{
color: #005EFC;
}
.AnyTagClassName
{
color: #005EFC;
}
</style>
background-color css
<style>
a { background-color: #005EFC; }
a { background-color: rgb(0,94,252); }
div.DivClassName
{
background-color: #005EFC;
}
.BgClassName
{
background-color: #005EFC;
}
</style>
border-color css
<style>
span { border-color: #005EFC; }
span { border-color: rgb(0,94,252); }
td.TdClassName
{
border-color: #005EFC;
}
.TagClassName
{
border-color: #005EFC;
}
</style>