Shades of Persian Blue #133BC9
Tints of Persian Blue #133BC9
RGB
CMYK
RGB Variations
Color information
#133BC9 (or 0x133BC9) is known color: Persian Blue. HEX triplet: 13, 3B and C9. RGB value is (19,59,201). Sum of RGB (Red+Green+Blue) = 19+59+201=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #133BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BC9 is #ECC436. Grayscale: #3E3E3E. Windows color (decimal): -15516727 or 13187859. OLE color: 13187859.
HSL color Cylindrical-coordinate representation of color #133BC9: hue angle of 226.81º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133BC9 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 59 | 201 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.21 |
| HSL | 226.81º | 0.83% | 0.43% | - |
| HSV(B) | 226.81º | 0.91% | 0.79% | - |
| XYZ | 12.38 | 7.48 | 56.05 | - |
| YUV | 63.23 | 205.75 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 201 | 0.91 | 0.71 | 0 | 0.21 | 226.81 | 0.83 | 0.43 |
| Hex | 13 | 3B | C9 | 5B | 47 | 0 | 15 | E3 | 53 | 2B |
| Octal | 23 | 73 | 311 | 133 | 107 | 0 | 25 | 343 | 123 | 53 |
| Binary | 10011 | 111011 | 11001001 | 1011011 | 1000111 | 0 | 10101 | 11100011 | 1010011 | 101011 |
Color Harmonies of #133BC9
Complementary color
Monochromatic Colors of #133BC9
Black with #133BC9
Text Example
Text Example
White with #133BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BC9; }
p { color: rgb(19,59,201); }
H1.HeaderClassName
{
color: #133BC9;
}
.AnyTagClassName
{
color: #133BC9;
}
</style>
background-color css
<style>
a { background-color: #133BC9; }
a { background-color: rgb(19,59,201); }
div.DivClassName
{
background-color: #133BC9;
}
.BgClassName
{
background-color: #133BC9;
}
</style>
border-color css
<style>
span { border-color: #133BC9; }
span { border-color: rgb(19,59,201); }
td.TdClassName
{
border-color: #133BC9;
}
.TagClassName
{
border-color: #133BC9;
}
</style>