Shades of Navy Blue #147ADF
Tints of Navy Blue #147ADF
RGB
CMYK
RGB Variations
Color information
#147ADF (or 0x147ADF) is known color: Navy Blue. HEX triplet: 14, 7A and DF. RGB value is (20,122,223). Sum of RGB (Red+Green+Blue) = 20+122+223=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #147ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ADF is #EB8520. Grayscale: #666666. Windows color (decimal): -15435041 or 14645780. OLE color: 14645780.
HSL color Cylindrical-coordinate representation of color #147ADF: hue angle of 209.85º 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 #147ADF is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 122 | 223 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.13 |
| HSL | 209.85º | 0.84% | 0.48% | - |
| HSV(B) | 209.85º | 0.91% | 0.87% | - |
| XYZ | 20.57 | 19.4 | 72.47 | - |
| YUV | 103.02 | 195.71 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 223 | 0.91 | 0.45 | 0 | 0.13 | 209.85 | 0.84 | 0.48 |
| Hex | 14 | 7A | DF | 5B | 2D | 0 | D | D2 | 54 | 30 |
| Octal | 24 | 172 | 337 | 133 | 55 | 0 | 15 | 322 | 124 | 60 |
| Binary | 10100 | 1111010 | 11011111 | 1011011 | 101101 | 0 | 1101 | 11010010 | 1010100 | 110000 |
Color Harmonies of #147ADF
Complementary color
Monochromatic Colors of #147ADF
Black with #147ADF
Text Example
Text Example
White with #147ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147ADF; }
p { color: rgb(20,122,223); }
H1.HeaderClassName
{
color: #147ADF;
}
.AnyTagClassName
{
color: #147ADF;
}
</style>
background-color css
<style>
a { background-color: #147ADF; }
a { background-color: rgb(20,122,223); }
div.DivClassName
{
background-color: #147ADF;
}
.BgClassName
{
background-color: #147ADF;
}
</style>
border-color css
<style>
span { border-color: #147ADF; }
span { border-color: rgb(20,122,223); }
td.TdClassName
{
border-color: #147ADF;
}
.TagClassName
{
border-color: #147ADF;
}
</style>