Shades of Navy Blue #1461D5
Tints of Navy Blue #1461D5
RGB
CMYK
RGB Variations
Color information
#1461D5 (or 0x1461D5) is known color: Navy Blue. HEX triplet: 14, 61 and D5. RGB value is (20,97,213). Sum of RGB (Red+Green+Blue) = 20+97+213=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #1461D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1461D5 is #EB9E2A. Grayscale: #565656. Windows color (decimal): -15441451 or 13984020. OLE color: 13984020.
HSL color Cylindrical-coordinate representation of color #1461D5: hue angle of 216.06º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1461D5 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 97 | 213 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.16 |
| HSL | 216.06º | 0.83% | 0.46% | - |
| HSV(B) | 216.06º | 0.91% | 0.84% | - |
| XYZ | 16.57 | 13.5 | 64.68 | - |
| YUV | 87.2 | 198.99 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 213 | 0.91 | 0.54 | 0 | 0.16 | 216.06 | 0.83 | 0.46 |
| Hex | 14 | 61 | D5 | 5B | 36 | 0 | 10 | D8 | 53 | 2E |
| Octal | 24 | 141 | 325 | 133 | 66 | 0 | 20 | 330 | 123 | 56 |
| Binary | 10100 | 1100001 | 11010101 | 1011011 | 110110 | 0 | 10000 | 11011000 | 1010011 | 101110 |
Color Harmonies of #1461D5
Complementary color
Monochromatic Colors of #1461D5
Black with #1461D5
Text Example
Text Example
White with #1461D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1461D5; }
p { color: rgb(20,97,213); }
H1.HeaderClassName
{
color: #1461D5;
}
.AnyTagClassName
{
color: #1461D5;
}
</style>
background-color css
<style>
a { background-color: #1461D5; }
a { background-color: rgb(20,97,213); }
div.DivClassName
{
background-color: #1461D5;
}
.BgClassName
{
background-color: #1461D5;
}
</style>
border-color css
<style>
span { border-color: #1461D5; }
span { border-color: rgb(20,97,213); }
td.TdClassName
{
border-color: #1461D5;
}
.TagClassName
{
border-color: #1461D5;
}
</style>