Shades of Persian Blue #1339CF
Tints of Persian Blue #1339CF
RGB
CMYK
RGB Variations
Color information
#1339CF (or 0x1339CF) is known color: Persian Blue. HEX triplet: 13, 39 and CF. RGB value is (19,57,207). Sum of RGB (Red+Green+Blue) = 19+57+207=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #1339CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1339CF is #ECC630. Grayscale: #3E3E3E. Windows color (decimal): -15517233 or 13580563. OLE color: 13580563.
HSL color Cylindrical-coordinate representation of color #1339CF: hue angle of 227.87º 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 #1339CF is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 57 | 207 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.19 |
| HSL | 227.87º | 0.83% | 0.44% | - |
| HSV(B) | 227.87º | 0.91% | 0.81% | - |
| XYZ | 12.99 | 7.57 | 59.81 | - |
| YUV | 62.74 | 209.41 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 207 | 0.91 | 0.72 | 0 | 0.19 | 227.87 | 0.83 | 0.44 |
| Hex | 13 | 39 | CF | 5B | 48 | 0 | 13 | E4 | 53 | 2C |
| Octal | 23 | 71 | 317 | 133 | 110 | 0 | 23 | 344 | 123 | 54 |
| Binary | 10011 | 111001 | 11001111 | 1011011 | 1001000 | 0 | 10011 | 11100100 | 1010011 | 101100 |
Color Harmonies of #1339CF
Complementary color
Monochromatic Colors of #1339CF
Black with #1339CF
Text Example
Text Example
White with #1339CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1339CF; }
p { color: rgb(19,57,207); }
H1.HeaderClassName
{
color: #1339CF;
}
.AnyTagClassName
{
color: #1339CF;
}
</style>
background-color css
<style>
a { background-color: #1339CF; }
a { background-color: rgb(19,57,207); }
div.DivClassName
{
background-color: #1339CF;
}
.BgClassName
{
background-color: #1339CF;
}
</style>
border-color css
<style>
span { border-color: #1339CF; }
span { border-color: rgb(19,57,207); }
td.TdClassName
{
border-color: #1339CF;
}
.TagClassName
{
border-color: #1339CF;
}
</style>