Shades of Persian Blue #133BDB
Tints of Persian Blue #133BDB
RGB
CMYK
RGB Variations
Color information
#133BDB (or 0x133BDB) is known color: Persian Blue. HEX triplet: 13, 3B and DB. RGB value is (19,59,219). Sum of RGB (Red+Green+Blue) = 19+59+219=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #133BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BDB is #ECC424. Grayscale: #404040. Windows color (decimal): -15516709 or 14367507. OLE color: 14367507.
HSL color Cylindrical-coordinate representation of color #133BDB: hue angle of 228º 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 #133BDB is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 59 | 219 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.14 |
| HSL | 228º | 0.84% | 0.47% | - |
| HSV(B) | 228º | 0.91% | 0.86% | - |
| XYZ | 14.62 | 8.38 | 67.87 | - |
| YUV | 65.28 | 214.75 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 219 | 0.91 | 0.73 | 0 | 0.14 | 228 | 0.84 | 0.47 |
| Hex | 13 | 3B | DB | 5B | 49 | 0 | E | E4 | 54 | 2F |
| Octal | 23 | 73 | 333 | 133 | 111 | 0 | 16 | 344 | 124 | 57 |
| Binary | 10011 | 111011 | 11011011 | 1011011 | 1001001 | 0 | 1110 | 11100100 | 1010100 | 101111 |
Color Harmonies of #133BDB
Complementary color
Monochromatic Colors of #133BDB
Black with #133BDB
Text Example
Text Example
White with #133BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BDB; }
p { color: rgb(19,59,219); }
H1.HeaderClassName
{
color: #133BDB;
}
.AnyTagClassName
{
color: #133BDB;
}
</style>
background-color css
<style>
a { background-color: #133BDB; }
a { background-color: rgb(19,59,219); }
div.DivClassName
{
background-color: #133BDB;
}
.BgClassName
{
background-color: #133BDB;
}
</style>
border-color css
<style>
span { border-color: #133BDB; }
span { border-color: rgb(19,59,219); }
td.TdClassName
{
border-color: #133BDB;
}
.TagClassName
{
border-color: #133BDB;
}
</style>