Shades of Navy Blue #0E6BCA
Tints of Navy Blue #0E6BCA
RGB
CMYK
RGB Variations
Color information
#0E6BCA (or 0x0E6BCA) is known color: Navy Blue. HEX triplet: 0E, 6B and CA. RGB value is (14,107,202). Sum of RGB (Red+Green+Blue) = 14+107+202=323 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.33% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E6BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6BCA is #F19435. Grayscale: #595959. Windows color (decimal): -15832118 or 13265678. OLE color: 13265678.
HSL color Cylindrical-coordinate representation of color #0E6BCA: hue angle of 210.32º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E6BCA is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 107 | 202 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.21 |
| HSL | 210.32º | 0.87% | 0.42% | - |
| HSV(B) | 210.32º | 0.93% | 0.79% | - |
| XYZ | 16.1 | 14.87 | 57.9 | - |
| YUV | 90.02 | 191.19 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 202 | 0.93 | 0.47 | 0 | 0.21 | 210.32 | 0.87 | 0.42 |
| Hex | E | 6B | CA | 5D | 2F | 0 | 15 | D2 | 57 | 2A |
| Octal | 16 | 153 | 312 | 135 | 57 | 0 | 25 | 322 | 127 | 52 |
| Binary | 1110 | 1101011 | 11001010 | 1011101 | 101111 | 0 | 10101 | 11010010 | 1010111 | 101010 |
Color Harmonies of #0E6BCA
Complementary color
Monochromatic Colors of #0E6BCA
Black with #0E6BCA
Text Example
Text Example
White with #0E6BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6BCA; }
p { color: rgb(14,107,202); }
H1.HeaderClassName
{
color: #0E6BCA;
}
.AnyTagClassName
{
color: #0E6BCA;
}
</style>
background-color css
<style>
a { background-color: #0E6BCA; }
a { background-color: rgb(14,107,202); }
div.DivClassName
{
background-color: #0E6BCA;
}
.BgClassName
{
background-color: #0E6BCA;
}
</style>
border-color css
<style>
span { border-color: #0E6BCA; }
span { border-color: rgb(14,107,202); }
td.TdClassName
{
border-color: #0E6BCA;
}
.TagClassName
{
border-color: #0E6BCA;
}
</style>