Shades of Persian Blue #1027CE
Tints of Persian Blue #1027CE
RGB
CMYK
RGB Variations
Color information
#1027CE (or 0x1027CE) is known color: Persian Blue. HEX triplet: 10, 27 and CE. RGB value is (16,39,206). Sum of RGB (Red+Green+Blue) = 16+39+206=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #1027CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1027CE is #EFD831. Grayscale: #323232. Windows color (decimal): -15718450 or 13510416. OLE color: 13510416.
HSL color Cylindrical-coordinate representation of color #1027CE: hue angle of 232.74º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1027CE is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 39 | 206 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.19 |
| HSL | 232.74º | 0.86% | 0.44% | - |
| HSV(B) | 232.74º | 0.92% | 0.81% | - |
| XYZ | 12.08 | 6.02 | 58.92 | - |
| YUV | 51.16 | 215.38 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 206 | 0.92 | 0.81 | 0 | 0.19 | 232.74 | 0.86 | 0.44 |
| Hex | 10 | 27 | CE | 5C | 51 | 0 | 13 | E9 | 56 | 2C |
| Octal | 20 | 47 | 316 | 134 | 121 | 0 | 23 | 351 | 126 | 54 |
| Binary | 10000 | 100111 | 11001110 | 1011100 | 1010001 | 0 | 10011 | 11101001 | 1010110 | 101100 |
Color Harmonies of #1027CE
Complementary color
Monochromatic Colors of #1027CE
Black with #1027CE
Text Example
Text Example
White with #1027CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1027CE; }
p { color: rgb(16,39,206); }
H1.HeaderClassName
{
color: #1027CE;
}
.AnyTagClassName
{
color: #1027CE;
}
</style>
background-color css
<style>
a { background-color: #1027CE; }
a { background-color: rgb(16,39,206); }
div.DivClassName
{
background-color: #1027CE;
}
.BgClassName
{
background-color: #1027CE;
}
</style>
border-color css
<style>
span { border-color: #1027CE; }
span { border-color: rgb(16,39,206); }
td.TdClassName
{
border-color: #1027CE;
}
.TagClassName
{
border-color: #1027CE;
}
</style>