Shades of Persian Blue #133CCC
Tints of Persian Blue #133CCC
RGB
CMYK
RGB Variations
Color information
#133CCC (or 0x133CCC) is known color: Persian Blue. HEX triplet: 13, 3C and CC. RGB value is (19,60,204). Sum of RGB (Red+Green+Blue) = 19+60+204=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #133CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CCC is #ECC333. Grayscale: #3F3F3F. Windows color (decimal): -15516468 or 13384723. OLE color: 13384723.
HSL color Cylindrical-coordinate representation of color #133CCC: hue angle of 226.7º 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 #133CCC is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 60 | 204 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.2 |
| HSL | 226.7º | 0.83% | 0.44% | - |
| HSV(B) | 226.7º | 0.91% | 0.8% | - |
| XYZ | 12.78 | 7.73 | 57.94 | - |
| YUV | 64.16 | 206.92 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 204 | 0.91 | 0.71 | 0 | 0.2 | 226.7 | 0.83 | 0.44 |
| Hex | 13 | 3C | CC | 5B | 47 | 0 | 14 | E3 | 53 | 2C |
| Octal | 23 | 74 | 314 | 133 | 107 | 0 | 24 | 343 | 123 | 54 |
| Binary | 10011 | 111100 | 11001100 | 1011011 | 1000111 | 0 | 10100 | 11100011 | 1010011 | 101100 |
Color Harmonies of #133CCC
Complementary color
Monochromatic Colors of #133CCC
Black with #133CCC
Text Example
Text Example
White with #133CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133CCC; }
p { color: rgb(19,60,204); }
H1.HeaderClassName
{
color: #133CCC;
}
.AnyTagClassName
{
color: #133CCC;
}
</style>
background-color css
<style>
a { background-color: #133CCC; }
a { background-color: rgb(19,60,204); }
div.DivClassName
{
background-color: #133CCC;
}
.BgClassName
{
background-color: #133CCC;
}
</style>
border-color css
<style>
span { border-color: #133CCC; }
span { border-color: rgb(19,60,204); }
td.TdClassName
{
border-color: #133CCC;
}
.TagClassName
{
border-color: #133CCC;
}
</style>