Shades of Persian Blue #133ACF
Tints of Persian Blue #133ACF
RGB
CMYK
RGB Variations
Color information
#133ACF (or 0x133ACF) is known color: Persian Blue. HEX triplet: 13, 3A and CF. RGB value is (19,58,207). Sum of RGB (Red+Green+Blue) = 19+58+207=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #133ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133ACF is #ECC530. Grayscale: #3E3E3E. Windows color (decimal): -15516977 or 13580819. OLE color: 13580819.
HSL color Cylindrical-coordinate representation of color #133ACF: hue angle of 227.55º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133ACF is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 58 | 207 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.19 |
| HSL | 227.55º | 0.83% | 0.44% | - |
| HSV(B) | 227.55º | 0.91% | 0.81% | - |
| XYZ | 13.04 | 7.67 | 59.82 | - |
| YUV | 63.33 | 209.08 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 207 | 0.91 | 0.72 | 0 | 0.19 | 227.55 | 0.83 | 0.44 |
| Hex | 13 | 3A | CF | 5B | 48 | 0 | 13 | E4 | 53 | 2C |
| Octal | 23 | 72 | 317 | 133 | 110 | 0 | 23 | 344 | 123 | 54 |
| Binary | 10011 | 111010 | 11001111 | 1011011 | 1001000 | 0 | 10011 | 11100100 | 1010011 | 101100 |
Color Harmonies of #133ACF
Complementary color
Monochromatic Colors of #133ACF
Black with #133ACF
Text Example
Text Example
White with #133ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133ACF; }
p { color: rgb(19,58,207); }
H1.HeaderClassName
{
color: #133ACF;
}
.AnyTagClassName
{
color: #133ACF;
}
</style>
background-color css
<style>
a { background-color: #133ACF; }
a { background-color: rgb(19,58,207); }
div.DivClassName
{
background-color: #133ACF;
}
.BgClassName
{
background-color: #133ACF;
}
</style>
border-color css
<style>
span { border-color: #133ACF; }
span { border-color: rgb(19,58,207); }
td.TdClassName
{
border-color: #133ACF;
}
.TagClassName
{
border-color: #133ACF;
}
</style>