Shades of Egyptian Blue #1725AC
Tints of Egyptian Blue #1725AC
RGB
CMYK
RGB Variations
Color information
#1725AC (or 0x1725AC) is known color: Egyptian Blue. HEX triplet: 17, 25 and AC. RGB value is (23,37,172). Sum of RGB (Red+Green+Blue) = 23+37+172=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #1725AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1725AC is #E8DA53. Grayscale: #2F2F2F. Windows color (decimal): -15260244 or 11281687. OLE color: 11281687.
HSL color Cylindrical-coordinate representation of color #1725AC: hue angle of 234.36º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1725AC is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 37 | 172 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.33 |
| HSL | 234.36º | 0.76% | 0.38% | - |
| HSV(B) | 234.36º | 0.87% | 0.67% | - |
| XYZ | 8.46 | 4.48 | 39.45 | - |
| YUV | 48.2 | 197.86 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 172 | 0.87 | 0.78 | 0 | 0.33 | 234.36 | 0.76 | 0.38 |
| Hex | 17 | 25 | AC | 57 | 4E | 0 | 21 | EA | 4C | 26 |
| Octal | 27 | 45 | 254 | 127 | 116 | 0 | 41 | 352 | 114 | 46 |
| Binary | 10111 | 100101 | 10101100 | 1010111 | 1001110 | 0 | 100001 | 11101010 | 1001100 | 100110 |
Color Harmonies of #1725AC
Complementary color
Monochromatic Colors of #1725AC
Black with #1725AC
Text Example
Text Example
White with #1725AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1725AC; }
p { color: rgb(23,37,172); }
H1.HeaderClassName
{
color: #1725AC;
}
.AnyTagClassName
{
color: #1725AC;
}
</style>
background-color css
<style>
a { background-color: #1725AC; }
a { background-color: rgb(23,37,172); }
div.DivClassName
{
background-color: #1725AC;
}
.BgClassName
{
background-color: #1725AC;
}
</style>
border-color css
<style>
span { border-color: #1725AC; }
span { border-color: rgb(23,37,172); }
td.TdClassName
{
border-color: #1725AC;
}
.TagClassName
{
border-color: #1725AC;
}
</style>