Shades of Navy Blue #145CDC
Tints of Navy Blue #145CDC
RGB
CMYK
RGB Variations
Color information
#145CDC (or 0x145CDC) is known color: Navy Blue. HEX triplet: 14, 5C and DC. RGB value is (20,92,220). Sum of RGB (Red+Green+Blue) = 20+92+220=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #145CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CDC is #EBA323. Grayscale: #545454. Windows color (decimal): -15442724 or 14441492. OLE color: 14441492.
HSL color Cylindrical-coordinate representation of color #145CDC: hue angle of 218.4º 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 #145CDC is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 92 | 220 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.14 |
| HSL | 218.4º | 0.83% | 0.47% | - |
| HSV(B) | 218.4º | 0.91% | 0.86% | - |
| XYZ | 17.03 | 12.97 | 69.32 | - |
| YUV | 85.06 | 204.15 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 220 | 0.91 | 0.58 | 0 | 0.14 | 218.4 | 0.83 | 0.47 |
| Hex | 14 | 5C | DC | 5B | 3A | 0 | E | DA | 53 | 2F |
| Octal | 24 | 134 | 334 | 133 | 72 | 0 | 16 | 332 | 123 | 57 |
| Binary | 10100 | 1011100 | 11011100 | 1011011 | 111010 | 0 | 1110 | 11011010 | 1010011 | 101111 |
Color Harmonies of #145CDC
Complementary color
Monochromatic Colors of #145CDC
Black with #145CDC
Text Example
Text Example
White with #145CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CDC; }
p { color: rgb(20,92,220); }
H1.HeaderClassName
{
color: #145CDC;
}
.AnyTagClassName
{
color: #145CDC;
}
</style>
background-color css
<style>
a { background-color: #145CDC; }
a { background-color: rgb(20,92,220); }
div.DivClassName
{
background-color: #145CDC;
}
.BgClassName
{
background-color: #145CDC;
}
</style>
border-color css
<style>
span { border-color: #145CDC; }
span { border-color: rgb(20,92,220); }
td.TdClassName
{
border-color: #145CDC;
}
.TagClassName
{
border-color: #145CDC;
}
</style>