Shades of Navy Blue #0E5BFA
Tints of Navy Blue #0E5BFA
RGB
CMYK
RGB Variations
Color information
#0E5BFA (or 0x0E5BFA) is known color: Navy Blue. HEX triplet: 0E, 5B and FA. RGB value is (14,91,250). Sum of RGB (Red+Green+Blue) = 14+91+250=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E5BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5BFA is #F1A405. Grayscale: #555555. Windows color (decimal): -15836166 or 16407310. OLE color: 16407310.
HSL color Cylindrical-coordinate representation of color #0E5BFA: hue angle of 220.42º 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 #0E5BFA is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 91 | 250 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.02 |
| HSL | 220.42º | 0.96% | 0.52% | - |
| HSV(B) | 220.42º | 0.94% | 0.98% | - |
| XYZ | 21.18 | 14.48 | 92.12 | - |
| YUV | 86.1 | 220.49 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 91 | 250 | 0.94 | 0.64 | 0 | 0.02 | 220.42 | 0.96 | 0.52 |
| Hex | E | 5B | FA | 5E | 40 | 0 | 2 | DC | 60 | 34 |
| Octal | 16 | 133 | 372 | 136 | 100 | 0 | 2 | 334 | 140 | 64 |
| Binary | 1110 | 1011011 | 11111010 | 1011110 | 1000000 | 0 | 10 | 11011100 | 1100000 | 110100 |
Color Harmonies of #0E5BFA
Complementary color
Monochromatic Colors of #0E5BFA
Black with #0E5BFA
Text Example
Text Example
White with #0E5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5BFA; }
p { color: rgb(14,91,250); }
H1.HeaderClassName
{
color: #0E5BFA;
}
.AnyTagClassName
{
color: #0E5BFA;
}
</style>
background-color css
<style>
a { background-color: #0E5BFA; }
a { background-color: rgb(14,91,250); }
div.DivClassName
{
background-color: #0E5BFA;
}
.BgClassName
{
background-color: #0E5BFA;
}
</style>
border-color css
<style>
span { border-color: #0E5BFA; }
span { border-color: rgb(14,91,250); }
td.TdClassName
{
border-color: #0E5BFA;
}
.TagClassName
{
border-color: #0E5BFA;
}
</style>