Shades of Navy Blue #145CDD
Tints of Navy Blue #145CDD
RGB
CMYK
RGB Variations
Color information
#145CDD (or 0x145CDD) is known color: Navy Blue. HEX triplet: 14, 5C and DD. RGB value is (20,92,221). Sum of RGB (Red+Green+Blue) = 20+92+221=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #145CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CDD is #EBA322. Grayscale: #545454. Windows color (decimal): -15442723 or 14507028. OLE color: 14507028.
HSL color Cylindrical-coordinate representation of color #145CDD: hue angle of 218.51º 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 #145CDD is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 92 | 221 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.13 |
| HSL | 218.51º | 0.83% | 0.47% | - |
| HSV(B) | 218.51º | 0.91% | 0.87% | - |
| XYZ | 17.17 | 13.02 | 70.02 | - |
| YUV | 85.18 | 204.65 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 221 | 0.91 | 0.58 | 0 | 0.13 | 218.51 | 0.83 | 0.47 |
| Hex | 14 | 5C | DD | 5B | 3A | 0 | D | DB | 53 | 2F |
| Octal | 24 | 134 | 335 | 133 | 72 | 0 | 15 | 333 | 123 | 57 |
| Binary | 10100 | 1011100 | 11011101 | 1011011 | 111010 | 0 | 1101 | 11011011 | 1010011 | 101111 |
Color Harmonies of #145CDD
Complementary color
Monochromatic Colors of #145CDD
Black with #145CDD
Text Example
Text Example
White with #145CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CDD; }
p { color: rgb(20,92,221); }
H1.HeaderClassName
{
color: #145CDD;
}
.AnyTagClassName
{
color: #145CDD;
}
</style>
background-color css
<style>
a { background-color: #145CDD; }
a { background-color: rgb(20,92,221); }
div.DivClassName
{
background-color: #145CDD;
}
.BgClassName
{
background-color: #145CDD;
}
</style>
border-color css
<style>
span { border-color: #145CDD; }
span { border-color: rgb(20,92,221); }
td.TdClassName
{
border-color: #145CDD;
}
.TagClassName
{
border-color: #145CDD;
}
</style>