Shades of Persian Blue #1728BB
Tints of Persian Blue #1728BB
RGB
CMYK
RGB Variations
Color information
#1728BB (or 0x1728BB) is known color: Persian Blue. HEX triplet: 17, 28 and BB. RGB value is (23,40,187). Sum of RGB (Red+Green+Blue) = 23+40+187=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #1728BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1728BB is #E8D744. Grayscale: #333333. Windows color (decimal): -15259461 or 12265495. OLE color: 12265495.
HSL color Cylindrical-coordinate representation of color #1728BB: hue angle of 233.78º 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 #1728BB is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 40 | 187 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.27 |
| HSL | 233.78º | 0.78% | 0.41% | - |
| HSV(B) | 233.78º | 0.88% | 0.73% | - |
| XYZ | 10.08 | 5.29 | 47.5 | - |
| YUV | 51.68 | 204.37 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 187 | 0.88 | 0.79 | 0 | 0.27 | 233.78 | 0.78 | 0.41 |
| Hex | 17 | 28 | BB | 58 | 4F | 0 | 1B | EA | 4E | 29 |
| Octal | 27 | 50 | 273 | 130 | 117 | 0 | 33 | 352 | 116 | 51 |
| Binary | 10111 | 101000 | 10111011 | 1011000 | 1001111 | 0 | 11011 | 11101010 | 1001110 | 101001 |
Color Harmonies of #1728BB
Complementary color
Monochromatic Colors of #1728BB
Black with #1728BB
Text Example
Text Example
White with #1728BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1728BB; }
p { color: rgb(23,40,187); }
H1.HeaderClassName
{
color: #1728BB;
}
.AnyTagClassName
{
color: #1728BB;
}
</style>
background-color css
<style>
a { background-color: #1728BB; }
a { background-color: rgb(23,40,187); }
div.DivClassName
{
background-color: #1728BB;
}
.BgClassName
{
background-color: #1728BB;
}
</style>
border-color css
<style>
span { border-color: #1728BB; }
span { border-color: rgb(23,40,187); }
td.TdClassName
{
border-color: #1728BB;
}
.TagClassName
{
border-color: #1728BB;
}
</style>