Shades of Persian Blue #1727BA
Tints of Persian Blue #1727BA
RGB
CMYK
RGB Variations
Color information
#1727BA (or 0x1727BA) is known color: Persian Blue. HEX triplet: 17, 27 and BA. RGB value is (23,39,186). Sum of RGB (Red+Green+Blue) = 23+39+186=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #1727BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1727BA is #E8D845. Grayscale: #323232. Windows color (decimal): -15259718 or 12199703. OLE color: 12199703.
HSL color Cylindrical-coordinate representation of color #1727BA: hue angle of 234.11º 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 #1727BA is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 39 | 186 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.27 |
| HSL | 234.11º | 0.78% | 0.41% | - |
| HSV(B) | 234.11º | 0.88% | 0.73% | - |
| XYZ | 9.94 | 5.18 | 46.93 | - |
| YUV | 50.97 | 204.2 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 186 | 0.88 | 0.79 | 0 | 0.27 | 234.11 | 0.78 | 0.41 |
| Hex | 17 | 27 | BA | 58 | 4F | 0 | 1B | EA | 4E | 29 |
| Octal | 27 | 47 | 272 | 130 | 117 | 0 | 33 | 352 | 116 | 51 |
| Binary | 10111 | 100111 | 10111010 | 1011000 | 1001111 | 0 | 11011 | 11101010 | 1001110 | 101001 |
Color Harmonies of #1727BA
Complementary color
Monochromatic Colors of #1727BA
Black with #1727BA
Text Example
Text Example
White with #1727BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1727BA; }
p { color: rgb(23,39,186); }
H1.HeaderClassName
{
color: #1727BA;
}
.AnyTagClassName
{
color: #1727BA;
}
</style>
background-color css
<style>
a { background-color: #1727BA; }
a { background-color: rgb(23,39,186); }
div.DivClassName
{
background-color: #1727BA;
}
.BgClassName
{
background-color: #1727BA;
}
</style>
border-color css
<style>
span { border-color: #1727BA; }
span { border-color: rgb(23,39,186); }
td.TdClassName
{
border-color: #1727BA;
}
.TagClassName
{
border-color: #1727BA;
}
</style>