Shades of Persian Blue #133DF4
Tints of Persian Blue #133DF4
RGB
CMYK
RGB Variations
Color information
#133DF4 (or 0x133DF4) is known color: Persian Blue. HEX triplet: 13, 3D and F4. RGB value is (19,61,244). Sum of RGB (Red+Green+Blue) = 19+61+244=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 244 (95.70% from 255 or 75.31% from 324); Max value from RGB is 244 - color contains mainly: blue. Hex color #133DF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133DF4 is #ECC20B. Grayscale: #444444. Windows color (decimal): -15516172 or 16006419. OLE color: 16006419.
HSL color Cylindrical-coordinate representation of color #133DF4: hue angle of 228.8º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133DF4 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 61 | 244 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.04 |
| HSL | 228.8º | 0.91% | 0.52% | - |
| HSV(B) | 228.8º | 0.92% | 0.96% | - |
| XYZ | 18.27 | 10.01 | 86.56 | - |
| YUV | 69.3 | 226.59 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 244 | 0.92 | 0.75 | 0 | 0.04 | 228.8 | 0.91 | 0.52 |
| Hex | 13 | 3D | F4 | 5C | 4B | 0 | 4 | E5 | 5B | 34 |
| Octal | 23 | 75 | 364 | 134 | 113 | 0 | 4 | 345 | 133 | 64 |
| Binary | 10011 | 111101 | 11110100 | 1011100 | 1001011 | 0 | 100 | 11100101 | 1011011 | 110100 |
Color Harmonies of #133DF4
Complementary color
Monochromatic Colors of #133DF4
Black with #133DF4
Text Example
Text Example
White with #133DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DF4; }
p { color: rgb(19,61,244); }
H1.HeaderClassName
{
color: #133DF4;
}
.AnyTagClassName
{
color: #133DF4;
}
</style>
background-color css
<style>
a { background-color: #133DF4; }
a { background-color: rgb(19,61,244); }
div.DivClassName
{
background-color: #133DF4;
}
.BgClassName
{
background-color: #133DF4;
}
</style>
border-color css
<style>
span { border-color: #133DF4; }
span { border-color: rgb(19,61,244); }
td.TdClassName
{
border-color: #133DF4;
}
.TagClassName
{
border-color: #133DF4;
}
</style>