Shades of Navy Blue #0E6BEA
Tints of Navy Blue #0E6BEA
RGB
CMYK
RGB Variations
Color information
#0E6BEA (or 0x0E6BEA) is known color: Navy Blue. HEX triplet: 0E, 6B and EA. RGB value is (14,107,234). Sum of RGB (Red+Green+Blue) = 14+107+234=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #0E6BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6BEA is #F19415. Grayscale: #5D5D5D. Windows color (decimal): -15832086 or 15362830. OLE color: 15362830.
HSL color Cylindrical-coordinate representation of color #0E6BEA: hue angle of 214.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E6BEA is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 107 | 234 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.08 |
| HSL | 214.64º | 0.89% | 0.49% | - |
| HSV(B) | 214.64º | 0.94% | 0.92% | - |
| XYZ | 20.29 | 16.55 | 79.97 | - |
| YUV | 93.67 | 207.19 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 234 | 0.94 | 0.54 | 0 | 0.08 | 214.64 | 0.89 | 0.49 |
| Hex | E | 6B | EA | 5E | 36 | 0 | 8 | D7 | 59 | 31 |
| Octal | 16 | 153 | 352 | 136 | 66 | 0 | 10 | 327 | 131 | 61 |
| Binary | 1110 | 1101011 | 11101010 | 1011110 | 110110 | 0 | 1000 | 11010111 | 1011001 | 110001 |
Color Harmonies of #0E6BEA
Complementary color
Monochromatic Colors of #0E6BEA
Black with #0E6BEA
Text Example
Text Example
White with #0E6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6BEA; }
p { color: rgb(14,107,234); }
H1.HeaderClassName
{
color: #0E6BEA;
}
.AnyTagClassName
{
color: #0E6BEA;
}
</style>
background-color css
<style>
a { background-color: #0E6BEA; }
a { background-color: rgb(14,107,234); }
div.DivClassName
{
background-color: #0E6BEA;
}
.BgClassName
{
background-color: #0E6BEA;
}
</style>
border-color css
<style>
span { border-color: #0E6BEA; }
span { border-color: rgb(14,107,234); }
td.TdClassName
{
border-color: #0E6BEA;
}
.TagClassName
{
border-color: #0E6BEA;
}
</style>