Shades of Navy Blue #1756E4
Tints of Navy Blue #1756E4
RGB
CMYK
RGB Variations
Color information
#1756E4 (or 0x1756E4) is known color: Navy Blue. HEX triplet: 17, 56 and E4. RGB value is (23,86,228). Sum of RGB (Red+Green+Blue) = 23+86+228=337 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.82% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 228 (89.45% from 255 or 67.66% from 337); Max value from RGB is 228 - color contains mainly: blue. Hex color #1756E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1756E4 is #E8A91B. Grayscale: #525252. Windows color (decimal): -15247644 or 14964247. OLE color: 14964247.
HSL color Cylindrical-coordinate representation of color #1756E4: hue angle of 221.56º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1756E4 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 86 | 228 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.11 |
| HSL | 221.56º | 0.82% | 0.49% | - |
| HSV(B) | 221.56º | 0.9% | 0.89% | - |
| XYZ | 17.68 | 12.44 | 74.87 | - |
| YUV | 83.35 | 209.63 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 228 | 0.90 | 0.62 | 0 | 0.11 | 221.56 | 0.82 | 0.49 |
| Hex | 17 | 56 | E4 | 5A | 3E | 0 | B | DE | 52 | 31 |
| Octal | 27 | 126 | 344 | 132 | 76 | 0 | 13 | 336 | 122 | 61 |
| Binary | 10111 | 1010110 | 11100100 | 1011010 | 111110 | 0 | 1011 | 11011110 | 1010010 | 110001 |
Color Harmonies of #1756E4
Complementary color
Monochromatic Colors of #1756E4
Black with #1756E4
Text Example
Text Example
White with #1756E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1756E4; }
p { color: rgb(23,86,228); }
H1.HeaderClassName
{
color: #1756E4;
}
.AnyTagClassName
{
color: #1756E4;
}
</style>
background-color css
<style>
a { background-color: #1756E4; }
a { background-color: rgb(23,86,228); }
div.DivClassName
{
background-color: #1756E4;
}
.BgClassName
{
background-color: #1756E4;
}
</style>
border-color css
<style>
span { border-color: #1756E4; }
span { border-color: rgb(23,86,228); }
td.TdClassName
{
border-color: #1756E4;
}
.TagClassName
{
border-color: #1756E4;
}
</style>