Shades of Navy Blue #145AF2
Tints of Navy Blue #145AF2
RGB
CMYK
RGB Variations
Color information
#145AF2 (or 0x145AF2) is known color: Navy Blue. HEX triplet: 14, 5A and F2. RGB value is (20,90,242). Sum of RGB (Red+Green+Blue) = 20+90+242=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #145AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145AF2 is #EBA50D. Grayscale: #555555. Windows color (decimal): -15443214 or 15882772. OLE color: 15882772.
HSL color Cylindrical-coordinate representation of color #145AF2: hue angle of 221.08º degrees, saturation: 0.9, 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 #145AF2 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 90 | 242 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.05 |
| HSL | 221.08º | 0.9% | 0.51% | - |
| HSV(B) | 221.08º | 0.92% | 0.95% | - |
| XYZ | 19.97 | 13.87 | 85.63 | - |
| YUV | 86.4 | 215.81 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 242 | 0.92 | 0.63 | 0 | 0.05 | 221.08 | 0.9 | 0.51 |
| Hex | 14 | 5A | F2 | 5C | 3F | 0 | 5 | DD | 5A | 33 |
| Octal | 24 | 132 | 362 | 134 | 77 | 0 | 5 | 335 | 132 | 63 |
| Binary | 10100 | 1011010 | 11110010 | 1011100 | 111111 | 0 | 101 | 11011101 | 1011010 | 110011 |
Color Harmonies of #145AF2
Complementary color
Monochromatic Colors of #145AF2
Black with #145AF2
Text Example
Text Example
White with #145AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145AF2; }
p { color: rgb(20,90,242); }
H1.HeaderClassName
{
color: #145AF2;
}
.AnyTagClassName
{
color: #145AF2;
}
</style>
background-color css
<style>
a { background-color: #145AF2; }
a { background-color: rgb(20,90,242); }
div.DivClassName
{
background-color: #145AF2;
}
.BgClassName
{
background-color: #145AF2;
}
</style>
border-color css
<style>
span { border-color: #145AF2; }
span { border-color: rgb(20,90,242); }
td.TdClassName
{
border-color: #145AF2;
}
.TagClassName
{
border-color: #145AF2;
}
</style>