Shades of Persian Blue #1334CD
Tints of Persian Blue #1334CD
RGB
CMYK
RGB Variations
Color information
#1334CD (or 0x1334CD) is known color: Persian Blue. HEX triplet: 13, 34 and CD. RGB value is (19,52,205). Sum of RGB (Red+Green+Blue) = 19+52+205=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #1334CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1334CD is #ECCB32. Grayscale: #3A3A3A. Windows color (decimal): -15518515 or 13448211. OLE color: 13448211.
HSL color Cylindrical-coordinate representation of color #1334CD: hue angle of 229.35º 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 #1334CD is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 52 | 205 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.20 |
| HSL | 229.35º | 0.83% | 0.44% | - |
| HSV(B) | 229.35º | 0.91% | 0.8% | - |
| XYZ | 12.52 | 7 | 58.45 | - |
| YUV | 59.58 | 210.07 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 205 | 0.91 | 0.75 | 0 | 0.20 | 229.35 | 0.83 | 0.44 |
| Hex | 13 | 34 | CD | 5B | 4B | 0 | 14 | E5 | 53 | 2C |
| Octal | 23 | 64 | 315 | 133 | 113 | 0 | 24 | 345 | 123 | 54 |
| Binary | 10011 | 110100 | 11001101 | 1011011 | 1001011 | 0 | 10100 | 11100101 | 1010011 | 101100 |
Color Harmonies of #1334CD
Complementary color
Monochromatic Colors of #1334CD
Black with #1334CD
Text Example
Text Example
White with #1334CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1334CD; }
p { color: rgb(19,52,205); }
H1.HeaderClassName
{
color: #1334CD;
}
.AnyTagClassName
{
color: #1334CD;
}
</style>
background-color css
<style>
a { background-color: #1334CD; }
a { background-color: rgb(19,52,205); }
div.DivClassName
{
background-color: #1334CD;
}
.BgClassName
{
background-color: #1334CD;
}
</style>
border-color css
<style>
span { border-color: #1334CD; }
span { border-color: rgb(19,52,205); }
td.TdClassName
{
border-color: #1334CD;
}
.TagClassName
{
border-color: #1334CD;
}
</style>