Shades of Persian Blue #133CCD
Tints of Persian Blue #133CCD
RGB
CMYK
RGB Variations
Color information
#133CCD (or 0x133CCD) is known color: Persian Blue. HEX triplet: 13, 3C and CD. RGB value is (19,60,205). Sum of RGB (Red+Green+Blue) = 19+60+205=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #133CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CCD is #ECC332. Grayscale: #3F3F3F. Windows color (decimal): -15516467 or 13450259. OLE color: 13450259.
HSL color Cylindrical-coordinate representation of color #133CCD: hue angle of 226.77º 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 #133CCD is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 60 | 205 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.20 |
| HSL | 226.77º | 0.83% | 0.44% | - |
| HSV(B) | 226.77º | 0.91% | 0.8% | - |
| XYZ | 12.9 | 7.78 | 58.58 | - |
| YUV | 64.27 | 207.42 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 205 | 0.91 | 0.71 | 0 | 0.20 | 226.77 | 0.83 | 0.44 |
| Hex | 13 | 3C | CD | 5B | 47 | 0 | 14 | E3 | 53 | 2C |
| Octal | 23 | 74 | 315 | 133 | 107 | 0 | 24 | 343 | 123 | 54 |
| Binary | 10011 | 111100 | 11001101 | 1011011 | 1000111 | 0 | 10100 | 11100011 | 1010011 | 101100 |
Color Harmonies of #133CCD
Complementary color
Monochromatic Colors of #133CCD
Black with #133CCD
Text Example
Text Example
White with #133CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133CCD; }
p { color: rgb(19,60,205); }
H1.HeaderClassName
{
color: #133CCD;
}
.AnyTagClassName
{
color: #133CCD;
}
</style>
background-color css
<style>
a { background-color: #133CCD; }
a { background-color: rgb(19,60,205); }
div.DivClassName
{
background-color: #133CCD;
}
.BgClassName
{
background-color: #133CCD;
}
</style>
border-color css
<style>
span { border-color: #133CCD; }
span { border-color: rgb(19,60,205); }
td.TdClassName
{
border-color: #133CCD;
}
.TagClassName
{
border-color: #133CCD;
}
</style>