Shades of Navy Blue #0E5FFD
Tints of Navy Blue #0E5FFD
RGB
CMYK
RGB Variations
Color information
#0E5FFD (or 0x0E5FFD) is known color: Navy Blue. HEX triplet: 0E, 5F and FD. RGB value is (14,95,253). Sum of RGB (Red+Green+Blue) = 14+95+253=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #0E5FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5FFD is #F1A002. Grayscale: #585858. Windows color (decimal): -15835139 or 16604942. OLE color: 16604942.
HSL color Cylindrical-coordinate representation of color #0E5FFD: hue angle of 219.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5FFD is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 95 | 253 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.01 |
| HSL | 219.67º | 0.98% | 0.52% | - |
| HSV(B) | 219.67º | 0.94% | 0.99% | - |
| XYZ | 22 | 15.37 | 94.74 | - |
| YUV | 88.79 | 220.66 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 95 | 253 | 0.94 | 0.62 | 0 | 0.01 | 219.67 | 0.98 | 0.52 |
| Hex | E | 5F | FD | 5E | 3E | 0 | 1 | DC | 62 | 34 |
| Octal | 16 | 137 | 375 | 136 | 76 | 0 | 1 | 334 | 142 | 64 |
| Binary | 1110 | 1011111 | 11111101 | 1011110 | 111110 | 0 | 1 | 11011100 | 1100010 | 110100 |
Color Harmonies of #0E5FFD
Complementary color
Monochromatic Colors of #0E5FFD
Black with #0E5FFD
Text Example
Text Example
White with #0E5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5FFD; }
p { color: rgb(14,95,253); }
H1.HeaderClassName
{
color: #0E5FFD;
}
.AnyTagClassName
{
color: #0E5FFD;
}
</style>
background-color css
<style>
a { background-color: #0E5FFD; }
a { background-color: rgb(14,95,253); }
div.DivClassName
{
background-color: #0E5FFD;
}
.BgClassName
{
background-color: #0E5FFD;
}
</style>
border-color css
<style>
span { border-color: #0E5FFD; }
span { border-color: rgb(14,95,253); }
td.TdClassName
{
border-color: #0E5FFD;
}
.TagClassName
{
border-color: #0E5FFD;
}
</style>