Shades of Persian Blue #1334EB
Tints of Persian Blue #1334EB
RGB
CMYK
RGB Variations
Color information
#1334EB (or 0x1334EB) is known color: Persian Blue. HEX triplet: 13, 34 and EB. RGB value is (19,52,235). Sum of RGB (Red+Green+Blue) = 19+52+235=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 235 (92.19% from 255 or 76.80% from 306); Max value from RGB is 235 - color contains mainly: blue. Hex color #1334EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1334EB is #ECCB14. Grayscale: #3E3E3E. Windows color (decimal): -15518485 or 15414291. OLE color: 15414291.
HSL color Cylindrical-coordinate representation of color #1334EB: hue angle of 230.83º 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 #1334EB is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 52 | 235 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.08 |
| HSL | 230.83º | 0.85% | 0.5% | - |
| HSV(B) | 230.83º | 0.92% | 0.92% | - |
| XYZ | 16.49 | 8.59 | 79.39 | - |
| YUV | 63 | 225.07 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 235 | 0.92 | 0.78 | 0 | 0.08 | 230.83 | 0.85 | 0.5 |
| Hex | 13 | 34 | EB | 5C | 4E | 0 | 8 | E7 | 55 | 32 |
| Octal | 23 | 64 | 353 | 134 | 116 | 0 | 10 | 347 | 125 | 62 |
| Binary | 10011 | 110100 | 11101011 | 1011100 | 1001110 | 0 | 1000 | 11100111 | 1010101 | 110010 |
Color Harmonies of #1334EB
Complementary color
Monochromatic Colors of #1334EB
Black with #1334EB
Text Example
Text Example
White with #1334EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1334EB; }
p { color: rgb(19,52,235); }
H1.HeaderClassName
{
color: #1334EB;
}
.AnyTagClassName
{
color: #1334EB;
}
</style>
background-color css
<style>
a { background-color: #1334EB; }
a { background-color: rgb(19,52,235); }
div.DivClassName
{
background-color: #1334EB;
}
.BgClassName
{
background-color: #1334EB;
}
</style>
border-color css
<style>
span { border-color: #1334EB; }
span { border-color: rgb(19,52,235); }
td.TdClassName
{
border-color: #1334EB;
}
.TagClassName
{
border-color: #1334EB;
}
</style>