Shades of Persian Blue #1346EE
Tints of Persian Blue #1346EE
RGB
CMYK
RGB Variations
Color information
#1346EE (or 0x1346EE) is known color: Persian Blue. HEX triplet: 13, 46 and EE. RGB value is (19,70,238). Sum of RGB (Red+Green+Blue) = 19+70+238=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 238 (93.36% from 255 or 72.78% from 327); Max value from RGB is 238 - color contains mainly: blue. Hex color #1346EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1346EE is #ECB911. Grayscale: #494949. Windows color (decimal): -15513874 or 15615507. OLE color: 15615507.
HSL color Cylindrical-coordinate representation of color #1346EE: hue angle of 226.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1346EE is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 70 | 238 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.07 |
| HSL | 226.03º | 0.87% | 0.5% | - |
| HSV(B) | 226.03º | 0.92% | 0.93% | - |
| XYZ | 17.89 | 10.69 | 82.01 | - |
| YUV | 73.9 | 220.6 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 238 | 0.92 | 0.71 | 0 | 0.07 | 226.03 | 0.87 | 0.5 |
| Hex | 13 | 46 | EE | 5C | 47 | 0 | 7 | E2 | 57 | 32 |
| Octal | 23 | 106 | 356 | 134 | 107 | 0 | 7 | 342 | 127 | 62 |
| Binary | 10011 | 1000110 | 11101110 | 1011100 | 1000111 | 0 | 111 | 11100010 | 1010111 | 110010 |
Color Harmonies of #1346EE
Complementary color
Monochromatic Colors of #1346EE
Black with #1346EE
Text Example
Text Example
White with #1346EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1346EE; }
p { color: rgb(19,70,238); }
H1.HeaderClassName
{
color: #1346EE;
}
.AnyTagClassName
{
color: #1346EE;
}
</style>
background-color css
<style>
a { background-color: #1346EE; }
a { background-color: rgb(19,70,238); }
div.DivClassName
{
background-color: #1346EE;
}
.BgClassName
{
background-color: #1346EE;
}
</style>
border-color css
<style>
span { border-color: #1346EE; }
span { border-color: rgb(19,70,238); }
td.TdClassName
{
border-color: #1346EE;
}
.TagClassName
{
border-color: #1346EE;
}
</style>