Shades of Navy Blue #1661EA
Tints of Navy Blue #1661EA
RGB
CMYK
RGB Variations
Color information
#1661EA (or 0x1661EA) is known color: Navy Blue. HEX triplet: 16, 61 and EA. RGB value is (22,97,234). Sum of RGB (Red+Green+Blue) = 22+97+234=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #1661EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1661EA is #E99E15. Grayscale: #595959. Windows color (decimal): -15310358 or 15360278. OLE color: 15360278.
HSL color Cylindrical-coordinate representation of color #1661EA: hue angle of 218.77º degrees, saturation: 0.83, 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 #1661EA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 97 | 234 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.08 |
| HSL | 218.77º | 0.83% | 0.5% | - |
| HSV(B) | 218.77º | 0.91% | 0.92% | - |
| XYZ | 19.46 | 14.66 | 79.65 | - |
| YUV | 90.19 | 209.15 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 234 | 0.91 | 0.59 | 0 | 0.08 | 218.77 | 0.83 | 0.5 |
| Hex | 16 | 61 | EA | 5B | 3B | 0 | 8 | DB | 53 | 32 |
| Octal | 26 | 141 | 352 | 133 | 73 | 0 | 10 | 333 | 123 | 62 |
| Binary | 10110 | 1100001 | 11101010 | 1011011 | 111011 | 0 | 1000 | 11011011 | 1010011 | 110010 |
Color Harmonies of #1661EA
Complementary color
Monochromatic Colors of #1661EA
Black with #1661EA
Text Example
Text Example
White with #1661EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1661EA; }
p { color: rgb(22,97,234); }
H1.HeaderClassName
{
color: #1661EA;
}
.AnyTagClassName
{
color: #1661EA;
}
</style>
background-color css
<style>
a { background-color: #1661EA; }
a { background-color: rgb(22,97,234); }
div.DivClassName
{
background-color: #1661EA;
}
.BgClassName
{
background-color: #1661EA;
}
</style>
border-color css
<style>
span { border-color: #1661EA; }
span { border-color: rgb(22,97,234); }
td.TdClassName
{
border-color: #1661EA;
}
.TagClassName
{
border-color: #1661EA;
}
</style>