Shades of Persian Blue #133FC1
Tints of Persian Blue #133FC1
RGB
CMYK
RGB Variations
Color information
#133FC1 (or 0x133FC1) is known color: Persian Blue. HEX triplet: 13, 3F and C1. RGB value is (19,63,193). Sum of RGB (Red+Green+Blue) = 19+63+193=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 193 (75.78% from 255 or 70.18% from 275); Max value from RGB is 193 - color contains mainly: blue. Hex color #133FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FC1 is #ECC03E. Grayscale: #404040. Windows color (decimal): -15515711 or 12664595. OLE color: 12664595.
HSL color Cylindrical-coordinate representation of color #133FC1: hue angle of 224.83º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133FC1 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 63 | 193 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.24 |
| HSL | 224.83º | 0.82% | 0.42% | - |
| HSV(B) | 224.83º | 0.9% | 0.76% | - |
| XYZ | 11.67 | 7.54 | 51.29 | - |
| YUV | 64.66 | 200.42 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 193 | 0.90 | 0.67 | 0 | 0.24 | 224.83 | 0.82 | 0.42 |
| Hex | 13 | 3F | C1 | 5A | 43 | 0 | 18 | E1 | 52 | 2A |
| Octal | 23 | 77 | 301 | 132 | 103 | 0 | 30 | 341 | 122 | 52 |
| Binary | 10011 | 111111 | 11000001 | 1011010 | 1000011 | 0 | 11000 | 11100001 | 1010010 | 101010 |
Color Harmonies of #133FC1
Complementary color
Monochromatic Colors of #133FC1
Black with #133FC1
Text Example
Text Example
White with #133FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FC1; }
p { color: rgb(19,63,193); }
H1.HeaderClassName
{
color: #133FC1;
}
.AnyTagClassName
{
color: #133FC1;
}
</style>
background-color css
<style>
a { background-color: #133FC1; }
a { background-color: rgb(19,63,193); }
div.DivClassName
{
background-color: #133FC1;
}
.BgClassName
{
background-color: #133FC1;
}
</style>
border-color css
<style>
span { border-color: #133FC1; }
span { border-color: rgb(19,63,193); }
td.TdClassName
{
border-color: #133FC1;
}
.TagClassName
{
border-color: #133FC1;
}
</style>