Shades of Navy Blue #146BDC
Tints of Navy Blue #146BDC
RGB
CMYK
RGB Variations
Color information
#146BDC (or 0x146BDC) is known color: Navy Blue. HEX triplet: 14, 6B and DC. RGB value is (20,107,220). Sum of RGB (Red+Green+Blue) = 20+107+220=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #146BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BDC is #EB9423. Grayscale: #5D5D5D. Windows color (decimal): -15438884 or 14445332. OLE color: 14445332.
HSL color Cylindrical-coordinate representation of color #146BDC: hue angle of 213.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146BDC is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 107 | 220 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.14 |
| HSL | 213.9º | 0.83% | 0.47% | - |
| HSV(B) | 213.9º | 0.91% | 0.86% | - |
| XYZ | 18.46 | 15.83 | 69.79 | - |
| YUV | 93.87 | 199.18 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 220 | 0.91 | 0.51 | 0 | 0.14 | 213.9 | 0.83 | 0.47 |
| Hex | 14 | 6B | DC | 5B | 33 | 0 | E | D6 | 53 | 2F |
| Octal | 24 | 153 | 334 | 133 | 63 | 0 | 16 | 326 | 123 | 57 |
| Binary | 10100 | 1101011 | 11011100 | 1011011 | 110011 | 0 | 1110 | 11010110 | 1010011 | 101111 |
Color Harmonies of #146BDC
Complementary color
Monochromatic Colors of #146BDC
Black with #146BDC
Text Example
Text Example
White with #146BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BDC; }
p { color: rgb(20,107,220); }
H1.HeaderClassName
{
color: #146BDC;
}
.AnyTagClassName
{
color: #146BDC;
}
</style>
background-color css
<style>
a { background-color: #146BDC; }
a { background-color: rgb(20,107,220); }
div.DivClassName
{
background-color: #146BDC;
}
.BgClassName
{
background-color: #146BDC;
}
</style>
border-color css
<style>
span { border-color: #146BDC; }
span { border-color: rgb(20,107,220); }
td.TdClassName
{
border-color: #146BDC;
}
.TagClassName
{
border-color: #146BDC;
}
</style>