Shades of Navy Blue #0E5AFA
Tints of Navy Blue #0E5AFA
RGB
CMYK
RGB Variations
Color information
#0E5AFA (or 0x0E5AFA) is known color: Navy Blue. HEX triplet: 0E, 5A and FA. RGB value is (14,90,250). Sum of RGB (Red+Green+Blue) = 14+90+250=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E5AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5AFA is #F1A505. Grayscale: #545454. Windows color (decimal): -15836422 or 16407054. OLE color: 16407054.
HSL color Cylindrical-coordinate representation of color #0E5AFA: hue angle of 220.68º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5AFA is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 90 | 250 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.02 |
| HSL | 220.68º | 0.96% | 0.52% | - |
| HSV(B) | 220.68º | 0.94% | 0.98% | - |
| XYZ | 21.09 | 14.31 | 92.09 | - |
| YUV | 85.52 | 220.82 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 90 | 250 | 0.94 | 0.64 | 0 | 0.02 | 220.68 | 0.96 | 0.52 |
| Hex | E | 5A | FA | 5E | 40 | 0 | 2 | DD | 60 | 34 |
| Octal | 16 | 132 | 372 | 136 | 100 | 0 | 2 | 335 | 140 | 64 |
| Binary | 1110 | 1011010 | 11111010 | 1011110 | 1000000 | 0 | 10 | 11011101 | 1100000 | 110100 |
Color Harmonies of #0E5AFA
Complementary color
Monochromatic Colors of #0E5AFA
Black with #0E5AFA
Text Example
Text Example
White with #0E5AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5AFA; }
p { color: rgb(14,90,250); }
H1.HeaderClassName
{
color: #0E5AFA;
}
.AnyTagClassName
{
color: #0E5AFA;
}
</style>
background-color css
<style>
a { background-color: #0E5AFA; }
a { background-color: rgb(14,90,250); }
div.DivClassName
{
background-color: #0E5AFA;
}
.BgClassName
{
background-color: #0E5AFA;
}
</style>
border-color css
<style>
span { border-color: #0E5AFA; }
span { border-color: rgb(14,90,250); }
td.TdClassName
{
border-color: #0E5AFA;
}
.TagClassName
{
border-color: #0E5AFA;
}
</style>