Shades of Navy Blue #145CF6
Tints of Navy Blue #145CF6
RGB
CMYK
RGB Variations
Color information
#145CF6 (or 0x145CF6) is known color: Navy Blue. HEX triplet: 14, 5C and F6. RGB value is (20,92,246). Sum of RGB (Red+Green+Blue) = 20+92+246=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 246 (96.48% from 255 or 68.72% from 358); Max value from RGB is 246 - color contains mainly: blue. Hex color #145CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145CF6 is #EBA309. Grayscale: #575757. Windows color (decimal): -15442698 or 16145428. OLE color: 16145428.
HSL color Cylindrical-coordinate representation of color #145CF6: hue angle of 220.88º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145CF6 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 92 | 246 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.04 |
| HSL | 220.89º | 0.93% | 0.52% | - |
| HSV(B) | 220.89º | 0.92% | 0.96% | - |
| XYZ | 20.75 | 14.46 | 88.89 | - |
| YUV | 88.03 | 217.15 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 246 | 0.92 | 0.63 | 0 | 0.04 | 220.89 | 0.93 | 0.52 |
| Hex | 14 | 5C | F6 | 5C | 3F | 0 | 4 | DD | 5D | 34 |
| Octal | 24 | 134 | 366 | 134 | 77 | 0 | 4 | 335 | 135 | 64 |
| Binary | 10100 | 1011100 | 11110110 | 1011100 | 111111 | 0 | 100 | 11011101 | 1011101 | 110100 |
Color Harmonies of #145CF6
Complementary color
Monochromatic Colors of #145CF6
Black with #145CF6
Text Example
Text Example
White with #145CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CF6; }
p { color: rgb(20,92,246); }
H1.HeaderClassName
{
color: #145CF6;
}
.AnyTagClassName
{
color: #145CF6;
}
</style>
background-color css
<style>
a { background-color: #145CF6; }
a { background-color: rgb(20,92,246); }
div.DivClassName
{
background-color: #145CF6;
}
.BgClassName
{
background-color: #145CF6;
}
</style>
border-color css
<style>
span { border-color: #145CF6; }
span { border-color: rgb(20,92,246); }
td.TdClassName
{
border-color: #145CF6;
}
.TagClassName
{
border-color: #145CF6;
}
</style>