Shades of Persian Blue #1336CF
Tints of Persian Blue #1336CF
RGB
CMYK
RGB Variations
Color information
#1336CF (or 0x1336CF) is known color: Persian Blue. HEX triplet: 13, 36 and CF. RGB value is (19,54,207). Sum of RGB (Red+Green+Blue) = 19+54+207=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #1336CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1336CF is #ECC930. Grayscale: #3C3C3C. Windows color (decimal): -15518001 or 13579795. OLE color: 13579795.
HSL color Cylindrical-coordinate representation of color #1336CF: hue angle of 228.83º 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 #1336CF is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 54 | 207 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.19 |
| HSL | 228.83º | 0.83% | 0.44% | - |
| HSV(B) | 228.83º | 0.91% | 0.81% | - |
| XYZ | 12.85 | 7.28 | 59.76 | - |
| YUV | 60.98 | 210.4 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 207 | 0.91 | 0.74 | 0 | 0.19 | 228.83 | 0.83 | 0.44 |
| Hex | 13 | 36 | CF | 5B | 4A | 0 | 13 | E5 | 53 | 2C |
| Octal | 23 | 66 | 317 | 133 | 112 | 0 | 23 | 345 | 123 | 54 |
| Binary | 10011 | 110110 | 11001111 | 1011011 | 1001010 | 0 | 10011 | 11100101 | 1010011 | 101100 |
Color Harmonies of #1336CF
Complementary color
Monochromatic Colors of #1336CF
Black with #1336CF
Text Example
Text Example
White with #1336CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1336CF; }
p { color: rgb(19,54,207); }
H1.HeaderClassName
{
color: #1336CF;
}
.AnyTagClassName
{
color: #1336CF;
}
</style>
background-color css
<style>
a { background-color: #1336CF; }
a { background-color: rgb(19,54,207); }
div.DivClassName
{
background-color: #1336CF;
}
.BgClassName
{
background-color: #1336CF;
}
</style>
border-color css
<style>
span { border-color: #1336CF; }
span { border-color: rgb(19,54,207); }
td.TdClassName
{
border-color: #1336CF;
}
.TagClassName
{
border-color: #1336CF;
}
</style>