Shades of Navy Blue #1756EB
Tints of Navy Blue #1756EB
RGB
CMYK
RGB Variations
Color information
#1756EB (or 0x1756EB) is known color: Navy Blue. HEX triplet: 17, 56 and EB. RGB value is (23,86,235). Sum of RGB (Red+Green+Blue) = 23+86+235=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #1756EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1756EB is #E8A914. Grayscale: #535353. Windows color (decimal): -15247637 or 15422999. OLE color: 15422999.
HSL color Cylindrical-coordinate representation of color #1756EB: hue angle of 222.17º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1756EB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 86 | 235 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.08 |
| HSL | 222.17º | 0.84% | 0.51% | - |
| HSV(B) | 222.17º | 0.9% | 0.92% | - |
| XYZ | 18.68 | 12.84 | 80.09 | - |
| YUV | 84.15 | 213.13 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 235 | 0.90 | 0.63 | 0 | 0.08 | 222.17 | 0.84 | 0.51 |
| Hex | 17 | 56 | EB | 5A | 3F | 0 | 8 | DE | 54 | 33 |
| Octal | 27 | 126 | 353 | 132 | 77 | 0 | 10 | 336 | 124 | 63 |
| Binary | 10111 | 1010110 | 11101011 | 1011010 | 111111 | 0 | 1000 | 11011110 | 1010100 | 110011 |
Color Harmonies of #1756EB
Complementary color
Monochromatic Colors of #1756EB
Black with #1756EB
Text Example
Text Example
White with #1756EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1756EB; }
p { color: rgb(23,86,235); }
H1.HeaderClassName
{
color: #1756EB;
}
.AnyTagClassName
{
color: #1756EB;
}
</style>
background-color css
<style>
a { background-color: #1756EB; }
a { background-color: rgb(23,86,235); }
div.DivClassName
{
background-color: #1756EB;
}
.BgClassName
{
background-color: #1756EB;
}
</style>
border-color css
<style>
span { border-color: #1756EB; }
span { border-color: rgb(23,86,235); }
td.TdClassName
{
border-color: #1756EB;
}
.TagClassName
{
border-color: #1756EB;
}
</style>