Shades of Navy Blue #146EEA
Tints of Navy Blue #146EEA
RGB
CMYK
RGB Variations
Color information
#146EEA (or 0x146EEA) is known color: Navy Blue. HEX triplet: 14, 6E and EA. RGB value is (20,110,234). Sum of RGB (Red+Green+Blue) = 20+110+234=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #146EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146EEA is #EB9115. Grayscale: #606060. Windows color (decimal): -15438102 or 15363604. OLE color: 15363604.
HSL color Cylindrical-coordinate representation of color #146EEA: hue angle of 214.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146EEA is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 110 | 234 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.08 |
| HSL | 214.77º | 0.84% | 0.5% | - |
| HSV(B) | 214.77º | 0.91% | 0.92% | - |
| XYZ | 20.72 | 17.24 | 80.08 | - |
| YUV | 97.23 | 205.18 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 234 | 0.91 | 0.53 | 0 | 0.08 | 214.77 | 0.84 | 0.5 |
| Hex | 14 | 6E | EA | 5B | 35 | 0 | 8 | D7 | 54 | 32 |
| Octal | 24 | 156 | 352 | 133 | 65 | 0 | 10 | 327 | 124 | 62 |
| Binary | 10100 | 1101110 | 11101010 | 1011011 | 110101 | 0 | 1000 | 11010111 | 1010100 | 110010 |
Color Harmonies of #146EEA
Complementary color
Monochromatic Colors of #146EEA
Black with #146EEA
Text Example
Text Example
White with #146EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146EEA; }
p { color: rgb(20,110,234); }
H1.HeaderClassName
{
color: #146EEA;
}
.AnyTagClassName
{
color: #146EEA;
}
</style>
background-color css
<style>
a { background-color: #146EEA; }
a { background-color: rgb(20,110,234); }
div.DivClassName
{
background-color: #146EEA;
}
.BgClassName
{
background-color: #146EEA;
}
</style>
border-color css
<style>
span { border-color: #146EEA; }
span { border-color: rgb(20,110,234); }
td.TdClassName
{
border-color: #146EEA;
}
.TagClassName
{
border-color: #146EEA;
}
</style>