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