Shades of Navy Blue #1661DF
Tints of Navy Blue #1661DF
RGB
CMYK
RGB Variations
Color information
#1661DF (or 0x1661DF) is known color: Navy Blue. HEX triplet: 16, 61 and DF. RGB value is (22,97,223). Sum of RGB (Red+Green+Blue) = 22+97+223=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #1661DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1661DF is #E99E20. Grayscale: #585858. Windows color (decimal): -15310369 or 14639382. OLE color: 14639382.
HSL color Cylindrical-coordinate representation of color #1661DF: hue angle of 217.61º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1661DF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 97 | 223 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.13 |
| HSL | 217.61º | 0.82% | 0.48% | - |
| HSV(B) | 217.61º | 0.9% | 0.87% | - |
| XYZ | 17.92 | 14.05 | 71.58 | - |
| YUV | 88.94 | 203.65 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 223 | 0.90 | 0.57 | 0 | 0.13 | 217.61 | 0.82 | 0.48 |
| Hex | 16 | 61 | DF | 5A | 39 | 0 | D | DA | 52 | 30 |
| Octal | 26 | 141 | 337 | 132 | 71 | 0 | 15 | 332 | 122 | 60 |
| Binary | 10110 | 1100001 | 11011111 | 1011010 | 111001 | 0 | 1101 | 11011010 | 1010010 | 110000 |
Color Harmonies of #1661DF
Complementary color
Monochromatic Colors of #1661DF
Black with #1661DF
Text Example
Text Example
White with #1661DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1661DF; }
p { color: rgb(22,97,223); }
H1.HeaderClassName
{
color: #1661DF;
}
.AnyTagClassName
{
color: #1661DF;
}
</style>
background-color css
<style>
a { background-color: #1661DF; }
a { background-color: rgb(22,97,223); }
div.DivClassName
{
background-color: #1661DF;
}
.BgClassName
{
background-color: #1661DF;
}
</style>
border-color css
<style>
span { border-color: #1661DF; }
span { border-color: rgb(22,97,223); }
td.TdClassName
{
border-color: #1661DF;
}
.TagClassName
{
border-color: #1661DF;
}
</style>