Shades of Navy Blue #145BDD
Tints of Navy Blue #145BDD
RGB
CMYK
RGB Variations
Color information
#145BDD (or 0x145BDD) is known color: Navy Blue. HEX triplet: 14, 5B and DD. RGB value is (20,91,221). Sum of RGB (Red+Green+Blue) = 20+91+221=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #145BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BDD is #EBA422. Grayscale: #545454. Windows color (decimal): -15442979 or 14506772. OLE color: 14506772.
HSL color Cylindrical-coordinate representation of color #145BDD: hue angle of 218.81º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145BDD is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 91 | 221 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.13 |
| HSL | 218.81º | 0.83% | 0.47% | - |
| HSV(B) | 218.81º | 0.91% | 0.87% | - |
| XYZ | 17.08 | 12.85 | 69.99 | - |
| YUV | 84.59 | 204.98 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 221 | 0.91 | 0.59 | 0 | 0.13 | 218.81 | 0.83 | 0.47 |
| Hex | 14 | 5B | DD | 5B | 3B | 0 | D | DB | 53 | 2F |
| Octal | 24 | 133 | 335 | 133 | 73 | 0 | 15 | 333 | 123 | 57 |
| Binary | 10100 | 1011011 | 11011101 | 1011011 | 111011 | 0 | 1101 | 11011011 | 1010011 | 101111 |
Color Harmonies of #145BDD
Complementary color
Monochromatic Colors of #145BDD
Black with #145BDD
Text Example
Text Example
White with #145BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BDD; }
p { color: rgb(20,91,221); }
H1.HeaderClassName
{
color: #145BDD;
}
.AnyTagClassName
{
color: #145BDD;
}
</style>
background-color css
<style>
a { background-color: #145BDD; }
a { background-color: rgb(20,91,221); }
div.DivClassName
{
background-color: #145BDD;
}
.BgClassName
{
background-color: #145BDD;
}
</style>
border-color css
<style>
span { border-color: #145BDD; }
span { border-color: rgb(20,91,221); }
td.TdClassName
{
border-color: #145BDD;
}
.TagClassName
{
border-color: #145BDD;
}
</style>