Shades of Navy Blue #1758EE
Tints of Navy Blue #1758EE
RGB
CMYK
RGB Variations
Color information
#1758EE (or 0x1758EE) is known color: Navy Blue. HEX triplet: 17, 58 and EE. RGB value is (23,88,238). Sum of RGB (Red+Green+Blue) = 23+88+238=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #1758EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1758EE is #E8A711. Grayscale: #555555. Windows color (decimal): -15247122 or 15620119. OLE color: 15620119.
HSL color Cylindrical-coordinate representation of color #1758EE: hue angle of 221.86º 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 #1758EE is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 88 | 238 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.07 |
| HSL | 221.86º | 0.86% | 0.51% | - |
| HSV(B) | 221.86º | 0.9% | 0.93% | - |
| XYZ | 19.28 | 13.33 | 82.45 | - |
| YUV | 85.67 | 213.97 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 238 | 0.90 | 0.63 | 0 | 0.07 | 221.86 | 0.86 | 0.51 |
| Hex | 17 | 58 | EE | 5A | 3F | 0 | 7 | DE | 56 | 33 |
| Octal | 27 | 130 | 356 | 132 | 77 | 0 | 7 | 336 | 126 | 63 |
| Binary | 10111 | 1011000 | 11101110 | 1011010 | 111111 | 0 | 111 | 11011110 | 1010110 | 110011 |
Color Harmonies of #1758EE
Complementary color
Monochromatic Colors of #1758EE
Black with #1758EE
Text Example
Text Example
White with #1758EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1758EE; }
p { color: rgb(23,88,238); }
H1.HeaderClassName
{
color: #1758EE;
}
.AnyTagClassName
{
color: #1758EE;
}
</style>
background-color css
<style>
a { background-color: #1758EE; }
a { background-color: rgb(23,88,238); }
div.DivClassName
{
background-color: #1758EE;
}
.BgClassName
{
background-color: #1758EE;
}
</style>
border-color css
<style>
span { border-color: #1758EE; }
span { border-color: rgb(23,88,238); }
td.TdClassName
{
border-color: #1758EE;
}
.TagClassName
{
border-color: #1758EE;
}
</style>