Shades of Persian Blue #1347CE
Tints of Persian Blue #1347CE
RGB
CMYK
RGB Variations
Color information
#1347CE (or 0x1347CE) is known color: Persian Blue. HEX triplet: 13, 47 and CE. RGB value is (19,71,206). Sum of RGB (Red+Green+Blue) = 19+71+206=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #1347CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1347CE is #ECB831. Grayscale: #464646. Windows color (decimal): -15513650 or 13518611. OLE color: 13518611.
HSL color Cylindrical-coordinate representation of color #1347CE: hue angle of 223.32º 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 #1347CE is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 71 | 206 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.19 |
| HSL | 223.32º | 0.83% | 0.44% | - |
| HSV(B) | 223.32º | 0.91% | 0.81% | - |
| XYZ | 13.66 | 9.1 | 59.43 | - |
| YUV | 70.84 | 204.27 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 206 | 0.91 | 0.66 | 0 | 0.19 | 223.32 | 0.83 | 0.44 |
| Hex | 13 | 47 | CE | 5B | 42 | 0 | 13 | DF | 53 | 2C |
| Octal | 23 | 107 | 316 | 133 | 102 | 0 | 23 | 337 | 123 | 54 |
| Binary | 10011 | 1000111 | 11001110 | 1011011 | 1000010 | 0 | 10011 | 11011111 | 1010011 | 101100 |
Color Harmonies of #1347CE
Complementary color
Monochromatic Colors of #1347CE
Black with #1347CE
Text Example
Text Example
White with #1347CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1347CE; }
p { color: rgb(19,71,206); }
H1.HeaderClassName
{
color: #1347CE;
}
.AnyTagClassName
{
color: #1347CE;
}
</style>
background-color css
<style>
a { background-color: #1347CE; }
a { background-color: rgb(19,71,206); }
div.DivClassName
{
background-color: #1347CE;
}
.BgClassName
{
background-color: #1347CE;
}
</style>
border-color css
<style>
span { border-color: #1347CE; }
span { border-color: rgb(19,71,206); }
td.TdClassName
{
border-color: #1347CE;
}
.TagClassName
{
border-color: #1347CE;
}
</style>