Shades of Persian Blue #1338F0
Tints of Persian Blue #1338F0
RGB
CMYK
RGB Variations
Color information
#1338F0 (or 0x1338F0) is known color: Persian Blue. HEX triplet: 13, 38 and F0. RGB value is (19,56,240). Sum of RGB (Red+Green+Blue) = 19+56+240=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 240 (94.14% from 255 or 76.19% from 315); Max value from RGB is 240 - color contains mainly: blue. Hex color #1338F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1338F0 is #ECC70F. Grayscale: #414141. Windows color (decimal): -15517456 or 15742995. OLE color: 15742995.
HSL color Cylindrical-coordinate representation of color #1338F0: hue angle of 229.95º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1338F0 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 56 | 240 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.06 |
| HSL | 229.95º | 0.88% | 0.51% | - |
| HSV(B) | 229.95º | 0.92% | 0.94% | - |
| XYZ | 17.41 | 9.26 | 83.31 | - |
| YUV | 65.91 | 226.24 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 240 | 0.92 | 0.77 | 0 | 0.06 | 229.95 | 0.88 | 0.51 |
| Hex | 13 | 38 | F0 | 5C | 4D | 0 | 6 | E6 | 58 | 33 |
| Octal | 23 | 70 | 360 | 134 | 115 | 0 | 6 | 346 | 130 | 63 |
| Binary | 10011 | 111000 | 11110000 | 1011100 | 1001101 | 0 | 110 | 11100110 | 1011000 | 110011 |
Color Harmonies of #1338F0
Complementary color
Monochromatic Colors of #1338F0
Black with #1338F0
Text Example
Text Example
White with #1338F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1338F0; }
p { color: rgb(19,56,240); }
H1.HeaderClassName
{
color: #1338F0;
}
.AnyTagClassName
{
color: #1338F0;
}
</style>
background-color css
<style>
a { background-color: #1338F0; }
a { background-color: rgb(19,56,240); }
div.DivClassName
{
background-color: #1338F0;
}
.BgClassName
{
background-color: #1338F0;
}
</style>
border-color css
<style>
span { border-color: #1338F0; }
span { border-color: rgb(19,56,240); }
td.TdClassName
{
border-color: #1338F0;
}
.TagClassName
{
border-color: #1338F0;
}
</style>