Shades of Persian Blue #133DCB
Tints of Persian Blue #133DCB
RGB
CMYK
RGB Variations
Color information
#133DCB (or 0x133DCB) is known color: Persian Blue. HEX triplet: 13, 3D and CB. RGB value is (19,61,203). Sum of RGB (Red+Green+Blue) = 19+61+203=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #133DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DCB is #ECC234. Grayscale: #404040. Windows color (decimal): -15516213 or 13319443. OLE color: 13319443.
HSL color Cylindrical-coordinate representation of color #133DCB: hue angle of 226.3º 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 #133DCB is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 61 | 203 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.20 |
| HSL | 226.3º | 0.83% | 0.44% | - |
| HSV(B) | 226.3º | 0.91% | 0.8% | - |
| XYZ | 12.72 | 7.79 | 57.33 | - |
| YUV | 64.63 | 206.09 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 203 | 0.91 | 0.70 | 0 | 0.20 | 226.3 | 0.83 | 0.44 |
| Hex | 13 | 3D | CB | 5B | 46 | 0 | 14 | E2 | 53 | 2C |
| Octal | 23 | 75 | 313 | 133 | 106 | 0 | 24 | 342 | 123 | 54 |
| Binary | 10011 | 111101 | 11001011 | 1011011 | 1000110 | 0 | 10100 | 11100010 | 1010011 | 101100 |
Color Harmonies of #133DCB
Complementary color
Monochromatic Colors of #133DCB
Black with #133DCB
Text Example
Text Example
White with #133DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DCB; }
p { color: rgb(19,61,203); }
H1.HeaderClassName
{
color: #133DCB;
}
.AnyTagClassName
{
color: #133DCB;
}
</style>
background-color css
<style>
a { background-color: #133DCB; }
a { background-color: rgb(19,61,203); }
div.DivClassName
{
background-color: #133DCB;
}
.BgClassName
{
background-color: #133DCB;
}
</style>
border-color css
<style>
span { border-color: #133DCB; }
span { border-color: rgb(19,61,203); }
td.TdClassName
{
border-color: #133DCB;
}
.TagClassName
{
border-color: #133DCB;
}
</style>