Shades of Persian Blue #1344EA
Tints of Persian Blue #1344EA
RGB
CMYK
RGB Variations
Color information
#1344EA (or 0x1344EA) is known color: Persian Blue. HEX triplet: 13, 44 and EA. RGB value is (19,68,234). Sum of RGB (Red+Green+Blue) = 19+68+234=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #1344EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1344EA is #ECBB15. Grayscale: #474747. Windows color (decimal): -15514390 or 15352851. OLE color: 15352851.
HSL color Cylindrical-coordinate representation of color #1344EA: hue angle of 226.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1344EA is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 68 | 234 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.08 |
| HSL | 226.33º | 0.85% | 0.5% | - |
| HSV(B) | 226.33º | 0.92% | 0.92% | - |
| XYZ | 17.19 | 10.21 | 78.91 | - |
| YUV | 72.27 | 219.27 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 234 | 0.92 | 0.71 | 0 | 0.08 | 226.33 | 0.85 | 0.5 |
| Hex | 13 | 44 | EA | 5C | 47 | 0 | 8 | E2 | 55 | 32 |
| Octal | 23 | 104 | 352 | 134 | 107 | 0 | 10 | 342 | 125 | 62 |
| Binary | 10011 | 1000100 | 11101010 | 1011100 | 1000111 | 0 | 1000 | 11100010 | 1010101 | 110010 |
Color Harmonies of #1344EA
Complementary color
Monochromatic Colors of #1344EA
Black with #1344EA
Text Example
Text Example
White with #1344EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1344EA; }
p { color: rgb(19,68,234); }
H1.HeaderClassName
{
color: #1344EA;
}
.AnyTagClassName
{
color: #1344EA;
}
</style>
background-color css
<style>
a { background-color: #1344EA; }
a { background-color: rgb(19,68,234); }
div.DivClassName
{
background-color: #1344EA;
}
.BgClassName
{
background-color: #1344EA;
}
</style>
border-color css
<style>
span { border-color: #1344EA; }
span { border-color: rgb(19,68,234); }
td.TdClassName
{
border-color: #1344EA;
}
.TagClassName
{
border-color: #1344EA;
}
</style>