Shades of Navy Blue #1768EC
Tints of Navy Blue #1768EC
RGB
CMYK
RGB Variations
Color information
#1768EC (or 0x1768EC) is known color: Navy Blue. HEX triplet: 17, 68 and EC. RGB value is (23,104,236). Sum of RGB (Red+Green+Blue) = 23+104+236=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #1768EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1768EC is #E89713. Grayscale: #5E5E5E. Windows color (decimal): -15243028 or 15493143. OLE color: 15493143.
HSL color Cylindrical-coordinate representation of color #1768EC: hue angle of 217.18º degrees, saturation: 0.85, 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 #1768EC is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 104 | 236 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.07 |
| HSL | 217.18º | 0.85% | 0.51% | - |
| HSV(B) | 217.18º | 0.9% | 0.93% | - |
| XYZ | 20.44 | 16.14 | 81.39 | - |
| YUV | 94.83 | 207.66 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 236 | 0.90 | 0.56 | 0 | 0.07 | 217.18 | 0.85 | 0.51 |
| Hex | 17 | 68 | EC | 5A | 38 | 0 | 7 | D9 | 55 | 33 |
| Octal | 27 | 150 | 354 | 132 | 70 | 0 | 7 | 331 | 125 | 63 |
| Binary | 10111 | 1101000 | 11101100 | 1011010 | 111000 | 0 | 111 | 11011001 | 1010101 | 110011 |
Color Harmonies of #1768EC
Complementary color
Monochromatic Colors of #1768EC
Black with #1768EC
Text Example
Text Example
White with #1768EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1768EC; }
p { color: rgb(23,104,236); }
H1.HeaderClassName
{
color: #1768EC;
}
.AnyTagClassName
{
color: #1768EC;
}
</style>
background-color css
<style>
a { background-color: #1768EC; }
a { background-color: rgb(23,104,236); }
div.DivClassName
{
background-color: #1768EC;
}
.BgClassName
{
background-color: #1768EC;
}
</style>
border-color css
<style>
span { border-color: #1768EC; }
span { border-color: rgb(23,104,236); }
td.TdClassName
{
border-color: #1768EC;
}
.TagClassName
{
border-color: #1768EC;
}
</style>