Shades of Persian Blue #133BDF
Tints of Persian Blue #133BDF
RGB
CMYK
RGB Variations
Color information
#133BDF (or 0x133BDF) is known color: Persian Blue. HEX triplet: 13, 3B and DF. RGB value is (19,59,223). Sum of RGB (Red+Green+Blue) = 19+59+223=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #133BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BDF is #ECC420. Grayscale: #414141. Windows color (decimal): -15516705 or 14629651. OLE color: 14629651.
HSL color Cylindrical-coordinate representation of color #133BDF: hue angle of 228.24º 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 #133BDF is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 59 | 223 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.13 |
| HSL | 228.24º | 0.84% | 0.47% | - |
| HSV(B) | 228.24º | 0.91% | 0.87% | - |
| XYZ | 15.15 | 8.59 | 70.67 | - |
| YUV | 65.74 | 216.75 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 223 | 0.91 | 0.74 | 0 | 0.13 | 228.24 | 0.84 | 0.47 |
| Hex | 13 | 3B | DF | 5B | 4A | 0 | D | E4 | 54 | 2F |
| Octal | 23 | 73 | 337 | 133 | 112 | 0 | 15 | 344 | 124 | 57 |
| Binary | 10011 | 111011 | 11011111 | 1011011 | 1001010 | 0 | 1101 | 11100100 | 1010100 | 101111 |
Color Harmonies of #133BDF
Complementary color
Monochromatic Colors of #133BDF
Black with #133BDF
Text Example
Text Example
White with #133BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BDF; }
p { color: rgb(19,59,223); }
H1.HeaderClassName
{
color: #133BDF;
}
.AnyTagClassName
{
color: #133BDF;
}
</style>
background-color css
<style>
a { background-color: #133BDF; }
a { background-color: rgb(19,59,223); }
div.DivClassName
{
background-color: #133BDF;
}
.BgClassName
{
background-color: #133BDF;
}
</style>
border-color css
<style>
span { border-color: #133BDF; }
span { border-color: rgb(19,59,223); }
td.TdClassName
{
border-color: #133BDF;
}
.TagClassName
{
border-color: #133BDF;
}
</style>