Shades of Persian Blue #133DBF
Tints of Persian Blue #133DBF
RGB
CMYK
RGB Variations
Color information
#133DBF (or 0x133DBF) is known color: Persian Blue. HEX triplet: 13, 3D and BF. RGB value is (19,61,191). Sum of RGB (Red+Green+Blue) = 19+61+191=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #133DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DBF is #ECC240. Grayscale: #3E3E3E. Windows color (decimal): -15516225 or 12533011. OLE color: 12533011.
HSL color Cylindrical-coordinate representation of color #133DBF: hue angle of 225.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133DBF is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 61 | 191 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.25 |
| HSL | 225.35º | 0.82% | 0.41% | - |
| HSV(B) | 225.35º | 0.9% | 0.75% | - |
| XYZ | 11.34 | 7.24 | 50.09 | - |
| YUV | 63.26 | 200.09 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 191 | 0.90 | 0.68 | 0 | 0.25 | 225.35 | 0.82 | 0.41 |
| Hex | 13 | 3D | BF | 5A | 44 | 0 | 19 | E1 | 52 | 29 |
| Octal | 23 | 75 | 277 | 132 | 104 | 0 | 31 | 341 | 122 | 51 |
| Binary | 10011 | 111101 | 10111111 | 1011010 | 1000100 | 0 | 11001 | 11100001 | 1010010 | 101001 |
Color Harmonies of #133DBF
Complementary color
Monochromatic Colors of #133DBF
Black with #133DBF
Text Example
Text Example
White with #133DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DBF; }
p { color: rgb(19,61,191); }
H1.HeaderClassName
{
color: #133DBF;
}
.AnyTagClassName
{
color: #133DBF;
}
</style>
background-color css
<style>
a { background-color: #133DBF; }
a { background-color: rgb(19,61,191); }
div.DivClassName
{
background-color: #133DBF;
}
.BgClassName
{
background-color: #133DBF;
}
</style>
border-color css
<style>
span { border-color: #133DBF; }
span { border-color: rgb(19,61,191); }
td.TdClassName
{
border-color: #133DBF;
}
.TagClassName
{
border-color: #133DBF;
}
</style>