Shades of Persian Blue #133ECF
Tints of Persian Blue #133ECF
RGB
CMYK
RGB Variations
Color information
#133ECF (or 0x133ECF) is known color: Persian Blue. HEX triplet: 13, 3E and CF. RGB value is (19,62,207). Sum of RGB (Red+Green+Blue) = 19+62+207=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #133ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133ECF is #ECC130. Grayscale: #414141. Windows color (decimal): -15515953 or 13581843. OLE color: 13581843.
HSL color Cylindrical-coordinate representation of color #133ECF: hue angle of 226.28º 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 #133ECF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 62 | 207 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.19 |
| HSL | 226.28º | 0.83% | 0.44% | - |
| HSV(B) | 226.28º | 0.91% | 0.81% | - |
| XYZ | 13.25 | 8.09 | 59.89 | - |
| YUV | 65.67 | 207.75 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 207 | 0.91 | 0.70 | 0 | 0.19 | 226.28 | 0.83 | 0.44 |
| Hex | 13 | 3E | CF | 5B | 46 | 0 | 13 | E2 | 53 | 2C |
| Octal | 23 | 76 | 317 | 133 | 106 | 0 | 23 | 342 | 123 | 54 |
| Binary | 10011 | 111110 | 11001111 | 1011011 | 1000110 | 0 | 10011 | 11100010 | 1010011 | 101100 |
Color Harmonies of #133ECF
Complementary color
Monochromatic Colors of #133ECF
Black with #133ECF
Text Example
Text Example
White with #133ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133ECF; }
p { color: rgb(19,62,207); }
H1.HeaderClassName
{
color: #133ECF;
}
.AnyTagClassName
{
color: #133ECF;
}
</style>
background-color css
<style>
a { background-color: #133ECF; }
a { background-color: rgb(19,62,207); }
div.DivClassName
{
background-color: #133ECF;
}
.BgClassName
{
background-color: #133ECF;
}
</style>
border-color css
<style>
span { border-color: #133ECF; }
span { border-color: rgb(19,62,207); }
td.TdClassName
{
border-color: #133ECF;
}
.TagClassName
{
border-color: #133ECF;
}
</style>