Shades of Navy Blue #146BEF
Tints of Navy Blue #146BEF
RGB
CMYK
RGB Variations
Color information
#146BEF (or 0x146BEF) is known color: Navy Blue. HEX triplet: 14, 6B and EF. RGB value is (20,107,239). Sum of RGB (Red+Green+Blue) = 20+107+239=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #146BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146BEF is #EB9410. Grayscale: #5F5F5F. Windows color (decimal): -15438865 or 15690516. OLE color: 15690516.
HSL color Cylindrical-coordinate representation of color #146BEF: hue angle of 216.16º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146BEF is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 107 | 239 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.06 |
| HSL | 216.16º | 0.87% | 0.51% | - |
| HSV(B) | 216.16º | 0.92% | 0.94% | - |
| XYZ | 21.13 | 16.9 | 83.81 | - |
| YUV | 96.04 | 208.68 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 239 | 0.92 | 0.55 | 0 | 0.06 | 216.16 | 0.87 | 0.51 |
| Hex | 14 | 6B | EF | 5C | 37 | 0 | 6 | D8 | 57 | 33 |
| Octal | 24 | 153 | 357 | 134 | 67 | 0 | 6 | 330 | 127 | 63 |
| Binary | 10100 | 1101011 | 11101111 | 1011100 | 110111 | 0 | 110 | 11011000 | 1010111 | 110011 |
Color Harmonies of #146BEF
Complementary color
Monochromatic Colors of #146BEF
Black with #146BEF
Text Example
Text Example
White with #146BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BEF; }
p { color: rgb(20,107,239); }
H1.HeaderClassName
{
color: #146BEF;
}
.AnyTagClassName
{
color: #146BEF;
}
</style>
background-color css
<style>
a { background-color: #146BEF; }
a { background-color: rgb(20,107,239); }
div.DivClassName
{
background-color: #146BEF;
}
.BgClassName
{
background-color: #146BEF;
}
</style>
border-color css
<style>
span { border-color: #146BEF; }
span { border-color: rgb(20,107,239); }
td.TdClassName
{
border-color: #146BEF;
}
.TagClassName
{
border-color: #146BEF;
}
</style>