Shades of Navy Blue #0E55FD
Tints of Navy Blue #0E55FD
RGB
CMYK
RGB Variations
Color information
#0E55FD (or 0x0E55FD) is known color: Navy Blue. HEX triplet: 0E, 55 and FD. RGB value is (14,85,253). Sum of RGB (Red+Green+Blue) = 14+85+253=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #0E55FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E55FD is #F1AA02. Grayscale: #525252. Windows color (decimal): -15837699 or 16602382. OLE color: 16602382.
HSL color Cylindrical-coordinate representation of color #0E55FD: hue angle of 222.18º 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 #0E55FD is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 85 | 253 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.01 |
| HSL | 222.18º | 0.98% | 0.52% | - |
| HSV(B) | 222.18º | 0.94% | 0.99% | - |
| XYZ | 21.16 | 13.68 | 94.45 | - |
| YUV | 82.92 | 223.98 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 253 | 0.94 | 0.66 | 0 | 0.01 | 222.18 | 0.98 | 0.52 |
| Hex | E | 55 | FD | 5E | 42 | 0 | 1 | DE | 62 | 34 |
| Octal | 16 | 125 | 375 | 136 | 102 | 0 | 1 | 336 | 142 | 64 |
| Binary | 1110 | 1010101 | 11111101 | 1011110 | 1000010 | 0 | 1 | 11011110 | 1100010 | 110100 |
Color Harmonies of #0E55FD
Complementary color
Monochromatic Colors of #0E55FD
Black with #0E55FD
Text Example
Text Example
White with #0E55FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E55FD; }
p { color: rgb(14,85,253); }
H1.HeaderClassName
{
color: #0E55FD;
}
.AnyTagClassName
{
color: #0E55FD;
}
</style>
background-color css
<style>
a { background-color: #0E55FD; }
a { background-color: rgb(14,85,253); }
div.DivClassName
{
background-color: #0E55FD;
}
.BgClassName
{
background-color: #0E55FD;
}
</style>
border-color css
<style>
span { border-color: #0E55FD; }
span { border-color: rgb(14,85,253); }
td.TdClassName
{
border-color: #0E55FD;
}
.TagClassName
{
border-color: #0E55FD;
}
</style>