Shades of Persian Blue #133CDB
Tints of Persian Blue #133CDB
RGB
CMYK
RGB Variations
Color information
#133CDB (or 0x133CDB) is known color: Persian Blue. HEX triplet: 13, 3C and DB. RGB value is (19,60,219). Sum of RGB (Red+Green+Blue) = 19+60+219=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #133CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CDB is #ECC324. Grayscale: #414141. Windows color (decimal): -15516453 or 14367763. OLE color: 14367763.
HSL color Cylindrical-coordinate representation of color #133CDB: hue angle of 227.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133CDB is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 60 | 219 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.14 |
| HSL | 227.7º | 0.84% | 0.47% | - |
| HSV(B) | 227.7º | 0.91% | 0.86% | - |
| XYZ | 14.67 | 8.48 | 67.88 | - |
| YUV | 65.87 | 214.42 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 219 | 0.91 | 0.73 | 0 | 0.14 | 227.7 | 0.84 | 0.47 |
| Hex | 13 | 3C | DB | 5B | 49 | 0 | E | E4 | 54 | 2F |
| Octal | 23 | 74 | 333 | 133 | 111 | 0 | 16 | 344 | 124 | 57 |
| Binary | 10011 | 111100 | 11011011 | 1011011 | 1001001 | 0 | 1110 | 11100100 | 1010100 | 101111 |
Color Harmonies of #133CDB
Complementary color
Monochromatic Colors of #133CDB
Black with #133CDB
Text Example
Text Example
White with #133CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133CDB; }
p { color: rgb(19,60,219); }
H1.HeaderClassName
{
color: #133CDB;
}
.AnyTagClassName
{
color: #133CDB;
}
</style>
background-color css
<style>
a { background-color: #133CDB; }
a { background-color: rgb(19,60,219); }
div.DivClassName
{
background-color: #133CDB;
}
.BgClassName
{
background-color: #133CDB;
}
</style>
border-color css
<style>
span { border-color: #133CDB; }
span { border-color: rgb(19,60,219); }
td.TdClassName
{
border-color: #133CDB;
}
.TagClassName
{
border-color: #133CDB;
}
</style>