Shades of Navy Blue #1461EB
Tints of Navy Blue #1461EB
RGB
CMYK
RGB Variations
Color information
#1461EB (or 0x1461EB) is known color: Navy Blue. HEX triplet: 14, 61 and EB. RGB value is (20,97,235). Sum of RGB (Red+Green+Blue) = 20+97+235=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #1461EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1461EB is #EB9E14. Grayscale: #595959. Windows color (decimal): -15441429 or 15425812. OLE color: 15425812.
HSL color Cylindrical-coordinate representation of color #1461EB: hue angle of 218.51º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1461EB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 97 | 235 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.08 |
| HSL | 218.51º | 0.84% | 0.5% | - |
| HSV(B) | 218.51º | 0.91% | 0.92% | - |
| XYZ | 19.56 | 14.7 | 80.4 | - |
| YUV | 89.71 | 209.99 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 235 | 0.91 | 0.59 | 0 | 0.08 | 218.51 | 0.84 | 0.5 |
| Hex | 14 | 61 | EB | 5B | 3B | 0 | 8 | DB | 54 | 32 |
| Octal | 24 | 141 | 353 | 133 | 73 | 0 | 10 | 333 | 124 | 62 |
| Binary | 10100 | 1100001 | 11101011 | 1011011 | 111011 | 0 | 1000 | 11011011 | 1010100 | 110010 |
Color Harmonies of #1461EB
Complementary color
Monochromatic Colors of #1461EB
Black with #1461EB
Text Example
Text Example
White with #1461EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1461EB; }
p { color: rgb(20,97,235); }
H1.HeaderClassName
{
color: #1461EB;
}
.AnyTagClassName
{
color: #1461EB;
}
</style>
background-color css
<style>
a { background-color: #1461EB; }
a { background-color: rgb(20,97,235); }
div.DivClassName
{
background-color: #1461EB;
}
.BgClassName
{
background-color: #1461EB;
}
</style>
border-color css
<style>
span { border-color: #1461EB; }
span { border-color: rgb(20,97,235); }
td.TdClassName
{
border-color: #1461EB;
}
.TagClassName
{
border-color: #1461EB;
}
</style>