Shades of Persian Blue #133FC6
Tints of Persian Blue #133FC6
RGB
CMYK
RGB Variations
Color information
#133FC6 (or 0x133FC6) is known color: Persian Blue. HEX triplet: 13, 3F and C6. RGB value is (19,63,198). Sum of RGB (Red+Green+Blue) = 19+63+198=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 198 (77.73% from 255 or 70.71% from 280); Max value from RGB is 198 - color contains mainly: blue. Hex color #133FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FC6 is #ECC039. Grayscale: #404040. Windows color (decimal): -15515706 or 12992275. OLE color: 12992275.
HSL color Cylindrical-coordinate representation of color #133FC6: hue angle of 225.25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133FC6 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 63 | 198 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.22 |
| HSL | 225.25º | 0.82% | 0.43% | - |
| HSV(B) | 225.25º | 0.9% | 0.78% | - |
| XYZ | 12.24 | 7.77 | 54.28 | - |
| YUV | 65.23 | 202.92 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 198 | 0.90 | 0.68 | 0 | 0.22 | 225.25 | 0.82 | 0.43 |
| Hex | 13 | 3F | C6 | 5A | 44 | 0 | 16 | E1 | 52 | 2B |
| Octal | 23 | 77 | 306 | 132 | 104 | 0 | 26 | 341 | 122 | 53 |
| Binary | 10011 | 111111 | 11000110 | 1011010 | 1000100 | 0 | 10110 | 11100001 | 1010010 | 101011 |
Color Harmonies of #133FC6
Complementary color
Monochromatic Colors of #133FC6
Black with #133FC6
Text Example
Text Example
White with #133FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FC6; }
p { color: rgb(19,63,198); }
H1.HeaderClassName
{
color: #133FC6;
}
.AnyTagClassName
{
color: #133FC6;
}
</style>
background-color css
<style>
a { background-color: #133FC6; }
a { background-color: rgb(19,63,198); }
div.DivClassName
{
background-color: #133FC6;
}
.BgClassName
{
background-color: #133FC6;
}
</style>
border-color css
<style>
span { border-color: #133FC6; }
span { border-color: rgb(19,63,198); }
td.TdClassName
{
border-color: #133FC6;
}
.TagClassName
{
border-color: #133FC6;
}
</style>