Shades of Persian Blue #133DDF
Tints of Persian Blue #133DDF
RGB
CMYK
RGB Variations
Color information
#133DDF (or 0x133DDF) is known color: Persian Blue. HEX triplet: 13, 3D and DF. RGB value is (19,61,223). Sum of RGB (Red+Green+Blue) = 19+61+223=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #133DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DDF is #ECC220. Grayscale: #424242. Windows color (decimal): -15516193 or 14630163. OLE color: 14630163.
HSL color Cylindrical-coordinate representation of color #133DDF: hue angle of 227.65º 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 #133DDF is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 61 | 223 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.13 |
| HSL | 227.65º | 0.84% | 0.47% | - |
| HSV(B) | 227.65º | 0.91% | 0.87% | - |
| XYZ | 15.26 | 8.8 | 70.71 | - |
| YUV | 66.91 | 216.09 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 223 | 0.91 | 0.73 | 0 | 0.13 | 227.65 | 0.84 | 0.47 |
| Hex | 13 | 3D | DF | 5B | 49 | 0 | D | E4 | 54 | 2F |
| Octal | 23 | 75 | 337 | 133 | 111 | 0 | 15 | 344 | 124 | 57 |
| Binary | 10011 | 111101 | 11011111 | 1011011 | 1001001 | 0 | 1101 | 11100100 | 1010100 | 101111 |
Color Harmonies of #133DDF
Complementary color
Monochromatic Colors of #133DDF
Black with #133DDF
Text Example
Text Example
White with #133DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DDF; }
p { color: rgb(19,61,223); }
H1.HeaderClassName
{
color: #133DDF;
}
.AnyTagClassName
{
color: #133DDF;
}
</style>
background-color css
<style>
a { background-color: #133DDF; }
a { background-color: rgb(19,61,223); }
div.DivClassName
{
background-color: #133DDF;
}
.BgClassName
{
background-color: #133DDF;
}
</style>
border-color css
<style>
span { border-color: #133DDF; }
span { border-color: rgb(19,61,223); }
td.TdClassName
{
border-color: #133DDF;
}
.TagClassName
{
border-color: #133DDF;
}
</style>