Shades of Navy Blue #1651F0
Tints of Navy Blue #1651F0
RGB
CMYK
RGB Variations
Color information
#1651F0 (or 0x1651F0) is known color: Navy Blue. HEX triplet: 16, 51 and F0. RGB value is (22,81,240). Sum of RGB (Red+Green+Blue) = 22+81+240=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 240 (94.14% from 255 or 69.97% from 343); Max value from RGB is 240 - color contains mainly: blue. Hex color #1651F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1651F0 is #E9AE0F. Grayscale: #505050. Windows color (decimal): -15314448 or 15749398. OLE color: 15749398.
HSL color Cylindrical-coordinate representation of color #1651F0: hue angle of 223.76º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1651F0 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 81 | 240 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.06 |
| HSL | 223.76º | 0.88% | 0.51% | - |
| HSV(B) | 223.76º | 0.91% | 0.94% | - |
| XYZ | 19 | 12.35 | 83.82 | - |
| YUV | 81.49 | 217.45 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 240 | 0.91 | 0.66 | 0 | 0.06 | 223.76 | 0.88 | 0.51 |
| Hex | 16 | 51 | F0 | 5B | 42 | 0 | 6 | E0 | 58 | 33 |
| Octal | 26 | 121 | 360 | 133 | 102 | 0 | 6 | 340 | 130 | 63 |
| Binary | 10110 | 1010001 | 11110000 | 1011011 | 1000010 | 0 | 110 | 11100000 | 1011000 | 110011 |
Color Harmonies of #1651F0
Complementary color
Monochromatic Colors of #1651F0
Black with #1651F0
Text Example
Text Example
White with #1651F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1651F0; }
p { color: rgb(22,81,240); }
H1.HeaderClassName
{
color: #1651F0;
}
.AnyTagClassName
{
color: #1651F0;
}
</style>
background-color css
<style>
a { background-color: #1651F0; }
a { background-color: rgb(22,81,240); }
div.DivClassName
{
background-color: #1651F0;
}
.BgClassName
{
background-color: #1651F0;
}
</style>
border-color css
<style>
span { border-color: #1651F0; }
span { border-color: rgb(22,81,240); }
td.TdClassName
{
border-color: #1651F0;
}
.TagClassName
{
border-color: #1651F0;
}
</style>