Shades of Persian Blue #1728BA
Tints of Persian Blue #1728BA
RGB
CMYK
RGB Variations
Color information
#1728BA (or 0x1728BA) is known color: Persian Blue. HEX triplet: 17, 28 and BA. RGB value is (23,40,186). Sum of RGB (Red+Green+Blue) = 23+40+186=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #1728BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1728BA is #E8D745. Grayscale: #323232. Windows color (decimal): -15259462 or 12199959. OLE color: 12199959.
HSL color Cylindrical-coordinate representation of color #1728BA: hue angle of 233.74º 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 #1728BA is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 40 | 186 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.27 |
| HSL | 233.74º | 0.78% | 0.41% | - |
| HSV(B) | 233.74º | 0.88% | 0.73% | - |
| XYZ | 9.98 | 5.24 | 46.94 | - |
| YUV | 51.56 | 203.87 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 186 | 0.88 | 0.78 | 0 | 0.27 | 233.74 | 0.78 | 0.41 |
| Hex | 17 | 28 | BA | 58 | 4E | 0 | 1B | EA | 4E | 29 |
| Octal | 27 | 50 | 272 | 130 | 116 | 0 | 33 | 352 | 116 | 51 |
| Binary | 10111 | 101000 | 10111010 | 1011000 | 1001110 | 0 | 11011 | 11101010 | 1001110 | 101001 |
Color Harmonies of #1728BA
Complementary color
Monochromatic Colors of #1728BA
Black with #1728BA
Text Example
Text Example
White with #1728BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1728BA; }
p { color: rgb(23,40,186); }
H1.HeaderClassName
{
color: #1728BA;
}
.AnyTagClassName
{
color: #1728BA;
}
</style>
background-color css
<style>
a { background-color: #1728BA; }
a { background-color: rgb(23,40,186); }
div.DivClassName
{
background-color: #1728BA;
}
.BgClassName
{
background-color: #1728BA;
}
</style>
border-color css
<style>
span { border-color: #1728BA; }
span { border-color: rgb(23,40,186); }
td.TdClassName
{
border-color: #1728BA;
}
.TagClassName
{
border-color: #1728BA;
}
</style>