Shades of Navy Blue #005AEF
Tints of Navy Blue #005AEF
RGB
CMYK
RGB Variations
Color information
#005AEF (or 0x005AEF) is known color: Navy Blue. HEX triplet: 00, 5A and EF. RGB value is (0,90,239). Sum of RGB (Red+Green+Blue) = 0+90+239=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #005AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AEF is #FFA510. Grayscale: #4F4F4F. Windows color (decimal): -16753937 or 15686144. OLE color: 15686144.
HSL color Cylindrical-coordinate representation of color #005AEF: hue angle of 217.41º 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 #005AEF is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 90 | 239 | - |
| CMYK | 1 | 0.62 | 0 | 0.06 |
| HSL | 217.41º | 1% | 0.47% | - |
| HSV(B) | 217.41º | 1% | 0.94% | - |
| XYZ | 19.24 | 13.54 | 83.26 | - |
| YUV | 80.08 | 217.68 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 239 | 1 | 0.62 | 0 | 0.06 | 217.41 | 1 | 0.47 |
| Hex | 0 | 5A | EF | 64 | 3E | 0 | 6 | D9 | 64 | 2F |
| Octal | 0 | 132 | 357 | 144 | 76 | 0 | 6 | 331 | 144 | 57 |
| Binary | 0 | 1011010 | 11101111 | 1100100 | 111110 | 0 | 110 | 11011001 | 1100100 | 101111 |
Color Harmonies of #005AEF
Complementary color
Monochromatic Colors of #005AEF
Black with #005AEF
Text Example
Text Example
White with #005AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AEF; }
p { color: rgb(0,90,239); }
H1.HeaderClassName
{
color: #005AEF;
}
.AnyTagClassName
{
color: #005AEF;
}
</style>
background-color css
<style>
a { background-color: #005AEF; }
a { background-color: rgb(0,90,239); }
div.DivClassName
{
background-color: #005AEF;
}
.BgClassName
{
background-color: #005AEF;
}
</style>
border-color css
<style>
span { border-color: #005AEF; }
span { border-color: rgb(0,90,239); }
td.TdClassName
{
border-color: #005AEF;
}
.TagClassName
{
border-color: #005AEF;
}
</style>