Shades of Navy Blue #146AF0
Tints of Navy Blue #146AF0
RGB
CMYK
RGB Variations
Color information
#146AF0 (or 0x146AF0) is known color: Navy Blue. HEX triplet: 14, 6A and F0. RGB value is (20,106,240). Sum of RGB (Red+Green+Blue) = 20+106+240=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 240 (94.14% from 255 or 65.57% from 366); Max value from RGB is 240 - color contains mainly: blue. Hex color #146AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146AF0 is #EB950F. Grayscale: #5E5E5E. Windows color (decimal): -15439120 or 15755796. OLE color: 15755796.
HSL color Cylindrical-coordinate representation of color #146AF0: hue angle of 216.55º degrees, saturation: 0.88, 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 #146AF0 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 106 | 240 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.06 |
| HSL | 216.55º | 0.88% | 0.51% | - |
| HSV(B) | 216.55º | 0.92% | 0.94% | - |
| XYZ | 21.17 | 16.75 | 84.55 | - |
| YUV | 95.56 | 209.51 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 240 | 0.92 | 0.56 | 0 | 0.06 | 216.55 | 0.88 | 0.51 |
| Hex | 14 | 6A | F0 | 5C | 38 | 0 | 6 | D9 | 58 | 33 |
| Octal | 24 | 152 | 360 | 134 | 70 | 0 | 6 | 331 | 130 | 63 |
| Binary | 10100 | 1101010 | 11110000 | 1011100 | 111000 | 0 | 110 | 11011001 | 1011000 | 110011 |
Color Harmonies of #146AF0
Complementary color
Monochromatic Colors of #146AF0
Black with #146AF0
Text Example
Text Example
White with #146AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146AF0; }
p { color: rgb(20,106,240); }
H1.HeaderClassName
{
color: #146AF0;
}
.AnyTagClassName
{
color: #146AF0;
}
</style>
background-color css
<style>
a { background-color: #146AF0; }
a { background-color: rgb(20,106,240); }
div.DivClassName
{
background-color: #146AF0;
}
.BgClassName
{
background-color: #146AF0;
}
</style>
border-color css
<style>
span { border-color: #146AF0; }
span { border-color: rgb(20,106,240); }
td.TdClassName
{
border-color: #146AF0;
}
.TagClassName
{
border-color: #146AF0;
}
</style>