Shades of Navy Blue #145BDB
Tints of Navy Blue #145BDB
RGB
CMYK
RGB Variations
Color information
#145BDB (or 0x145BDB) is known color: Navy Blue. HEX triplet: 14, 5B and DB. RGB value is (20,91,219). Sum of RGB (Red+Green+Blue) = 20+91+219=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #145BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BDB is #EBA424. Grayscale: #535353. Windows color (decimal): -15442981 or 14375700. OLE color: 14375700.
HSL color Cylindrical-coordinate representation of color #145BDB: hue angle of 218.59º 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 #145BDB is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 91 | 219 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.14 |
| HSL | 218.59º | 0.83% | 0.47% | - |
| HSV(B) | 218.59º | 0.91% | 0.86% | - |
| XYZ | 16.82 | 12.75 | 68.59 | - |
| YUV | 84.36 | 203.98 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 219 | 0.91 | 0.58 | 0 | 0.14 | 218.59 | 0.83 | 0.47 |
| Hex | 14 | 5B | DB | 5B | 3A | 0 | E | DB | 53 | 2F |
| Octal | 24 | 133 | 333 | 133 | 72 | 0 | 16 | 333 | 123 | 57 |
| Binary | 10100 | 1011011 | 11011011 | 1011011 | 111010 | 0 | 1110 | 11011011 | 1010011 | 101111 |
Color Harmonies of #145BDB
Complementary color
Monochromatic Colors of #145BDB
Black with #145BDB
Text Example
Text Example
White with #145BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BDB; }
p { color: rgb(20,91,219); }
H1.HeaderClassName
{
color: #145BDB;
}
.AnyTagClassName
{
color: #145BDB;
}
</style>
background-color css
<style>
a { background-color: #145BDB; }
a { background-color: rgb(20,91,219); }
div.DivClassName
{
background-color: #145BDB;
}
.BgClassName
{
background-color: #145BDB;
}
</style>
border-color css
<style>
span { border-color: #145BDB; }
span { border-color: rgb(20,91,219); }
td.TdClassName
{
border-color: #145BDB;
}
.TagClassName
{
border-color: #145BDB;
}
</style>