Shades of Persian Blue #1327DC
Tints of Persian Blue #1327DC
RGB
CMYK
RGB Variations
Color information
#1327DC (or 0x1327DC) is known color: Persian Blue. HEX triplet: 13, 27 and DC. RGB value is (19,39,220). Sum of RGB (Red+Green+Blue) = 19+39+220=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #1327DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1327DC is #ECD823. Grayscale: #343434. Windows color (decimal): -15521828 or 14427923. OLE color: 14427923.
HSL color Cylindrical-coordinate representation of color #1327DC: hue angle of 234.03º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1327DC is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 39 | 220 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.14 |
| HSL | 234.03º | 0.84% | 0.47% | - |
| HSV(B) | 234.03º | 0.91% | 0.86% | - |
| XYZ | 13.91 | 6.76 | 68.28 | - |
| YUV | 53.65 | 221.87 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 220 | 0.91 | 0.82 | 0 | 0.14 | 234.03 | 0.84 | 0.47 |
| Hex | 13 | 27 | DC | 5B | 52 | 0 | E | EA | 54 | 2F |
| Octal | 23 | 47 | 334 | 133 | 122 | 0 | 16 | 352 | 124 | 57 |
| Binary | 10011 | 100111 | 11011100 | 1011011 | 1010010 | 0 | 1110 | 11101010 | 1010100 | 101111 |
Color Harmonies of #1327DC
Complementary color
Monochromatic Colors of #1327DC
Black with #1327DC
Text Example
Text Example
White with #1327DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1327DC; }
p { color: rgb(19,39,220); }
H1.HeaderClassName
{
color: #1327DC;
}
.AnyTagClassName
{
color: #1327DC;
}
</style>
background-color css
<style>
a { background-color: #1327DC; }
a { background-color: rgb(19,39,220); }
div.DivClassName
{
background-color: #1327DC;
}
.BgClassName
{
background-color: #1327DC;
}
</style>
border-color css
<style>
span { border-color: #1327DC; }
span { border-color: rgb(19,39,220); }
td.TdClassName
{
border-color: #1327DC;
}
.TagClassName
{
border-color: #1327DC;
}
</style>