Shades of Persian Blue #133DC6
Tints of Persian Blue #133DC6
RGB
CMYK
RGB Variations
Color information
#133DC6 (or 0x133DC6) is known color: Persian Blue. HEX triplet: 13, 3D and C6. RGB value is (19,61,198). Sum of RGB (Red+Green+Blue) = 19+61+198=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 198 (77.73% from 255 or 71.22% from 278); Max value from RGB is 198 - color contains mainly: blue. Hex color #133DC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DC6 is #ECC239. Grayscale: #3F3F3F. Windows color (decimal): -15516218 or 12991763. OLE color: 12991763.
HSL color Cylindrical-coordinate representation of color #133DC6: hue angle of 225.92º 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 #133DC6 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 61 | 198 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.22 |
| HSL | 225.92º | 0.82% | 0.43% | - |
| HSV(B) | 225.92º | 0.9% | 0.78% | - |
| XYZ | 12.13 | 7.55 | 54.24 | - |
| YUV | 64.06 | 203.59 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 198 | 0.90 | 0.69 | 0 | 0.22 | 225.92 | 0.82 | 0.43 |
| Hex | 13 | 3D | C6 | 5A | 45 | 0 | 16 | E2 | 52 | 2B |
| Octal | 23 | 75 | 306 | 132 | 105 | 0 | 26 | 342 | 122 | 53 |
| Binary | 10011 | 111101 | 11000110 | 1011010 | 1000101 | 0 | 10110 | 11100010 | 1010010 | 101011 |
Color Harmonies of #133DC6
Complementary color
Monochromatic Colors of #133DC6
Black with #133DC6
Text Example
Text Example
White with #133DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DC6; }
p { color: rgb(19,61,198); }
H1.HeaderClassName
{
color: #133DC6;
}
.AnyTagClassName
{
color: #133DC6;
}
</style>
background-color css
<style>
a { background-color: #133DC6; }
a { background-color: rgb(19,61,198); }
div.DivClassName
{
background-color: #133DC6;
}
.BgClassName
{
background-color: #133DC6;
}
</style>
border-color css
<style>
span { border-color: #133DC6; }
span { border-color: rgb(19,61,198); }
td.TdClassName
{
border-color: #133DC6;
}
.TagClassName
{
border-color: #133DC6;
}
</style>