Shades of Navy Blue #1752EA
Tints of Navy Blue #1752EA
RGB
CMYK
RGB Variations
Color information
#1752EA (or 0x1752EA) is known color: Navy Blue. HEX triplet: 17, 52 and EA. RGB value is (23,82,234). Sum of RGB (Red+Green+Blue) = 23+82+234=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #1752EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1752EA is #E8AD15. Grayscale: #515151. Windows color (decimal): -15248662 or 15356439. OLE color: 15356439.
HSL color Cylindrical-coordinate representation of color #1752EA: hue angle of 223.22º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1752EA is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 82 | 234 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.08 |
| HSL | 223.22º | 0.83% | 0.5% | - |
| HSV(B) | 223.22º | 0.9% | 0.92% | - |
| XYZ | 18.22 | 12.16 | 79.23 | - |
| YUV | 81.69 | 213.95 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 234 | 0.90 | 0.65 | 0 | 0.08 | 223.22 | 0.83 | 0.5 |
| Hex | 17 | 52 | EA | 5A | 41 | 0 | 8 | DF | 53 | 32 |
| Octal | 27 | 122 | 352 | 132 | 101 | 0 | 10 | 337 | 123 | 62 |
| Binary | 10111 | 1010010 | 11101010 | 1011010 | 1000001 | 0 | 1000 | 11011111 | 1010011 | 110010 |
Color Harmonies of #1752EA
Complementary color
Monochromatic Colors of #1752EA
Black with #1752EA
Text Example
Text Example
White with #1752EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1752EA; }
p { color: rgb(23,82,234); }
H1.HeaderClassName
{
color: #1752EA;
}
.AnyTagClassName
{
color: #1752EA;
}
</style>
background-color css
<style>
a { background-color: #1752EA; }
a { background-color: rgb(23,82,234); }
div.DivClassName
{
background-color: #1752EA;
}
.BgClassName
{
background-color: #1752EA;
}
</style>
border-color css
<style>
span { border-color: #1752EA; }
span { border-color: rgb(23,82,234); }
td.TdClassName
{
border-color: #1752EA;
}
.TagClassName
{
border-color: #1752EA;
}
</style>