Shades of Navy Blue #145ADA
Tints of Navy Blue #145ADA
RGB
CMYK
RGB Variations
Color information
#145ADA (or 0x145ADA) is known color: Navy Blue. HEX triplet: 14, 5A and DA. RGB value is (20,90,218). Sum of RGB (Red+Green+Blue) = 20+90+218=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #145ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ADA is #EBA525. Grayscale: #535353. Windows color (decimal): -15443238 or 14309908. OLE color: 14309908.
HSL color Cylindrical-coordinate representation of color #145ADA: hue angle of 218.79º 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 #145ADA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 90 | 218 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.15 |
| HSL | 218.79º | 0.83% | 0.47% | - |
| HSV(B) | 218.79º | 0.91% | 0.85% | - |
| XYZ | 16.6 | 12.52 | 67.87 | - |
| YUV | 83.66 | 203.81 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 218 | 0.91 | 0.59 | 0 | 0.15 | 218.79 | 0.83 | 0.47 |
| Hex | 14 | 5A | DA | 5B | 3B | 0 | F | DB | 53 | 2F |
| Octal | 24 | 132 | 332 | 133 | 73 | 0 | 17 | 333 | 123 | 57 |
| Binary | 10100 | 1011010 | 11011010 | 1011011 | 111011 | 0 | 1111 | 11011011 | 1010011 | 101111 |
Color Harmonies of #145ADA
Complementary color
Monochromatic Colors of #145ADA
Black with #145ADA
Text Example
Text Example
White with #145ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ADA; }
p { color: rgb(20,90,218); }
H1.HeaderClassName
{
color: #145ADA;
}
.AnyTagClassName
{
color: #145ADA;
}
</style>
background-color css
<style>
a { background-color: #145ADA; }
a { background-color: rgb(20,90,218); }
div.DivClassName
{
background-color: #145ADA;
}
.BgClassName
{
background-color: #145ADA;
}
</style>
border-color css
<style>
span { border-color: #145ADA; }
span { border-color: rgb(20,90,218); }
td.TdClassName
{
border-color: #145ADA;
}
.TagClassName
{
border-color: #145ADA;
}
</style>