Shades of Navy Blue #146CEB
Tints of Navy Blue #146CEB
RGB
CMYK
RGB Variations
Color information
#146CEB (or 0x146CEB) is known color: Navy Blue. HEX triplet: 14, 6C and EB. RGB value is (20,108,235). Sum of RGB (Red+Green+Blue) = 20+108+235=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #146CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CEB is #EB9314. Grayscale: #5F5F5F. Windows color (decimal): -15438613 or 15428628. OLE color: 15428628.
HSL color Cylindrical-coordinate representation of color #146CEB: hue angle of 215.44º 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 #146CEB is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 108 | 235 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.08 |
| HSL | 215.44º | 0.84% | 0.5% | - |
| HSV(B) | 215.44º | 0.91% | 0.92% | - |
| XYZ | 20.65 | 16.87 | 80.77 | - |
| YUV | 96.17 | 206.35 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 235 | 0.91 | 0.54 | 0 | 0.08 | 215.44 | 0.84 | 0.5 |
| Hex | 14 | 6C | EB | 5B | 36 | 0 | 8 | D7 | 54 | 32 |
| Octal | 24 | 154 | 353 | 133 | 66 | 0 | 10 | 327 | 124 | 62 |
| Binary | 10100 | 1101100 | 11101011 | 1011011 | 110110 | 0 | 1000 | 11010111 | 1010100 | 110010 |
Color Harmonies of #146CEB
Complementary color
Monochromatic Colors of #146CEB
Black with #146CEB
Text Example
Text Example
White with #146CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CEB; }
p { color: rgb(20,108,235); }
H1.HeaderClassName
{
color: #146CEB;
}
.AnyTagClassName
{
color: #146CEB;
}
</style>
background-color css
<style>
a { background-color: #146CEB; }
a { background-color: rgb(20,108,235); }
div.DivClassName
{
background-color: #146CEB;
}
.BgClassName
{
background-color: #146CEB;
}
</style>
border-color css
<style>
span { border-color: #146CEB; }
span { border-color: rgb(20,108,235); }
td.TdClassName
{
border-color: #146CEB;
}
.TagClassName
{
border-color: #146CEB;
}
</style>