Shades of Persian Blue #1727E6
Tints of Persian Blue #1727E6
RGB
CMYK
RGB Variations
Color information
#1727E6 (or 0x1727E6) is known color: Persian Blue. HEX triplet: 17, 27 and E6. RGB value is (23,39,230). Sum of RGB (Red+Green+Blue) = 23+39+230=292 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.88% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 230 (90.23% from 255 or 78.77% from 292); Max value from RGB is 230 - color contains mainly: blue. Hex color #1727E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1727E6 is #E8D819. Grayscale: #373737. Windows color (decimal): -15259674 or 15083287. OLE color: 15083287.
HSL color Cylindrical-coordinate representation of color #1727E6: hue angle of 235.36º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1727E6 is Cyan = 0.9, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 39 | 230 | - |
| CMYK | 0.9 | 0.83 | 0 | 0.10 |
| HSL | 235.36º | 0.82% | 0.5% | - |
| HSV(B) | 235.36º | 0.9% | 0.9% | - |
| XYZ | 15.36 | 7.35 | 75.47 | - |
| YUV | 55.99 | 226.2 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 230 | 0.9 | 0.83 | 0 | 0.10 | 235.36 | 0.82 | 0.5 |
| Hex | 17 | 27 | E6 | 5A | 53 | 0 | A | EB | 52 | 32 |
| Octal | 27 | 47 | 346 | 132 | 123 | 0 | 12 | 353 | 122 | 62 |
| Binary | 10111 | 100111 | 11100110 | 1011010 | 1010011 | 0 | 1010 | 11101011 | 1010010 | 110010 |
Color Harmonies of #1727E6
Complementary color
Monochromatic Colors of #1727E6
Black with #1727E6
Text Example
Text Example
White with #1727E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1727E6; }
p { color: rgb(23,39,230); }
H1.HeaderClassName
{
color: #1727E6;
}
.AnyTagClassName
{
color: #1727E6;
}
</style>
background-color css
<style>
a { background-color: #1727E6; }
a { background-color: rgb(23,39,230); }
div.DivClassName
{
background-color: #1727E6;
}
.BgClassName
{
background-color: #1727E6;
}
</style>
border-color css
<style>
span { border-color: #1727E6; }
span { border-color: rgb(23,39,230); }
td.TdClassName
{
border-color: #1727E6;
}
.TagClassName
{
border-color: #1727E6;
}
</style>