Shades of Persian Blue #133CDF
Tints of Persian Blue #133CDF
RGB
CMYK
RGB Variations
Color information
#133CDF (or 0x133CDF) is known color: Persian Blue. HEX triplet: 13, 3C and DF. RGB value is (19,60,223). Sum of RGB (Red+Green+Blue) = 19+60+223=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #133CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CDF is #ECC320. Grayscale: #414141. Windows color (decimal): -15516449 or 14629907. OLE color: 14629907.
HSL color Cylindrical-coordinate representation of color #133CDF: hue angle of 227.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133CDF is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 60 | 223 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.13 |
| HSL | 227.94º | 0.84% | 0.47% | - |
| HSV(B) | 227.94º | 0.91% | 0.87% | - |
| XYZ | 15.2 | 8.7 | 70.69 | - |
| YUV | 66.32 | 216.42 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 223 | 0.91 | 0.73 | 0 | 0.13 | 227.94 | 0.84 | 0.47 |
| Hex | 13 | 3C | DF | 5B | 49 | 0 | D | E4 | 54 | 2F |
| Octal | 23 | 74 | 337 | 133 | 111 | 0 | 15 | 344 | 124 | 57 |
| Binary | 10011 | 111100 | 11011111 | 1011011 | 1001001 | 0 | 1101 | 11100100 | 1010100 | 101111 |
Color Harmonies of #133CDF
Complementary color
Monochromatic Colors of #133CDF
Black with #133CDF
Text Example
Text Example
White with #133CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133CDF; }
p { color: rgb(19,60,223); }
H1.HeaderClassName
{
color: #133CDF;
}
.AnyTagClassName
{
color: #133CDF;
}
</style>
background-color css
<style>
a { background-color: #133CDF; }
a { background-color: rgb(19,60,223); }
div.DivClassName
{
background-color: #133CDF;
}
.BgClassName
{
background-color: #133CDF;
}
</style>
border-color css
<style>
span { border-color: #133CDF; }
span { border-color: rgb(19,60,223); }
td.TdClassName
{
border-color: #133CDF;
}
.TagClassName
{
border-color: #133CDF;
}
</style>