Shades of Persian Blue #1827CE
Tints of Persian Blue #1827CE
RGB
CMYK
RGB Variations
Color information
#1827CE (or 0x1827CE) is known color: Persian Blue. HEX triplet: 18, 27 and CE. RGB value is (24,39,206). Sum of RGB (Red+Green+Blue) = 24+39+206=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #1827CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1827CE is #E7D831. Grayscale: #343434. Windows color (decimal): -15194162 or 13510424. OLE color: 13510424.
HSL color Cylindrical-coordinate representation of color #1827CE: hue angle of 235.05º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1827CE is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 39 | 206 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.19 |
| HSL | 235.05º | 0.79% | 0.45% | - |
| HSV(B) | 235.05º | 0.88% | 0.81% | - |
| XYZ | 12.24 | 6.1 | 58.92 | - |
| YUV | 53.55 | 214.03 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 206 | 0.88 | 0.81 | 0 | 0.19 | 235.05 | 0.79 | 0.45 |
| Hex | 18 | 27 | CE | 58 | 51 | 0 | 13 | EB | 4F | 2D |
| Octal | 30 | 47 | 316 | 130 | 121 | 0 | 23 | 353 | 117 | 55 |
| Binary | 11000 | 100111 | 11001110 | 1011000 | 1010001 | 0 | 10011 | 11101011 | 1001111 | 101101 |
Color Harmonies of #1827CE
Complementary color
Monochromatic Colors of #1827CE
Black with #1827CE
Text Example
Text Example
White with #1827CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1827CE; }
p { color: rgb(24,39,206); }
H1.HeaderClassName
{
color: #1827CE;
}
.AnyTagClassName
{
color: #1827CE;
}
</style>
background-color css
<style>
a { background-color: #1827CE; }
a { background-color: rgb(24,39,206); }
div.DivClassName
{
background-color: #1827CE;
}
.BgClassName
{
background-color: #1827CE;
}
</style>
border-color css
<style>
span { border-color: #1827CE; }
span { border-color: rgb(24,39,206); }
td.TdClassName
{
border-color: #1827CE;
}
.TagClassName
{
border-color: #1827CE;
}
</style>