Shades of Persian Blue #1342D8
Tints of Persian Blue #1342D8
RGB
CMYK
RGB Variations
Color information
#1342D8 (or 0x1342D8) is known color: Persian Blue. HEX triplet: 13, 42 and D8. RGB value is (19,66,216). Sum of RGB (Red+Green+Blue) = 19+66+216=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 216 (84.77% from 255 or 71.76% from 301); Max value from RGB is 216 - color contains mainly: blue. Hex color #1342D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1342D8 is #ECBD27. Grayscale: #444444. Windows color (decimal): -15514920 or 14172691. OLE color: 14172691.
HSL color Cylindrical-coordinate representation of color #1342D8: hue angle of 225.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1342D8 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 66 | 216 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.15 |
| HSL | 225.69º | 0.84% | 0.46% | - |
| HSV(B) | 225.69º | 0.91% | 0.85% | - |
| XYZ | 14.61 | 8.99 | 65.93 | - |
| YUV | 69.05 | 210.93 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 216 | 0.91 | 0.69 | 0 | 0.15 | 225.69 | 0.84 | 0.46 |
| Hex | 13 | 42 | D8 | 5B | 45 | 0 | F | E2 | 54 | 2E |
| Octal | 23 | 102 | 330 | 133 | 105 | 0 | 17 | 342 | 124 | 56 |
| Binary | 10011 | 1000010 | 11011000 | 1011011 | 1000101 | 0 | 1111 | 11100010 | 1010100 | 101110 |
Color Harmonies of #1342D8
Complementary color
Monochromatic Colors of #1342D8
Black with #1342D8
Text Example
Text Example
White with #1342D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1342D8; }
p { color: rgb(19,66,216); }
H1.HeaderClassName
{
color: #1342D8;
}
.AnyTagClassName
{
color: #1342D8;
}
</style>
background-color css
<style>
a { background-color: #1342D8; }
a { background-color: rgb(19,66,216); }
div.DivClassName
{
background-color: #1342D8;
}
.BgClassName
{
background-color: #1342D8;
}
</style>
border-color css
<style>
span { border-color: #1342D8; }
span { border-color: rgb(19,66,216); }
td.TdClassName
{
border-color: #1342D8;
}
.TagClassName
{
border-color: #1342D8;
}
</style>