Shades of Persian Blue #133CED
Tints of Persian Blue #133CED
RGB
CMYK
RGB Variations
Color information
#133CED (or 0x133CED) is known color: Persian Blue. HEX triplet: 13, 3C and ED. RGB value is (19,60,237). Sum of RGB (Red+Green+Blue) = 19+60+237=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #133CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133CED is #ECC312. Grayscale: #434343. Windows color (decimal): -15516435 or 15547411. OLE color: 15547411.
HSL color Cylindrical-coordinate representation of color #133CED: hue angle of 228.72º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133CED is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 60 | 237 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.07 |
| HSL | 228.72º | 0.86% | 0.5% | - |
| HSV(B) | 228.72º | 0.92% | 0.93% | - |
| XYZ | 17.17 | 9.48 | 81.05 | - |
| YUV | 67.92 | 223.42 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 237 | 0.92 | 0.75 | 0 | 0.07 | 228.72 | 0.86 | 0.5 |
| Hex | 13 | 3C | ED | 5C | 4B | 0 | 7 | E5 | 56 | 32 |
| Octal | 23 | 74 | 355 | 134 | 113 | 0 | 7 | 345 | 126 | 62 |
| Binary | 10011 | 111100 | 11101101 | 1011100 | 1001011 | 0 | 111 | 11100101 | 1010110 | 110010 |
Color Harmonies of #133CED
Complementary color
Monochromatic Colors of #133CED
Black with #133CED
Text Example
Text Example
White with #133CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133CED; }
p { color: rgb(19,60,237); }
H1.HeaderClassName
{
color: #133CED;
}
.AnyTagClassName
{
color: #133CED;
}
</style>
background-color css
<style>
a { background-color: #133CED; }
a { background-color: rgb(19,60,237); }
div.DivClassName
{
background-color: #133CED;
}
.BgClassName
{
background-color: #133CED;
}
</style>
border-color css
<style>
span { border-color: #133CED; }
span { border-color: rgb(19,60,237); }
td.TdClassName
{
border-color: #133CED;
}
.TagClassName
{
border-color: #133CED;
}
</style>