Shades of Navy Blue #1665ED
Tints of Navy Blue #1665ED
RGB
CMYK
RGB Variations
Color information
#1665ED (or 0x1665ED) is known color: Navy Blue. HEX triplet: 16, 65 and ED. RGB value is (22,101,237). Sum of RGB (Red+Green+Blue) = 22+101+237=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #1665ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1665ED is #E99A12. Grayscale: #5C5C5C. Windows color (decimal): -15309331 or 15557910. OLE color: 15557910.
HSL color Cylindrical-coordinate representation of color #1665ED: hue angle of 217.95º 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 #1665ED is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 101 | 237 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.07 |
| HSL | 217.95º | 0.86% | 0.51% | - |
| HSV(B) | 217.95º | 0.91% | 0.93% | - |
| XYZ | 20.27 | 15.59 | 82.06 | - |
| YUV | 92.88 | 209.33 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 237 | 0.91 | 0.57 | 0 | 0.07 | 217.95 | 0.86 | 0.51 |
| Hex | 16 | 65 | ED | 5B | 39 | 0 | 7 | DA | 56 | 33 |
| Octal | 26 | 145 | 355 | 133 | 71 | 0 | 7 | 332 | 126 | 63 |
| Binary | 10110 | 1100101 | 11101101 | 1011011 | 111001 | 0 | 111 | 11011010 | 1010110 | 110011 |
Color Harmonies of #1665ED
Complementary color
Monochromatic Colors of #1665ED
Black with #1665ED
Text Example
Text Example
White with #1665ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665ED; }
p { color: rgb(22,101,237); }
H1.HeaderClassName
{
color: #1665ED;
}
.AnyTagClassName
{
color: #1665ED;
}
</style>
background-color css
<style>
a { background-color: #1665ED; }
a { background-color: rgb(22,101,237); }
div.DivClassName
{
background-color: #1665ED;
}
.BgClassName
{
background-color: #1665ED;
}
</style>
border-color css
<style>
span { border-color: #1665ED; }
span { border-color: rgb(22,101,237); }
td.TdClassName
{
border-color: #1665ED;
}
.TagClassName
{
border-color: #1665ED;
}
</style>