Shades of Navy Blue #145CE0
Tints of Navy Blue #145CE0
RGB
CMYK
RGB Variations
Color information
#145CE0 (or 0x145CE0) is known color: Navy Blue. HEX triplet: 14, 5C and E0. RGB value is (20,92,224). Sum of RGB (Red+Green+Blue) = 20+92+224=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #145CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CE0 is #EBA31F. Grayscale: #545454. Windows color (decimal): -15442720 or 14703636. OLE color: 14703636.
HSL color Cylindrical-coordinate representation of color #145CE0: hue angle of 218.82º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145CE0 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 92 | 224 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.12 |
| HSL | 218.82º | 0.84% | 0.48% | - |
| HSV(B) | 218.82º | 0.91% | 0.88% | - |
| XYZ | 17.57 | 13.18 | 72.14 | - |
| YUV | 85.52 | 206.15 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 224 | 0.91 | 0.59 | 0 | 0.12 | 218.82 | 0.84 | 0.48 |
| Hex | 14 | 5C | E0 | 5B | 3B | 0 | C | DB | 54 | 30 |
| Octal | 24 | 134 | 340 | 133 | 73 | 0 | 14 | 333 | 124 | 60 |
| Binary | 10100 | 1011100 | 11100000 | 1011011 | 111011 | 0 | 1100 | 11011011 | 1010100 | 110000 |
Color Harmonies of #145CE0
Complementary color
Monochromatic Colors of #145CE0
Black with #145CE0
Text Example
Text Example
White with #145CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CE0; }
p { color: rgb(20,92,224); }
H1.HeaderClassName
{
color: #145CE0;
}
.AnyTagClassName
{
color: #145CE0;
}
</style>
background-color css
<style>
a { background-color: #145CE0; }
a { background-color: rgb(20,92,224); }
div.DivClassName
{
background-color: #145CE0;
}
.BgClassName
{
background-color: #145CE0;
}
</style>
border-color css
<style>
span { border-color: #145CE0; }
span { border-color: rgb(20,92,224); }
td.TdClassName
{
border-color: #145CE0;
}
.TagClassName
{
border-color: #145CE0;
}
</style>