Shades of Navy Blue #0E53FE
Tints of Navy Blue #0E53FE
RGB
CMYK
RGB Variations
Color information
#0E53FE (or 0x0E53FE) is known color: Navy Blue. HEX triplet: 0E, 53 and FE. RGB value is (14,83,254). Sum of RGB (Red+Green+Blue) = 14+83+254=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E53FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E53FE is #F1AC01. Grayscale: #515151. Windows color (decimal): -15838210 or 16667406. OLE color: 16667406.
HSL color Cylindrical-coordinate representation of color #0E53FE: hue angle of 222.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E53FE is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 83 | 254 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.00 |
| HSL | 222.75º | 0.99% | 0.53% | - |
| HSV(B) | 222.75º | 0.94% | 1% | - |
| XYZ | 21.16 | 13.44 | 95.24 | - |
| YUV | 81.86 | 225.14 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 83 | 254 | 0.94 | 0.67 | 0 | 0.00 | 222.75 | 0.99 | 0.53 |
| Hex | E | 53 | FE | 5E | 43 | 0 | 0 | DF | 63 | 35 |
| Octal | 16 | 123 | 376 | 136 | 103 | 0 | 0 | 337 | 143 | 65 |
| Binary | 1110 | 1010011 | 11111110 | 1011110 | 1000011 | 0 | 0 | 11011111 | 1100011 | 110101 |
Color Harmonies of #0E53FE
Complementary color
Monochromatic Colors of #0E53FE
Black with #0E53FE
Text Example
Text Example
White with #0E53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E53FE; }
p { color: rgb(14,83,254); }
H1.HeaderClassName
{
color: #0E53FE;
}
.AnyTagClassName
{
color: #0E53FE;
}
</style>
background-color css
<style>
a { background-color: #0E53FE; }
a { background-color: rgb(14,83,254); }
div.DivClassName
{
background-color: #0E53FE;
}
.BgClassName
{
background-color: #0E53FE;
}
</style>
border-color css
<style>
span { border-color: #0E53FE; }
span { border-color: rgb(14,83,254); }
td.TdClassName
{
border-color: #0E53FE;
}
.TagClassName
{
border-color: #0E53FE;
}
</style>