Shades of Persian Blue #133FCF
Tints of Persian Blue #133FCF
RGB
CMYK
RGB Variations
Color information
#133FCF (or 0x133FCF) is known color: Persian Blue. HEX triplet: 13, 3F and CF. RGB value is (19,63,207). Sum of RGB (Red+Green+Blue) = 19+63+207=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #133FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FCF is #ECC030. Grayscale: #414141. Windows color (decimal): -15515697 or 13582099. OLE color: 13582099.
HSL color Cylindrical-coordinate representation of color #133FCF: hue angle of 225.96º 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 #133FCF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 63 | 207 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.19 |
| HSL | 225.96º | 0.83% | 0.44% | - |
| HSV(B) | 225.96º | 0.91% | 0.81% | - |
| XYZ | 13.31 | 8.2 | 59.91 | - |
| YUV | 66.26 | 207.42 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 207 | 0.91 | 0.70 | 0 | 0.19 | 225.96 | 0.83 | 0.44 |
| Hex | 13 | 3F | CF | 5B | 46 | 0 | 13 | E2 | 53 | 2C |
| Octal | 23 | 77 | 317 | 133 | 106 | 0 | 23 | 342 | 123 | 54 |
| Binary | 10011 | 111111 | 11001111 | 1011011 | 1000110 | 0 | 10011 | 11100010 | 1010011 | 101100 |
Color Harmonies of #133FCF
Complementary color
Monochromatic Colors of #133FCF
Black with #133FCF
Text Example
Text Example
White with #133FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FCF; }
p { color: rgb(19,63,207); }
H1.HeaderClassName
{
color: #133FCF;
}
.AnyTagClassName
{
color: #133FCF;
}
</style>
background-color css
<style>
a { background-color: #133FCF; }
a { background-color: rgb(19,63,207); }
div.DivClassName
{
background-color: #133FCF;
}
.BgClassName
{
background-color: #133FCF;
}
</style>
border-color css
<style>
span { border-color: #133FCF; }
span { border-color: rgb(19,63,207); }
td.TdClassName
{
border-color: #133FCF;
}
.TagClassName
{
border-color: #133FCF;
}
</style>