Shades of Navy Blue #146BE5
Tints of Navy Blue #146BE5
RGB
CMYK
RGB Variations
Color information
#146BE5 (or 0x146BE5) is known color: Navy Blue. HEX triplet: 14, 6B and E5. RGB value is (20,107,229). Sum of RGB (Red+Green+Blue) = 20+107+229=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #146BE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BE5 is #EB941A. Grayscale: #5E5E5E. Windows color (decimal): -15438875 or 15035156. OLE color: 15035156.
HSL color Cylindrical-coordinate representation of color #146BE5: hue angle of 215.02º 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 #146BE5 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 107 | 229 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.10 |
| HSL | 215.02º | 0.84% | 0.49% | - |
| HSV(B) | 215.02º | 0.91% | 0.9% | - |
| XYZ | 19.69 | 16.32 | 76.24 | - |
| YUV | 94.9 | 203.68 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 229 | 0.91 | 0.53 | 0 | 0.10 | 215.02 | 0.84 | 0.49 |
| Hex | 14 | 6B | E5 | 5B | 35 | 0 | A | D7 | 54 | 31 |
| Octal | 24 | 153 | 345 | 133 | 65 | 0 | 12 | 327 | 124 | 61 |
| Binary | 10100 | 1101011 | 11100101 | 1011011 | 110101 | 0 | 1010 | 11010111 | 1010100 | 110001 |
Color Harmonies of #146BE5
Complementary color
Monochromatic Colors of #146BE5
Black with #146BE5
Text Example
Text Example
White with #146BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BE5; }
p { color: rgb(20,107,229); }
H1.HeaderClassName
{
color: #146BE5;
}
.AnyTagClassName
{
color: #146BE5;
}
</style>
background-color css
<style>
a { background-color: #146BE5; }
a { background-color: rgb(20,107,229); }
div.DivClassName
{
background-color: #146BE5;
}
.BgClassName
{
background-color: #146BE5;
}
</style>
border-color css
<style>
span { border-color: #146BE5; }
span { border-color: rgb(20,107,229); }
td.TdClassName
{
border-color: #146BE5;
}
.TagClassName
{
border-color: #146BE5;
}
</style>