Shades of Persian Blue #133FDF
Tints of Persian Blue #133FDF
RGB
CMYK
RGB Variations
Color information
#133FDF (or 0x133FDF) is known color: Persian Blue. HEX triplet: 13, 3F and DF. RGB value is (19,63,223). Sum of RGB (Red+Green+Blue) = 19+63+223=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #133FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FDF is #ECC020. Grayscale: #434343. Windows color (decimal): -15515681 or 14630675. OLE color: 14630675.
HSL color Cylindrical-coordinate representation of color #133FDF: hue angle of 227.06º 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 #133FDF is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 63 | 223 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.13 |
| HSL | 227.06º | 0.84% | 0.47% | - |
| HSV(B) | 227.06º | 0.91% | 0.87% | - |
| XYZ | 15.37 | 9.02 | 70.74 | - |
| YUV | 68.08 | 215.42 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 223 | 0.91 | 0.72 | 0 | 0.13 | 227.06 | 0.84 | 0.47 |
| Hex | 13 | 3F | DF | 5B | 48 | 0 | D | E3 | 54 | 2F |
| Octal | 23 | 77 | 337 | 133 | 110 | 0 | 15 | 343 | 124 | 57 |
| Binary | 10011 | 111111 | 11011111 | 1011011 | 1001000 | 0 | 1101 | 11100011 | 1010100 | 101111 |
Color Harmonies of #133FDF
Complementary color
Monochromatic Colors of #133FDF
Black with #133FDF
Text Example
Text Example
White with #133FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FDF; }
p { color: rgb(19,63,223); }
H1.HeaderClassName
{
color: #133FDF;
}
.AnyTagClassName
{
color: #133FDF;
}
</style>
background-color css
<style>
a { background-color: #133FDF; }
a { background-color: rgb(19,63,223); }
div.DivClassName
{
background-color: #133FDF;
}
.BgClassName
{
background-color: #133FDF;
}
</style>
border-color css
<style>
span { border-color: #133FDF; }
span { border-color: rgb(19,63,223); }
td.TdClassName
{
border-color: #133FDF;
}
.TagClassName
{
border-color: #133FDF;
}
</style>