Shades of Navy Blue #1652ED
Tints of Navy Blue #1652ED
RGB
CMYK
RGB Variations
Color information
#1652ED (or 0x1652ED) is known color: Navy Blue. HEX triplet: 16, 52 and ED. RGB value is (22,82,237). Sum of RGB (Red+Green+Blue) = 22+82+237=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #1652ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1652ED is #E9AD12. Grayscale: #515151. Windows color (decimal): -15314195 or 15553046. OLE color: 15553046.
HSL color Cylindrical-coordinate representation of color #1652ED: hue angle of 223.26º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1652ED is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 82 | 237 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.07 |
| HSL | 223.26º | 0.86% | 0.51% | - |
| HSV(B) | 223.26º | 0.91% | 0.93% | - |
| XYZ | 18.63 | 12.32 | 81.52 | - |
| YUV | 81.73 | 215.62 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 237 | 0.91 | 0.65 | 0 | 0.07 | 223.26 | 0.86 | 0.51 |
| Hex | 16 | 52 | ED | 5B | 41 | 0 | 7 | DF | 56 | 33 |
| Octal | 26 | 122 | 355 | 133 | 101 | 0 | 7 | 337 | 126 | 63 |
| Binary | 10110 | 1010010 | 11101101 | 1011011 | 1000001 | 0 | 111 | 11011111 | 1010110 | 110011 |
Color Harmonies of #1652ED
Complementary color
Monochromatic Colors of #1652ED
Black with #1652ED
Text Example
Text Example
White with #1652ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1652ED; }
p { color: rgb(22,82,237); }
H1.HeaderClassName
{
color: #1652ED;
}
.AnyTagClassName
{
color: #1652ED;
}
</style>
background-color css
<style>
a { background-color: #1652ED; }
a { background-color: rgb(22,82,237); }
div.DivClassName
{
background-color: #1652ED;
}
.BgClassName
{
background-color: #1652ED;
}
</style>
border-color css
<style>
span { border-color: #1652ED; }
span { border-color: rgb(22,82,237); }
td.TdClassName
{
border-color: #1652ED;
}
.TagClassName
{
border-color: #1652ED;
}
</style>