Shades of Navy Blue #1465F2
Tints of Navy Blue #1465F2
RGB
CMYK
RGB Variations
Color information
#1465F2 (or 0x1465F2) is known color: Navy Blue. HEX triplet: 14, 65 and F2. RGB value is (20,101,242). Sum of RGB (Red+Green+Blue) = 20+101+242=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 242 (94.92% from 255 or 66.67% from 363); Max value from RGB is 242 - color contains mainly: blue. Hex color #1465F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1465F2 is #EB9A0D. Grayscale: #5C5C5C. Windows color (decimal): -15440398 or 15885588. OLE color: 15885588.
HSL color Cylindrical-coordinate representation of color #1465F2: hue angle of 218.11º 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 #1465F2 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 101 | 242 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.05 |
| HSL | 218.11º | 0.9% | 0.51% | - |
| HSV(B) | 218.11º | 0.92% | 0.95% | - |
| XYZ | 20.97 | 15.87 | 85.96 | - |
| YUV | 92.86 | 212.16 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 242 | 0.92 | 0.58 | 0 | 0.05 | 218.11 | 0.9 | 0.51 |
| Hex | 14 | 65 | F2 | 5C | 3A | 0 | 5 | DA | 5A | 33 |
| Octal | 24 | 145 | 362 | 134 | 72 | 0 | 5 | 332 | 132 | 63 |
| Binary | 10100 | 1100101 | 11110010 | 1011100 | 111010 | 0 | 101 | 11011010 | 1011010 | 110011 |
Color Harmonies of #1465F2
Complementary color
Monochromatic Colors of #1465F2
Black with #1465F2
Text Example
Text Example
White with #1465F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1465F2; }
p { color: rgb(20,101,242); }
H1.HeaderClassName
{
color: #1465F2;
}
.AnyTagClassName
{
color: #1465F2;
}
</style>
background-color css
<style>
a { background-color: #1465F2; }
a { background-color: rgb(20,101,242); }
div.DivClassName
{
background-color: #1465F2;
}
.BgClassName
{
background-color: #1465F2;
}
</style>
border-color css
<style>
span { border-color: #1465F2; }
span { border-color: rgb(20,101,242); }
td.TdClassName
{
border-color: #1465F2;
}
.TagClassName
{
border-color: #1465F2;
}
</style>