Shades of Persian Blue #1326DD
Tints of Persian Blue #1326DD
RGB
CMYK
RGB Variations
Color information
#1326DD (or 0x1326DD) is known color: Persian Blue. HEX triplet: 13, 26 and DD. RGB value is (19,38,221). Sum of RGB (Red+Green+Blue) = 19+38+221=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #1326DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1326DD is #ECD922. Grayscale: #343434. Windows color (decimal): -15522083 or 14493203. OLE color: 14493203.
HSL color Cylindrical-coordinate representation of color #1326DD: hue angle of 234.36º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1326DD is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 38 | 221 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.13 |
| HSL | 234.36º | 0.84% | 0.47% | - |
| HSV(B) | 234.36º | 0.91% | 0.87% | - |
| XYZ | 14.01 | 6.75 | 68.97 | - |
| YUV | 53.18 | 222.71 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 221 | 0.91 | 0.83 | 0 | 0.13 | 234.36 | 0.84 | 0.47 |
| Hex | 13 | 26 | DD | 5B | 53 | 0 | D | EA | 54 | 2F |
| Octal | 23 | 46 | 335 | 133 | 123 | 0 | 15 | 352 | 124 | 57 |
| Binary | 10011 | 100110 | 11011101 | 1011011 | 1010011 | 0 | 1101 | 11101010 | 1010100 | 101111 |
Color Harmonies of #1326DD
Complementary color
Monochromatic Colors of #1326DD
Black with #1326DD
Text Example
Text Example
White with #1326DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1326DD; }
p { color: rgb(19,38,221); }
H1.HeaderClassName
{
color: #1326DD;
}
.AnyTagClassName
{
color: #1326DD;
}
</style>
background-color css
<style>
a { background-color: #1326DD; }
a { background-color: rgb(19,38,221); }
div.DivClassName
{
background-color: #1326DD;
}
.BgClassName
{
background-color: #1326DD;
}
</style>
border-color css
<style>
span { border-color: #1326DD; }
span { border-color: rgb(19,38,221); }
td.TdClassName
{
border-color: #1326DD;
}
.TagClassName
{
border-color: #1326DD;
}
</style>