Shades of Navy Blue #1766EE
Tints of Navy Blue #1766EE
RGB
CMYK
RGB Variations
Color information
#1766EE (or 0x1766EE) is known color: Navy Blue. HEX triplet: 17, 66 and EE. RGB value is (23,102,238). Sum of RGB (Red+Green+Blue) = 23+102+238=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #1766EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1766EE is #E89911. Grayscale: #5D5D5D. Windows color (decimal): -15243538 or 15623703. OLE color: 15623703.
HSL color Cylindrical-coordinate representation of color #1766EE: 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.9%. Process color model (Four color, CMYK) of #1766EE is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 102 | 238 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.07 |
| HSL | 217.95º | 0.86% | 0.51% | - |
| HSV(B) | 217.95º | 0.9% | 0.93% | - |
| XYZ | 20.54 | 15.86 | 82.87 | - |
| YUV | 93.88 | 209.33 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 238 | 0.90 | 0.57 | 0 | 0.07 | 217.95 | 0.86 | 0.51 |
| Hex | 17 | 66 | EE | 5A | 39 | 0 | 7 | DA | 56 | 33 |
| Octal | 27 | 146 | 356 | 132 | 71 | 0 | 7 | 332 | 126 | 63 |
| Binary | 10111 | 1100110 | 11101110 | 1011010 | 111001 | 0 | 111 | 11011010 | 1010110 | 110011 |
Color Harmonies of #1766EE
Complementary color
Monochromatic Colors of #1766EE
Black with #1766EE
Text Example
Text Example
White with #1766EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1766EE; }
p { color: rgb(23,102,238); }
H1.HeaderClassName
{
color: #1766EE;
}
.AnyTagClassName
{
color: #1766EE;
}
</style>
background-color css
<style>
a { background-color: #1766EE; }
a { background-color: rgb(23,102,238); }
div.DivClassName
{
background-color: #1766EE;
}
.BgClassName
{
background-color: #1766EE;
}
</style>
border-color css
<style>
span { border-color: #1766EE; }
span { border-color: rgb(23,102,238); }
td.TdClassName
{
border-color: #1766EE;
}
.TagClassName
{
border-color: #1766EE;
}
</style>