Shades of Navy Blue #146ADF
Tints of Navy Blue #146ADF
RGB
CMYK
RGB Variations
Color information
#146ADF (or 0x146ADF) is known color: Navy Blue. HEX triplet: 14, 6A and DF. RGB value is (20,106,223). Sum of RGB (Red+Green+Blue) = 20+106+223=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #146ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ADF is #EB9520. Grayscale: #5D5D5D. Windows color (decimal): -15439137 or 14641684. OLE color: 14641684.
HSL color Cylindrical-coordinate representation of color #146ADF: hue angle of 214.58º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146ADF is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 106 | 223 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.13 |
| HSL | 214.58º | 0.84% | 0.48% | - |
| HSV(B) | 214.58º | 0.91% | 0.87% | - |
| XYZ | 18.76 | 15.78 | 71.87 | - |
| YUV | 93.62 | 201.01 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 223 | 0.91 | 0.52 | 0 | 0.13 | 214.58 | 0.84 | 0.48 |
| Hex | 14 | 6A | DF | 5B | 34 | 0 | D | D7 | 54 | 30 |
| Octal | 24 | 152 | 337 | 133 | 64 | 0 | 15 | 327 | 124 | 60 |
| Binary | 10100 | 1101010 | 11011111 | 1011011 | 110100 | 0 | 1101 | 11010111 | 1010100 | 110000 |
Color Harmonies of #146ADF
Complementary color
Monochromatic Colors of #146ADF
Black with #146ADF
Text Example
Text Example
White with #146ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146ADF; }
p { color: rgb(20,106,223); }
H1.HeaderClassName
{
color: #146ADF;
}
.AnyTagClassName
{
color: #146ADF;
}
</style>
background-color css
<style>
a { background-color: #146ADF; }
a { background-color: rgb(20,106,223); }
div.DivClassName
{
background-color: #146ADF;
}
.BgClassName
{
background-color: #146ADF;
}
</style>
border-color css
<style>
span { border-color: #146ADF; }
span { border-color: rgb(20,106,223); }
td.TdClassName
{
border-color: #146ADF;
}
.TagClassName
{
border-color: #146ADF;
}
</style>