Shades of Navy Blue #146FDA
Tints of Navy Blue #146FDA
RGB
CMYK
RGB Variations
Color information
#146FDA (or 0x146FDA) is known color: Navy Blue. HEX triplet: 14, 6F and DA. RGB value is (20,111,218). Sum of RGB (Red+Green+Blue) = 20+111+218=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #146FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FDA is #EB9025. Grayscale: #5F5F5F. Windows color (decimal): -15437862 or 14315284. OLE color: 14315284.
HSL color Cylindrical-coordinate representation of color #146FDA: hue angle of 212.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146FDA is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 111 | 218 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.15 |
| HSL | 212.42º | 0.83% | 0.47% | - |
| HSV(B) | 212.42º | 0.91% | 0.85% | - |
| XYZ | 18.63 | 16.58 | 68.55 | - |
| YUV | 95.99 | 196.85 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 218 | 0.91 | 0.49 | 0 | 0.15 | 212.42 | 0.83 | 0.47 |
| Hex | 14 | 6F | DA | 5B | 31 | 0 | F | D4 | 53 | 2F |
| Octal | 24 | 157 | 332 | 133 | 61 | 0 | 17 | 324 | 123 | 57 |
| Binary | 10100 | 1101111 | 11011010 | 1011011 | 110001 | 0 | 1111 | 11010100 | 1010011 | 101111 |
Color Harmonies of #146FDA
Complementary color
Monochromatic Colors of #146FDA
Black with #146FDA
Text Example
Text Example
White with #146FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FDA; }
p { color: rgb(20,111,218); }
H1.HeaderClassName
{
color: #146FDA;
}
.AnyTagClassName
{
color: #146FDA;
}
</style>
background-color css
<style>
a { background-color: #146FDA; }
a { background-color: rgb(20,111,218); }
div.DivClassName
{
background-color: #146FDA;
}
.BgClassName
{
background-color: #146FDA;
}
</style>
border-color css
<style>
span { border-color: #146FDA; }
span { border-color: rgb(20,111,218); }
td.TdClassName
{
border-color: #146FDA;
}
.TagClassName
{
border-color: #146FDA;
}
</style>