Shades of Persian Blue #1339F4
Tints of Persian Blue #1339F4
RGB
CMYK
RGB Variations
Color information
#1339F4 (or 0x1339F4) is known color: Persian Blue. HEX triplet: 13, 39 and F4. RGB value is (19,57,244). Sum of RGB (Red+Green+Blue) = 19+57+244=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 244 (95.70% from 255 or 76.25% from 320); Max value from RGB is 244 - color contains mainly: blue. Hex color #1339F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1339F4 is #ECC60B. Grayscale: #424242. Windows color (decimal): -15517196 or 16005395. OLE color: 16005395.
HSL color Cylindrical-coordinate representation of color #1339F4: hue angle of 229.87º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1339F4 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 57 | 244 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.04 |
| HSL | 229.87º | 0.91% | 0.52% | - |
| HSV(B) | 229.87º | 0.92% | 0.96% | - |
| XYZ | 18.06 | 9.6 | 86.49 | - |
| YUV | 66.96 | 227.91 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 244 | 0.92 | 0.77 | 0 | 0.04 | 229.87 | 0.91 | 0.52 |
| Hex | 13 | 39 | F4 | 5C | 4D | 0 | 4 | E6 | 5B | 34 |
| Octal | 23 | 71 | 364 | 134 | 115 | 0 | 4 | 346 | 133 | 64 |
| Binary | 10011 | 111001 | 11110100 | 1011100 | 1001101 | 0 | 100 | 11100110 | 1011011 | 110100 |
Color Harmonies of #1339F4
Complementary color
Monochromatic Colors of #1339F4
Black with #1339F4
Text Example
Text Example
White with #1339F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1339F4; }
p { color: rgb(19,57,244); }
H1.HeaderClassName
{
color: #1339F4;
}
.AnyTagClassName
{
color: #1339F4;
}
</style>
background-color css
<style>
a { background-color: #1339F4; }
a { background-color: rgb(19,57,244); }
div.DivClassName
{
background-color: #1339F4;
}
.BgClassName
{
background-color: #1339F4;
}
</style>
border-color css
<style>
span { border-color: #1339F4; }
span { border-color: rgb(19,57,244); }
td.TdClassName
{
border-color: #1339F4;
}
.TagClassName
{
border-color: #1339F4;
}
</style>