Shades of Persian Blue #1724BA
Tints of Persian Blue #1724BA
RGB
CMYK
RGB Variations
Color information
#1724BA (or 0x1724BA) is known color: Persian Blue. HEX triplet: 17, 24 and BA. RGB value is (23,36,186). Sum of RGB (Red+Green+Blue) = 23+36+186=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #1724BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1724BA is #E8DB45. Grayscale: #303030. Windows color (decimal): -15260486 or 12198935. OLE color: 12198935.
HSL color Cylindrical-coordinate representation of color #1724BA: hue angle of 235.21º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1724BA is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 36 | 186 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.27 |
| HSL | 235.21º | 0.78% | 0.41% | - |
| HSV(B) | 235.21º | 0.88% | 0.73% | - |
| XYZ | 9.85 | 4.99 | 46.9 | - |
| YUV | 49.21 | 205.19 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 186 | 0.88 | 0.81 | 0 | 0.27 | 235.21 | 0.78 | 0.41 |
| Hex | 17 | 24 | BA | 58 | 51 | 0 | 1B | EB | 4E | 29 |
| Octal | 27 | 44 | 272 | 130 | 121 | 0 | 33 | 353 | 116 | 51 |
| Binary | 10111 | 100100 | 10111010 | 1011000 | 1010001 | 0 | 11011 | 11101011 | 1001110 | 101001 |
Color Harmonies of #1724BA
Complementary color
Monochromatic Colors of #1724BA
Black with #1724BA
Text Example
Text Example
White with #1724BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1724BA; }
p { color: rgb(23,36,186); }
H1.HeaderClassName
{
color: #1724BA;
}
.AnyTagClassName
{
color: #1724BA;
}
</style>
background-color css
<style>
a { background-color: #1724BA; }
a { background-color: rgb(23,36,186); }
div.DivClassName
{
background-color: #1724BA;
}
.BgClassName
{
background-color: #1724BA;
}
</style>
border-color css
<style>
span { border-color: #1724BA; }
span { border-color: rgb(23,36,186); }
td.TdClassName
{
border-color: #1724BA;
}
.TagClassName
{
border-color: #1724BA;
}
</style>