Shades of Navy Blue #146CE6
Tints of Navy Blue #146CE6
RGB
CMYK
RGB Variations
Color information
#146CE6 (or 0x146CE6) is known color: Navy Blue. HEX triplet: 14, 6C and E6. RGB value is (20,108,230). Sum of RGB (Red+Green+Blue) = 20+108+230=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #146CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CE6 is #EB9319. Grayscale: #5F5F5F. Windows color (decimal): -15438618 or 15100948. OLE color: 15100948.
HSL color Cylindrical-coordinate representation of color #146CE6: hue angle of 214.86º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146CE6 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 108 | 230 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.10 |
| HSL | 214.86º | 0.84% | 0.49% | - |
| HSV(B) | 214.86º | 0.91% | 0.9% | - |
| XYZ | 19.93 | 16.59 | 77.01 | - |
| YUV | 95.6 | 203.85 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 230 | 0.91 | 0.53 | 0 | 0.10 | 214.86 | 0.84 | 0.49 |
| Hex | 14 | 6C | E6 | 5B | 35 | 0 | A | D7 | 54 | 31 |
| Octal | 24 | 154 | 346 | 133 | 65 | 0 | 12 | 327 | 124 | 61 |
| Binary | 10100 | 1101100 | 11100110 | 1011011 | 110101 | 0 | 1010 | 11010111 | 1010100 | 110001 |
Color Harmonies of #146CE6
Complementary color
Monochromatic Colors of #146CE6
Black with #146CE6
Text Example
Text Example
White with #146CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CE6; }
p { color: rgb(20,108,230); }
H1.HeaderClassName
{
color: #146CE6;
}
.AnyTagClassName
{
color: #146CE6;
}
</style>
background-color css
<style>
a { background-color: #146CE6; }
a { background-color: rgb(20,108,230); }
div.DivClassName
{
background-color: #146CE6;
}
.BgClassName
{
background-color: #146CE6;
}
</style>
border-color css
<style>
span { border-color: #146CE6; }
span { border-color: rgb(20,108,230); }
td.TdClassName
{
border-color: #146CE6;
}
.TagClassName
{
border-color: #146CE6;
}
</style>