Shades of Persian Blue #1026CE
Tints of Persian Blue #1026CE
RGB
CMYK
RGB Variations
Color information
#1026CE (or 0x1026CE) is known color: Persian Blue. HEX triplet: 10, 26 and CE. RGB value is (16,38,206). Sum of RGB (Red+Green+Blue) = 16+38+206=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #1026CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1026CE is #EFD931. Grayscale: #313131. Windows color (decimal): -15718706 or 13510160. OLE color: 13510160.
HSL color Cylindrical-coordinate representation of color #1026CE: hue angle of 233.05º 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 #1026CE is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 38 | 206 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.19 |
| HSL | 233.05º | 0.86% | 0.44% | - |
| HSV(B) | 233.05º | 0.92% | 0.81% | - |
| XYZ | 12.05 | 5.95 | 58.91 | - |
| YUV | 50.57 | 215.71 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 38 | 206 | 0.92 | 0.82 | 0 | 0.19 | 233.05 | 0.86 | 0.44 |
| Hex | 10 | 26 | CE | 5C | 52 | 0 | 13 | E9 | 56 | 2C |
| Octal | 20 | 46 | 316 | 134 | 122 | 0 | 23 | 351 | 126 | 54 |
| Binary | 10000 | 100110 | 11001110 | 1011100 | 1010010 | 0 | 10011 | 11101001 | 1010110 | 101100 |
Color Harmonies of #1026CE
Complementary color
Monochromatic Colors of #1026CE
Black with #1026CE
Text Example
Text Example
White with #1026CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1026CE; }
p { color: rgb(16,38,206); }
H1.HeaderClassName
{
color: #1026CE;
}
.AnyTagClassName
{
color: #1026CE;
}
</style>
background-color css
<style>
a { background-color: #1026CE; }
a { background-color: rgb(16,38,206); }
div.DivClassName
{
background-color: #1026CE;
}
.BgClassName
{
background-color: #1026CE;
}
</style>
border-color css
<style>
span { border-color: #1026CE; }
span { border-color: rgb(16,38,206); }
td.TdClassName
{
border-color: #1026CE;
}
.TagClassName
{
border-color: #1026CE;
}
</style>