Shades of Navy Blue #0E53F9
Tints of Navy Blue #0E53F9
RGB
CMYK
RGB Variations
Color information
#0E53F9 (or 0x0E53F9) is known color: Navy Blue. HEX triplet: 0E, 53 and F9. RGB value is (14,83,249). Sum of RGB (Red+Green+Blue) = 14+83+249=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 249 (97.66% from 255 or 71.97% from 346); Max value from RGB is 249 - color contains mainly: blue. Hex color #0E53F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E53F9 is #F1AC06. Grayscale: #505050. Windows color (decimal): -15838215 or 16339726. OLE color: 16339726.
HSL color Cylindrical-coordinate representation of color #0E53F9: hue angle of 222.38º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E53F9 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 83 | 249 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.02 |
| HSL | 222.38º | 0.95% | 0.52% | - |
| HSV(B) | 222.38º | 0.94% | 0.98% | - |
| XYZ | 20.37 | 13.12 | 91.08 | - |
| YUV | 81.29 | 222.64 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 83 | 249 | 0.94 | 0.67 | 0 | 0.02 | 222.38 | 0.95 | 0.52 |
| Hex | E | 53 | F9 | 5E | 43 | 0 | 2 | DE | 5F | 34 |
| Octal | 16 | 123 | 371 | 136 | 103 | 0 | 2 | 336 | 137 | 64 |
| Binary | 1110 | 1010011 | 11111001 | 1011110 | 1000011 | 0 | 10 | 11011110 | 1011111 | 110100 |
Color Harmonies of #0E53F9
Complementary color
Monochromatic Colors of #0E53F9
Black with #0E53F9
Text Example
Text Example
White with #0E53F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E53F9; }
p { color: rgb(14,83,249); }
H1.HeaderClassName
{
color: #0E53F9;
}
.AnyTagClassName
{
color: #0E53F9;
}
</style>
background-color css
<style>
a { background-color: #0E53F9; }
a { background-color: rgb(14,83,249); }
div.DivClassName
{
background-color: #0E53F9;
}
.BgClassName
{
background-color: #0E53F9;
}
</style>
border-color css
<style>
span { border-color: #0E53F9; }
span { border-color: rgb(14,83,249); }
td.TdClassName
{
border-color: #0E53F9;
}
.TagClassName
{
border-color: #0E53F9;
}
</style>