Shades of Navy Blue #145CE6
Tints of Navy Blue #145CE6
RGB
CMYK
RGB Variations
Color information
#145CE6 (or 0x145CE6) is known color: Navy Blue. HEX triplet: 14, 5C and E6. RGB value is (20,92,230). Sum of RGB (Red+Green+Blue) = 20+92+230=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 230 (90.23% from 255 or 67.25% from 342); Max value from RGB is 230 - color contains mainly: blue. Hex color #145CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145CE6 is #EBA319. Grayscale: #555555. Windows color (decimal): -15442714 or 15096852. OLE color: 15096852.
HSL color Cylindrical-coordinate representation of color #145CE6: hue angle of 219.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145CE6 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 92 | 230 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.10 |
| HSL | 219.43º | 0.84% | 0.49% | - |
| HSV(B) | 219.43º | 0.91% | 0.9% | - |
| XYZ | 18.4 | 13.52 | 76.5 | - |
| YUV | 86.2 | 209.15 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 230 | 0.91 | 0.60 | 0 | 0.10 | 219.43 | 0.84 | 0.49 |
| Hex | 14 | 5C | E6 | 5B | 3C | 0 | A | DB | 54 | 31 |
| Octal | 24 | 134 | 346 | 133 | 74 | 0 | 12 | 333 | 124 | 61 |
| Binary | 10100 | 1011100 | 11100110 | 1011011 | 111100 | 0 | 1010 | 11011011 | 1010100 | 110001 |
Color Harmonies of #145CE6
Complementary color
Monochromatic Colors of #145CE6
Black with #145CE6
Text Example
Text Example
White with #145CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CE6; }
p { color: rgb(20,92,230); }
H1.HeaderClassName
{
color: #145CE6;
}
.AnyTagClassName
{
color: #145CE6;
}
</style>
background-color css
<style>
a { background-color: #145CE6; }
a { background-color: rgb(20,92,230); }
div.DivClassName
{
background-color: #145CE6;
}
.BgClassName
{
background-color: #145CE6;
}
</style>
border-color css
<style>
span { border-color: #145CE6; }
span { border-color: rgb(20,92,230); }
td.TdClassName
{
border-color: #145CE6;
}
.TagClassName
{
border-color: #145CE6;
}
</style>