Shades of Persian Blue #1343CE
Tints of Persian Blue #1343CE
RGB
CMYK
RGB Variations
Color information
#1343CE (or 0x1343CE) is known color: Persian Blue. HEX triplet: 13, 43 and CE. RGB value is (19,67,206). Sum of RGB (Red+Green+Blue) = 19+67+206=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #1343CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1343CE is #ECBC31. Grayscale: #434343. Windows color (decimal): -15514674 or 13517587. OLE color: 13517587.
HSL color Cylindrical-coordinate representation of color #1343CE: hue angle of 224.6º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1343CE is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 67 | 206 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.19 |
| HSL | 224.6º | 0.83% | 0.44% | - |
| HSV(B) | 224.6º | 0.91% | 0.81% | - |
| XYZ | 13.42 | 8.61 | 59.35 | - |
| YUV | 68.49 | 205.6 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 206 | 0.91 | 0.67 | 0 | 0.19 | 224.6 | 0.83 | 0.44 |
| Hex | 13 | 43 | CE | 5B | 43 | 0 | 13 | E1 | 53 | 2C |
| Octal | 23 | 103 | 316 | 133 | 103 | 0 | 23 | 341 | 123 | 54 |
| Binary | 10011 | 1000011 | 11001110 | 1011011 | 1000011 | 0 | 10011 | 11100001 | 1010011 | 101100 |
Color Harmonies of #1343CE
Complementary color
Monochromatic Colors of #1343CE
Black with #1343CE
Text Example
Text Example
White with #1343CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1343CE; }
p { color: rgb(19,67,206); }
H1.HeaderClassName
{
color: #1343CE;
}
.AnyTagClassName
{
color: #1343CE;
}
</style>
background-color css
<style>
a { background-color: #1343CE; }
a { background-color: rgb(19,67,206); }
div.DivClassName
{
background-color: #1343CE;
}
.BgClassName
{
background-color: #1343CE;
}
</style>
border-color css
<style>
span { border-color: #1343CE; }
span { border-color: rgb(19,67,206); }
td.TdClassName
{
border-color: #1343CE;
}
.TagClassName
{
border-color: #1343CE;
}
</style>