Shades of Persian Blue #1348E8
Tints of Persian Blue #1348E8
RGB
CMYK
RGB Variations
Color information
#1348E8 (or 0x1348E8) is known color: Persian Blue. HEX triplet: 13, 48 and E8. RGB value is (19,72,232). Sum of RGB (Red+Green+Blue) = 19+72+232=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 232 (91.02% from 255 or 71.83% from 323); Max value from RGB is 232 - color contains mainly: blue. Hex color #1348E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1348E8 is #ECB717. Grayscale: #494949. Windows color (decimal): -15513368 or 15222803. OLE color: 15222803.
HSL color Cylindrical-coordinate representation of color #1348E8: hue angle of 225.07º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1348E8 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 72 | 232 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.09 |
| HSL | 225.07º | 0.85% | 0.49% | - |
| HSV(B) | 225.07º | 0.92% | 0.91% | - |
| XYZ | 17.15 | 10.6 | 77.49 | - |
| YUV | 74.39 | 216.94 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 232 | 0.92 | 0.69 | 0 | 0.09 | 225.07 | 0.85 | 0.49 |
| Hex | 13 | 48 | E8 | 5C | 45 | 0 | 9 | E1 | 55 | 31 |
| Octal | 23 | 110 | 350 | 134 | 105 | 0 | 11 | 341 | 125 | 61 |
| Binary | 10011 | 1001000 | 11101000 | 1011100 | 1000101 | 0 | 1001 | 11100001 | 1010101 | 110001 |
Color Harmonies of #1348E8
Complementary color
Monochromatic Colors of #1348E8
Black with #1348E8
Text Example
Text Example
White with #1348E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1348E8; }
p { color: rgb(19,72,232); }
H1.HeaderClassName
{
color: #1348E8;
}
.AnyTagClassName
{
color: #1348E8;
}
</style>
background-color css
<style>
a { background-color: #1348E8; }
a { background-color: rgb(19,72,232); }
div.DivClassName
{
background-color: #1348E8;
}
.BgClassName
{
background-color: #1348E8;
}
</style>
border-color css
<style>
span { border-color: #1348E8; }
span { border-color: rgb(19,72,232); }
td.TdClassName
{
border-color: #1348E8;
}
.TagClassName
{
border-color: #1348E8;
}
</style>