Shades of Navy Blue #145BDA
Tints of Navy Blue #145BDA
RGB
CMYK
RGB Variations
Color information
#145BDA (or 0x145BDA) is known color: Navy Blue. HEX triplet: 14, 5B and DA. RGB value is (20,91,218). Sum of RGB (Red+Green+Blue) = 20+91+218=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #145BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BDA is #EBA425. Grayscale: #535353. Windows color (decimal): -15442982 or 14310164. OLE color: 14310164.
HSL color Cylindrical-coordinate representation of color #145BDA: hue angle of 218.48º 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 #145BDA is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 91 | 218 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.15 |
| HSL | 218.48º | 0.83% | 0.47% | - |
| HSV(B) | 218.48º | 0.91% | 0.85% | - |
| XYZ | 16.68 | 12.69 | 67.9 | - |
| YUV | 84.25 | 203.48 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 218 | 0.91 | 0.58 | 0 | 0.15 | 218.48 | 0.83 | 0.47 |
| Hex | 14 | 5B | DA | 5B | 3A | 0 | F | DA | 53 | 2F |
| Octal | 24 | 133 | 332 | 133 | 72 | 0 | 17 | 332 | 123 | 57 |
| Binary | 10100 | 1011011 | 11011010 | 1011011 | 111010 | 0 | 1111 | 11011010 | 1010011 | 101111 |
Color Harmonies of #145BDA
Complementary color
Monochromatic Colors of #145BDA
Black with #145BDA
Text Example
Text Example
White with #145BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BDA; }
p { color: rgb(20,91,218); }
H1.HeaderClassName
{
color: #145BDA;
}
.AnyTagClassName
{
color: #145BDA;
}
</style>
background-color css
<style>
a { background-color: #145BDA; }
a { background-color: rgb(20,91,218); }
div.DivClassName
{
background-color: #145BDA;
}
.BgClassName
{
background-color: #145BDA;
}
</style>
border-color css
<style>
span { border-color: #145BDA; }
span { border-color: rgb(20,91,218); }
td.TdClassName
{
border-color: #145BDA;
}
.TagClassName
{
border-color: #145BDA;
}
</style>