Shades of Navy Blue #146CE9
Tints of Navy Blue #146CE9
RGB
CMYK
RGB Variations
Color information
#146CE9 (or 0x146CE9) is known color: Navy Blue. HEX triplet: 14, 6C and E9. RGB value is (20,108,233). Sum of RGB (Red+Green+Blue) = 20+108+233=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 233 (91.41% from 255 or 64.54% from 361); Max value from RGB is 233 - color contains mainly: blue. Hex color #146CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CE9 is #EB9316. Grayscale: #5F5F5F. Windows color (decimal): -15438615 or 15297556. OLE color: 15297556.
HSL color Cylindrical-coordinate representation of color #146CE9: hue angle of 215.21º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146CE9 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 108 | 233 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.09 |
| HSL | 215.21º | 0.84% | 0.5% | - |
| HSV(B) | 215.21º | 0.91% | 0.91% | - |
| XYZ | 20.36 | 16.76 | 79.25 | - |
| YUV | 95.94 | 205.35 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 233 | 0.91 | 0.54 | 0 | 0.09 | 215.21 | 0.84 | 0.5 |
| Hex | 14 | 6C | E9 | 5B | 36 | 0 | 9 | D7 | 54 | 32 |
| Octal | 24 | 154 | 351 | 133 | 66 | 0 | 11 | 327 | 124 | 62 |
| Binary | 10100 | 1101100 | 11101001 | 1011011 | 110110 | 0 | 1001 | 11010111 | 1010100 | 110010 |
Color Harmonies of #146CE9
Complementary color
Monochromatic Colors of #146CE9
Black with #146CE9
Text Example
Text Example
White with #146CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CE9; }
p { color: rgb(20,108,233); }
H1.HeaderClassName
{
color: #146CE9;
}
.AnyTagClassName
{
color: #146CE9;
}
</style>
background-color css
<style>
a { background-color: #146CE9; }
a { background-color: rgb(20,108,233); }
div.DivClassName
{
background-color: #146CE9;
}
.BgClassName
{
background-color: #146CE9;
}
</style>
border-color css
<style>
span { border-color: #146CE9; }
span { border-color: rgb(20,108,233); }
td.TdClassName
{
border-color: #146CE9;
}
.TagClassName
{
border-color: #146CE9;
}
</style>