Shades of Navy Blue #1465F3
Tints of Navy Blue #1465F3
RGB
CMYK
RGB Variations
Color information
#1465F3 (or 0x1465F3) is known color: Navy Blue. HEX triplet: 14, 65 and F3. RGB value is (20,101,243). Sum of RGB (Red+Green+Blue) = 20+101+243=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 243 (95.31% from 255 or 66.76% from 364); Max value from RGB is 243 - color contains mainly: blue. Hex color #1465F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1465F3 is #EB9A0C. Grayscale: #5C5C5C. Windows color (decimal): -15440397 or 15951124. OLE color: 15951124.
HSL color Cylindrical-coordinate representation of color #1465F3: hue angle of 218.21º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1465F3 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 101 | 243 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.05 |
| HSL | 218.21º | 0.9% | 0.52% | - |
| HSV(B) | 218.21º | 0.92% | 0.95% | - |
| XYZ | 21.12 | 15.93 | 86.76 | - |
| YUV | 92.97 | 212.66 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 243 | 0.92 | 0.58 | 0 | 0.05 | 218.21 | 0.9 | 0.52 |
| Hex | 14 | 65 | F3 | 5C | 3A | 0 | 5 | DA | 5A | 34 |
| Octal | 24 | 145 | 363 | 134 | 72 | 0 | 5 | 332 | 132 | 64 |
| Binary | 10100 | 1100101 | 11110011 | 1011100 | 111010 | 0 | 101 | 11011010 | 1011010 | 110100 |
Color Harmonies of #1465F3
Complementary color
Monochromatic Colors of #1465F3
Black with #1465F3
Text Example
Text Example
White with #1465F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1465F3; }
p { color: rgb(20,101,243); }
H1.HeaderClassName
{
color: #1465F3;
}
.AnyTagClassName
{
color: #1465F3;
}
</style>
background-color css
<style>
a { background-color: #1465F3; }
a { background-color: rgb(20,101,243); }
div.DivClassName
{
background-color: #1465F3;
}
.BgClassName
{
background-color: #1465F3;
}
</style>
border-color css
<style>
span { border-color: #1465F3; }
span { border-color: rgb(20,101,243); }
td.TdClassName
{
border-color: #1465F3;
}
.TagClassName
{
border-color: #1465F3;
}
</style>