Shades of Navy Blue #1755ED
Tints of Navy Blue #1755ED
RGB
CMYK
RGB Variations
Color information
#1755ED (or 0x1755ED) is known color: Navy Blue. HEX triplet: 17, 55 and ED. RGB value is (23,85,237). Sum of RGB (Red+Green+Blue) = 23+85+237=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #1755ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1755ED is #E8AA12. Grayscale: #535353. Windows color (decimal): -15247891 or 15553815. OLE color: 15553815.
HSL color Cylindrical-coordinate representation of color #1755ED: hue angle of 222.62º 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 #1755ED is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 85 | 237 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.07 |
| HSL | 222.62º | 0.86% | 0.51% | - |
| HSV(B) | 222.62º | 0.9% | 0.93% | - |
| XYZ | 18.89 | 12.79 | 81.59 | - |
| YUV | 83.79 | 214.46 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 237 | 0.90 | 0.64 | 0 | 0.07 | 222.62 | 0.86 | 0.51 |
| Hex | 17 | 55 | ED | 5A | 40 | 0 | 7 | DF | 56 | 33 |
| Octal | 27 | 125 | 355 | 132 | 100 | 0 | 7 | 337 | 126 | 63 |
| Binary | 10111 | 1010101 | 11101101 | 1011010 | 1000000 | 0 | 111 | 11011111 | 1010110 | 110011 |
Color Harmonies of #1755ED
Complementary color
Monochromatic Colors of #1755ED
Black with #1755ED
Text Example
Text Example
White with #1755ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1755ED; }
p { color: rgb(23,85,237); }
H1.HeaderClassName
{
color: #1755ED;
}
.AnyTagClassName
{
color: #1755ED;
}
</style>
background-color css
<style>
a { background-color: #1755ED; }
a { background-color: rgb(23,85,237); }
div.DivClassName
{
background-color: #1755ED;
}
.BgClassName
{
background-color: #1755ED;
}
</style>
border-color css
<style>
span { border-color: #1755ED; }
span { border-color: rgb(23,85,237); }
td.TdClassName
{
border-color: #1755ED;
}
.TagClassName
{
border-color: #1755ED;
}
</style>