Shades of Persian Blue #1337F4
Tints of Persian Blue #1337F4
RGB
CMYK
RGB Variations
Color information
#1337F4 (or 0x1337F4) is known color: Persian Blue. HEX triplet: 13, 37 and F4. RGB value is (19,55,244). Sum of RGB (Red+Green+Blue) = 19+55+244=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 244 (95.70% from 255 or 76.73% from 318); Max value from RGB is 244 - color contains mainly: blue. Hex color #1337F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1337F4 is #ECC80B. Grayscale: #404040. Windows color (decimal): -15517708 or 16004883. OLE color: 16004883.
HSL color Cylindrical-coordinate representation of color #1337F4: hue angle of 230.4º 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 #1337F4 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 55 | 244 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.04 |
| HSL | 230.4º | 0.91% | 0.52% | - |
| HSV(B) | 230.4º | 0.92% | 0.96% | - |
| XYZ | 17.96 | 9.4 | 86.46 | - |
| YUV | 65.78 | 228.57 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 244 | 0.92 | 0.77 | 0 | 0.04 | 230.4 | 0.91 | 0.52 |
| Hex | 13 | 37 | F4 | 5C | 4D | 0 | 4 | E6 | 5B | 34 |
| Octal | 23 | 67 | 364 | 134 | 115 | 0 | 4 | 346 | 133 | 64 |
| Binary | 10011 | 110111 | 11110100 | 1011100 | 1001101 | 0 | 100 | 11100110 | 1011011 | 110100 |
Color Harmonies of #1337F4
Complementary color
Monochromatic Colors of #1337F4
Black with #1337F4
Text Example
Text Example
White with #1337F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1337F4; }
p { color: rgb(19,55,244); }
H1.HeaderClassName
{
color: #1337F4;
}
.AnyTagClassName
{
color: #1337F4;
}
</style>
background-color css
<style>
a { background-color: #1337F4; }
a { background-color: rgb(19,55,244); }
div.DivClassName
{
background-color: #1337F4;
}
.BgClassName
{
background-color: #1337F4;
}
</style>
border-color css
<style>
span { border-color: #1337F4; }
span { border-color: rgb(19,55,244); }
td.TdClassName
{
border-color: #1337F4;
}
.TagClassName
{
border-color: #1337F4;
}
</style>