Shades of Persian Blue #1326CE
Tints of Persian Blue #1326CE
RGB
CMYK
RGB Variations
Color information
#1326CE (or 0x1326CE) is known color: Persian Blue. HEX triplet: 13, 26 and CE. RGB value is (19,38,206). Sum of RGB (Red+Green+Blue) = 19+38+206=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #1326CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1326CE is #ECD931. Grayscale: #323232. Windows color (decimal): -15522098 or 13510163. OLE color: 13510163.
HSL color Cylindrical-coordinate representation of color #1326CE: hue angle of 233.9º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1326CE is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 38 | 206 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.19 |
| HSL | 233.9º | 0.83% | 0.44% | - |
| HSV(B) | 233.9º | 0.91% | 0.81% | - |
| XYZ | 12.1 | 5.98 | 58.91 | - |
| YUV | 51.47 | 215.21 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 206 | 0.91 | 0.82 | 0 | 0.19 | 233.9 | 0.83 | 0.44 |
| Hex | 13 | 26 | CE | 5B | 52 | 0 | 13 | EA | 53 | 2C |
| Octal | 23 | 46 | 316 | 133 | 122 | 0 | 23 | 352 | 123 | 54 |
| Binary | 10011 | 100110 | 11001110 | 1011011 | 1010010 | 0 | 10011 | 11101010 | 1010011 | 101100 |
Color Harmonies of #1326CE
Complementary color
Monochromatic Colors of #1326CE
Black with #1326CE
Text Example
Text Example
White with #1326CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1326CE; }
p { color: rgb(19,38,206); }
H1.HeaderClassName
{
color: #1326CE;
}
.AnyTagClassName
{
color: #1326CE;
}
</style>
background-color css
<style>
a { background-color: #1326CE; }
a { background-color: rgb(19,38,206); }
div.DivClassName
{
background-color: #1326CE;
}
.BgClassName
{
background-color: #1326CE;
}
</style>
border-color css
<style>
span { border-color: #1326CE; }
span { border-color: rgb(19,38,206); }
td.TdClassName
{
border-color: #1326CE;
}
.TagClassName
{
border-color: #1326CE;
}
</style>