Shades of Persian Blue #133BCC
Tints of Persian Blue #133BCC
RGB
CMYK
RGB Variations
Color information
#133BCC (or 0x133BCC) is known color: Persian Blue. HEX triplet: 13, 3B and CC. RGB value is (19,59,204). Sum of RGB (Red+Green+Blue) = 19+59+204=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #133BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BCC is #ECC433. Grayscale: #3E3E3E. Windows color (decimal): -15516724 or 13384467. OLE color: 13384467.
HSL color Cylindrical-coordinate representation of color #133BCC: hue angle of 227.03º 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 #133BCC is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 59 | 204 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.2 |
| HSL | 227.03º | 0.83% | 0.44% | - |
| HSV(B) | 227.03º | 0.91% | 0.8% | - |
| XYZ | 12.73 | 7.63 | 57.93 | - |
| YUV | 63.57 | 207.25 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 204 | 0.91 | 0.71 | 0 | 0.2 | 227.03 | 0.83 | 0.44 |
| Hex | 13 | 3B | CC | 5B | 47 | 0 | 14 | E3 | 53 | 2C |
| Octal | 23 | 73 | 314 | 133 | 107 | 0 | 24 | 343 | 123 | 54 |
| Binary | 10011 | 111011 | 11001100 | 1011011 | 1000111 | 0 | 10100 | 11100011 | 1010011 | 101100 |
Color Harmonies of #133BCC
Complementary color
Monochromatic Colors of #133BCC
Black with #133BCC
Text Example
Text Example
White with #133BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BCC; }
p { color: rgb(19,59,204); }
H1.HeaderClassName
{
color: #133BCC;
}
.AnyTagClassName
{
color: #133BCC;
}
</style>
background-color css
<style>
a { background-color: #133BCC; }
a { background-color: rgb(19,59,204); }
div.DivClassName
{
background-color: #133BCC;
}
.BgClassName
{
background-color: #133BCC;
}
</style>
border-color css
<style>
span { border-color: #133BCC; }
span { border-color: rgb(19,59,204); }
td.TdClassName
{
border-color: #133BCC;
}
.TagClassName
{
border-color: #133BCC;
}
</style>