Shades of Navy Blue #1758EB
Tints of Navy Blue #1758EB
RGB
CMYK
RGB Variations
Color information
#1758EB (or 0x1758EB) is known color: Navy Blue. HEX triplet: 17, 58 and EB. RGB value is (23,88,235). Sum of RGB (Red+Green+Blue) = 23+88+235=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #1758EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1758EB is #E8A714. Grayscale: #545454. Windows color (decimal): -15247125 or 15423511. OLE color: 15423511.
HSL color Cylindrical-coordinate representation of color #1758EB: hue angle of 221.6º 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 #1758EB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 88 | 235 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.08 |
| HSL | 221.6º | 0.84% | 0.51% | - |
| HSV(B) | 221.6º | 0.9% | 0.92% | - |
| XYZ | 18.84 | 13.16 | 80.14 | - |
| YUV | 85.32 | 212.47 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 235 | 0.90 | 0.63 | 0 | 0.08 | 221.6 | 0.84 | 0.51 |
| Hex | 17 | 58 | EB | 5A | 3F | 0 | 8 | DE | 54 | 33 |
| Octal | 27 | 130 | 353 | 132 | 77 | 0 | 10 | 336 | 124 | 63 |
| Binary | 10111 | 1011000 | 11101011 | 1011010 | 111111 | 0 | 1000 | 11011110 | 1010100 | 110011 |
Color Harmonies of #1758EB
Complementary color
Monochromatic Colors of #1758EB
Black with #1758EB
Text Example
Text Example
White with #1758EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1758EB; }
p { color: rgb(23,88,235); }
H1.HeaderClassName
{
color: #1758EB;
}
.AnyTagClassName
{
color: #1758EB;
}
</style>
background-color css
<style>
a { background-color: #1758EB; }
a { background-color: rgb(23,88,235); }
div.DivClassName
{
background-color: #1758EB;
}
.BgClassName
{
background-color: #1758EB;
}
</style>
border-color css
<style>
span { border-color: #1758EB; }
span { border-color: rgb(23,88,235); }
td.TdClassName
{
border-color: #1758EB;
}
.TagClassName
{
border-color: #1758EB;
}
</style>