Shades of Navy Blue #1652E5
Tints of Navy Blue #1652E5
RGB
CMYK
RGB Variations
Color information
#1652E5 (or 0x1652E5) is known color: Navy Blue. HEX triplet: 16, 52 and E5. RGB value is (22,82,229). Sum of RGB (Red+Green+Blue) = 22+82+229=333 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.61% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 229 (89.84% from 255 or 68.77% from 333); Max value from RGB is 229 - color contains mainly: blue. Hex color #1652E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1652E5 is #E9AD1A. Grayscale: #505050. Windows color (decimal): -15314203 or 15028758. OLE color: 15028758.
HSL color Cylindrical-coordinate representation of color #1652E5: hue angle of 222.61º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1652E5 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 82 | 229 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.10 |
| HSL | 222.61º | 0.82% | 0.49% | - |
| HSV(B) | 222.61º | 0.9% | 0.9% | - |
| XYZ | 17.49 | 11.86 | 75.5 | - |
| YUV | 80.82 | 211.62 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 229 | 0.90 | 0.64 | 0 | 0.10 | 222.61 | 0.82 | 0.49 |
| Hex | 16 | 52 | E5 | 5A | 40 | 0 | A | DF | 52 | 31 |
| Octal | 26 | 122 | 345 | 132 | 100 | 0 | 12 | 337 | 122 | 61 |
| Binary | 10110 | 1010010 | 11100101 | 1011010 | 1000000 | 0 | 1010 | 11011111 | 1010010 | 110001 |
Color Harmonies of #1652E5
Complementary color
Monochromatic Colors of #1652E5
Black with #1652E5
Text Example
Text Example
White with #1652E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1652E5; }
p { color: rgb(22,82,229); }
H1.HeaderClassName
{
color: #1652E5;
}
.AnyTagClassName
{
color: #1652E5;
}
</style>
background-color css
<style>
a { background-color: #1652E5; }
a { background-color: rgb(22,82,229); }
div.DivClassName
{
background-color: #1652E5;
}
.BgClassName
{
background-color: #1652E5;
}
</style>
border-color css
<style>
span { border-color: #1652E5; }
span { border-color: rgb(22,82,229); }
td.TdClassName
{
border-color: #1652E5;
}
.TagClassName
{
border-color: #1652E5;
}
</style>