Shades of Navy Blue #0E55F7
Tints of Navy Blue #0E55F7
RGB
CMYK
RGB Variations
Color information
#0E55F7 (or 0x0E55F7) is known color: Navy Blue. HEX triplet: 0E, 55 and F7. RGB value is (14,85,247). Sum of RGB (Red+Green+Blue) = 14+85+247=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 247 (96.88% from 255 or 71.39% from 346); Max value from RGB is 247 - color contains mainly: blue. Hex color #0E55F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E55F7 is #F1AA08. Grayscale: #515151. Windows color (decimal): -15837705 or 16209166. OLE color: 16209166.
HSL color Cylindrical-coordinate representation of color #0E55F7: hue angle of 221.72º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E55F7 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 85 | 247 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.03 |
| HSL | 221.72º | 0.94% | 0.51% | - |
| HSV(B) | 221.72º | 0.94% | 0.97% | - |
| XYZ | 20.22 | 13.31 | 89.5 | - |
| YUV | 82.24 | 220.98 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 247 | 0.94 | 0.66 | 0 | 0.03 | 221.72 | 0.94 | 0.51 |
| Hex | E | 55 | F7 | 5E | 42 | 0 | 3 | DE | 5E | 33 |
| Octal | 16 | 125 | 367 | 136 | 102 | 0 | 3 | 336 | 136 | 63 |
| Binary | 1110 | 1010101 | 11110111 | 1011110 | 1000010 | 0 | 11 | 11011110 | 1011110 | 110011 |
Color Harmonies of #0E55F7
Complementary color
Monochromatic Colors of #0E55F7
Black with #0E55F7
Text Example
Text Example
White with #0E55F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E55F7; }
p { color: rgb(14,85,247); }
H1.HeaderClassName
{
color: #0E55F7;
}
.AnyTagClassName
{
color: #0E55F7;
}
</style>
background-color css
<style>
a { background-color: #0E55F7; }
a { background-color: rgb(14,85,247); }
div.DivClassName
{
background-color: #0E55F7;
}
.BgClassName
{
background-color: #0E55F7;
}
</style>
border-color css
<style>
span { border-color: #0E55F7; }
span { border-color: rgb(14,85,247); }
td.TdClassName
{
border-color: #0E55F7;
}
.TagClassName
{
border-color: #0E55F7;
}
</style>