Shades of Navy Blue #1665EF
Tints of Navy Blue #1665EF
RGB
CMYK
RGB Variations
Color information
#1665EF (or 0x1665EF) is known color: Navy Blue. HEX triplet: 16, 65 and EF. RGB value is (22,101,239). Sum of RGB (Red+Green+Blue) = 22+101+239=362 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.08% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #1665EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1665EF is #E99A10. Grayscale: #5C5C5C. Windows color (decimal): -15309329 or 15688982. OLE color: 15688982.
HSL color Cylindrical-coordinate representation of color #1665EF: hue angle of 218.16º degrees, saturation: 0.87, 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 #1665EF is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 101 | 239 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.06 |
| HSL | 218.16º | 0.87% | 0.51% | - |
| HSV(B) | 218.16º | 0.91% | 0.94% | - |
| XYZ | 20.56 | 15.71 | 83.61 | - |
| YUV | 93.11 | 210.33 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 239 | 0.91 | 0.58 | 0 | 0.06 | 218.16 | 0.87 | 0.51 |
| Hex | 16 | 65 | EF | 5B | 3A | 0 | 6 | DA | 57 | 33 |
| Octal | 26 | 145 | 357 | 133 | 72 | 0 | 6 | 332 | 127 | 63 |
| Binary | 10110 | 1100101 | 11101111 | 1011011 | 111010 | 0 | 110 | 11011010 | 1010111 | 110011 |
Color Harmonies of #1665EF
Complementary color
Monochromatic Colors of #1665EF
Black with #1665EF
Text Example
Text Example
White with #1665EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665EF; }
p { color: rgb(22,101,239); }
H1.HeaderClassName
{
color: #1665EF;
}
.AnyTagClassName
{
color: #1665EF;
}
</style>
background-color css
<style>
a { background-color: #1665EF; }
a { background-color: rgb(22,101,239); }
div.DivClassName
{
background-color: #1665EF;
}
.BgClassName
{
background-color: #1665EF;
}
</style>
border-color css
<style>
span { border-color: #1665EF; }
span { border-color: rgb(22,101,239); }
td.TdClassName
{
border-color: #1665EF;
}
.TagClassName
{
border-color: #1665EF;
}
</style>