Shades of Navy Blue #1465DD
Tints of Navy Blue #1465DD
RGB
CMYK
RGB Variations
Color information
#1465DD (or 0x1465DD) is known color: Navy Blue. HEX triplet: 14, 65 and DD. RGB value is (20,101,221). Sum of RGB (Red+Green+Blue) = 20+101+221=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #1465DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1465DD is #EB9A22. Grayscale: #595959. Windows color (decimal): -15440419 or 14509332. OLE color: 14509332.
HSL color Cylindrical-coordinate representation of color #1465DD: hue angle of 215.82º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1465DD is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 101 | 221 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.13 |
| HSL | 215.82º | 0.83% | 0.47% | - |
| HSV(B) | 215.82º | 0.91% | 0.87% | - |
| XYZ | 17.99 | 14.68 | 70.29 | - |
| YUV | 90.46 | 201.66 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 221 | 0.91 | 0.54 | 0 | 0.13 | 215.82 | 0.83 | 0.47 |
| Hex | 14 | 65 | DD | 5B | 36 | 0 | D | D8 | 53 | 2F |
| Octal | 24 | 145 | 335 | 133 | 66 | 0 | 15 | 330 | 123 | 57 |
| Binary | 10100 | 1100101 | 11011101 | 1011011 | 110110 | 0 | 1101 | 11011000 | 1010011 | 101111 |
Color Harmonies of #1465DD
Complementary color
Monochromatic Colors of #1465DD
Black with #1465DD
Text Example
Text Example
White with #1465DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1465DD; }
p { color: rgb(20,101,221); }
H1.HeaderClassName
{
color: #1465DD;
}
.AnyTagClassName
{
color: #1465DD;
}
</style>
background-color css
<style>
a { background-color: #1465DD; }
a { background-color: rgb(20,101,221); }
div.DivClassName
{
background-color: #1465DD;
}
.BgClassName
{
background-color: #1465DD;
}
</style>
border-color css
<style>
span { border-color: #1465DD; }
span { border-color: rgb(20,101,221); }
td.TdClassName
{
border-color: #1465DD;
}
.TagClassName
{
border-color: #1465DD;
}
</style>