Shades of Persian Blue #1342CC
Tints of Persian Blue #1342CC
RGB
CMYK
RGB Variations
Color information
#1342CC (or 0x1342CC) is known color: Persian Blue. HEX triplet: 13, 42 and CC. RGB value is (19,66,204). Sum of RGB (Red+Green+Blue) = 19+66+204=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #1342CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1342CC is #ECBD33. Grayscale: #434343. Windows color (decimal): -15514932 or 13386259. OLE color: 13386259.
HSL color Cylindrical-coordinate representation of color #1342CC: hue angle of 224.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1342CC is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 66 | 204 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.2 |
| HSL | 224.76º | 0.83% | 0.44% | - |
| HSV(B) | 224.76º | 0.91% | 0.8% | - |
| XYZ | 13.12 | 8.39 | 58.06 | - |
| YUV | 67.68 | 204.93 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 204 | 0.91 | 0.68 | 0 | 0.2 | 224.76 | 0.83 | 0.44 |
| Hex | 13 | 42 | CC | 5B | 44 | 0 | 14 | E1 | 53 | 2C |
| Octal | 23 | 102 | 314 | 133 | 104 | 0 | 24 | 341 | 123 | 54 |
| Binary | 10011 | 1000010 | 11001100 | 1011011 | 1000100 | 0 | 10100 | 11100001 | 1010011 | 101100 |
Color Harmonies of #1342CC
Complementary color
Monochromatic Colors of #1342CC
Black with #1342CC
Text Example
Text Example
White with #1342CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1342CC; }
p { color: rgb(19,66,204); }
H1.HeaderClassName
{
color: #1342CC;
}
.AnyTagClassName
{
color: #1342CC;
}
</style>
background-color css
<style>
a { background-color: #1342CC; }
a { background-color: rgb(19,66,204); }
div.DivClassName
{
background-color: #1342CC;
}
.BgClassName
{
background-color: #1342CC;
}
</style>
border-color css
<style>
span { border-color: #1342CC; }
span { border-color: rgb(19,66,204); }
td.TdClassName
{
border-color: #1342CC;
}
.TagClassName
{
border-color: #1342CC;
}
</style>