Shades of Persian Blue #1C27CE
Tints of Persian Blue #1C27CE
RGB
CMYK
RGB Variations
Color information
#1C27CE (or 0x1C27CE) is known color: Persian Blue. HEX triplet: 1C, 27 and CE. RGB value is (28,39,206). Sum of RGB (Red+Green+Blue) = 28+39+206=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C27CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C27CE is #E3D831. Grayscale: #363636. Windows color (decimal): -14932018 or 13510428. OLE color: 13510428.
HSL color Cylindrical-coordinate representation of color #1C27CE: hue angle of 236.29º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C27CE is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 39 | 206 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.19 |
| HSL | 236.29º | 0.76% | 0.46% | - |
| HSV(B) | 236.29º | 0.86% | 0.81% | - |
| XYZ | 12.34 | 6.15 | 58.93 | - |
| YUV | 54.75 | 213.36 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 206 | 0.86 | 0.81 | 0 | 0.19 | 236.29 | 0.76 | 0.46 |
| Hex | 1C | 27 | CE | 56 | 51 | 0 | 13 | EC | 4C | 2E |
| Octal | 34 | 47 | 316 | 126 | 121 | 0 | 23 | 354 | 114 | 56 |
| Binary | 11100 | 100111 | 11001110 | 1010110 | 1010001 | 0 | 10011 | 11101100 | 1001100 | 101110 |
Color Harmonies of #1C27CE
Complementary color
Monochromatic Colors of #1C27CE
Black with #1C27CE
Text Example
Text Example
White with #1C27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C27CE; }
p { color: rgb(28,39,206); }
H1.HeaderClassName
{
color: #1C27CE;
}
.AnyTagClassName
{
color: #1C27CE;
}
</style>
background-color css
<style>
a { background-color: #1C27CE; }
a { background-color: rgb(28,39,206); }
div.DivClassName
{
background-color: #1C27CE;
}
.BgClassName
{
background-color: #1C27CE;
}
</style>
border-color css
<style>
span { border-color: #1C27CE; }
span { border-color: rgb(28,39,206); }
td.TdClassName
{
border-color: #1C27CE;
}
.TagClassName
{
border-color: #1C27CE;
}
</style>