Shades of Navy Blue #145ADC
Tints of Navy Blue #145ADC
RGB
CMYK
RGB Variations
Color information
#145ADC (or 0x145ADC) is known color: Navy Blue. HEX triplet: 14, 5A and DC. RGB value is (20,90,220). Sum of RGB (Red+Green+Blue) = 20+90+220=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #145ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ADC is #EBA523. Grayscale: #535353. Windows color (decimal): -15443236 or 14440980. OLE color: 14440980.
HSL color Cylindrical-coordinate representation of color #145ADC: hue angle of 219º 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 #145ADC is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 90 | 220 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.14 |
| HSL | 219º | 0.83% | 0.47% | - |
| HSV(B) | 219º | 0.91% | 0.86% | - |
| XYZ | 16.86 | 12.63 | 69.26 | - |
| YUV | 83.89 | 204.81 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 220 | 0.91 | 0.59 | 0 | 0.14 | 219 | 0.83 | 0.47 |
| Hex | 14 | 5A | DC | 5B | 3B | 0 | E | DB | 53 | 2F |
| Octal | 24 | 132 | 334 | 133 | 73 | 0 | 16 | 333 | 123 | 57 |
| Binary | 10100 | 1011010 | 11011100 | 1011011 | 111011 | 0 | 1110 | 11011011 | 1010011 | 101111 |
Color Harmonies of #145ADC
Complementary color
Monochromatic Colors of #145ADC
Black with #145ADC
Text Example
Text Example
White with #145ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ADC; }
p { color: rgb(20,90,220); }
H1.HeaderClassName
{
color: #145ADC;
}
.AnyTagClassName
{
color: #145ADC;
}
</style>
background-color css
<style>
a { background-color: #145ADC; }
a { background-color: rgb(20,90,220); }
div.DivClassName
{
background-color: #145ADC;
}
.BgClassName
{
background-color: #145ADC;
}
</style>
border-color css
<style>
span { border-color: #145ADC; }
span { border-color: rgb(20,90,220); }
td.TdClassName
{
border-color: #145ADC;
}
.TagClassName
{
border-color: #145ADC;
}
</style>