Shades of Navy Blue #145DF1
Tints of Navy Blue #145DF1
RGB
CMYK
RGB Variations
Color information
#145DF1 (or 0x145DF1) is known color: Navy Blue. HEX triplet: 14, 5D and F1. RGB value is (20,93,241). Sum of RGB (Red+Green+Blue) = 20+93+241=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #145DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145DF1 is #EBA20E. Grayscale: #575757. Windows color (decimal): -15442447 or 15818004. OLE color: 15818004.
HSL color Cylindrical-coordinate representation of color #145DF1: hue angle of 220.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145DF1 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 93 | 241 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.05 |
| HSL | 220.18º | 0.89% | 0.51% | - |
| HSV(B) | 220.18º | 0.92% | 0.95% | - |
| XYZ | 20.08 | 14.33 | 84.93 | - |
| YUV | 88.05 | 214.32 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 241 | 0.92 | 0.61 | 0 | 0.05 | 220.18 | 0.89 | 0.51 |
| Hex | 14 | 5D | F1 | 5C | 3D | 0 | 5 | DC | 59 | 33 |
| Octal | 24 | 135 | 361 | 134 | 75 | 0 | 5 | 334 | 131 | 63 |
| Binary | 10100 | 1011101 | 11110001 | 1011100 | 111101 | 0 | 101 | 11011100 | 1011001 | 110011 |
Color Harmonies of #145DF1
Complementary color
Monochromatic Colors of #145DF1
Black with #145DF1
Text Example
Text Example
White with #145DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145DF1; }
p { color: rgb(20,93,241); }
H1.HeaderClassName
{
color: #145DF1;
}
.AnyTagClassName
{
color: #145DF1;
}
</style>
background-color css
<style>
a { background-color: #145DF1; }
a { background-color: rgb(20,93,241); }
div.DivClassName
{
background-color: #145DF1;
}
.BgClassName
{
background-color: #145DF1;
}
</style>
border-color css
<style>
span { border-color: #145DF1; }
span { border-color: rgb(20,93,241); }
td.TdClassName
{
border-color: #145DF1;
}
.TagClassName
{
border-color: #145DF1;
}
</style>