Shades of Navy Blue #0E53FF
Tints of Navy Blue #0E53FF
RGB
CMYK
RGB Variations
Color information
#0E53FF (or 0x0E53FF) is known color: Navy Blue. HEX triplet: 0E, 53 and FF. RGB value is (14,83,255). Sum of RGB (Red+Green+Blue) = 14+83+255=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E53FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E53FF is #F1AC00. Grayscale: #515151. Windows color (decimal): -15838209 or 16732942. OLE color: 16732942.
HSL color Cylindrical-coordinate representation of color #0E53FF: hue angle of 222.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E53FF is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 83 | 255 | - |
| CMYK | 0.95 | 0.67 | 0 | 0 |
| HSL | 222.82º | 1% | 0.53% | - |
| HSV(B) | 222.82º | 0.95% | 1% | - |
| XYZ | 21.32 | 13.5 | 96.09 | - |
| YUV | 81.98 | 225.64 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 83 | 255 | 0.95 | 0.67 | 0 | 0 | 222.82 | 1 | 0.53 |
| Hex | E | 53 | FF | 5F | 43 | 0 | 0 | DF | 64 | 35 |
| Octal | 16 | 123 | 377 | 137 | 103 | 0 | 0 | 337 | 144 | 65 |
| Binary | 1110 | 1010011 | 11111111 | 1011111 | 1000011 | 0 | 0 | 11011111 | 1100100 | 110101 |
Color Harmonies of #0E53FF
Complementary color
Monochromatic Colors of #0E53FF
Black with #0E53FF
Text Example
Text Example
White with #0E53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E53FF; }
p { color: rgb(14,83,255); }
H1.HeaderClassName
{
color: #0E53FF;
}
.AnyTagClassName
{
color: #0E53FF;
}
</style>
background-color css
<style>
a { background-color: #0E53FF; }
a { background-color: rgb(14,83,255); }
div.DivClassName
{
background-color: #0E53FF;
}
.BgClassName
{
background-color: #0E53FF;
}
</style>
border-color css
<style>
span { border-color: #0E53FF; }
span { border-color: rgb(14,83,255); }
td.TdClassName
{
border-color: #0E53FF;
}
.TagClassName
{
border-color: #0E53FF;
}
</style>