Shades of Persian Blue #193CF0
Tints of Persian Blue #193CF0
RGB
CMYK
RGB Variations
Color information
#193CF0 (or 0x193CF0) is known color: Persian Blue. HEX triplet: 19, 3C and F0. RGB value is (25,60,240). Sum of RGB (Red+Green+Blue) = 25+60+240=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 240 (94.14% from 255 or 73.85% from 325); Max value from RGB is 240 - color contains mainly: blue. Hex color #193CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193CF0 is #E6C30F. Grayscale: #454545. Windows color (decimal): -15123216 or 15744025. OLE color: 15744025.
HSL color Cylindrical-coordinate representation of color #193CF0: hue angle of 230.23º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193CF0 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 60 | 240 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.06 |
| HSL | 230.23º | 0.88% | 0.52% | - |
| HSV(B) | 230.23º | 0.9% | 0.94% | - |
| XYZ | 17.74 | 9.73 | 83.38 | - |
| YUV | 70.06 | 223.9 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 240 | 0.90 | 0.75 | 0 | 0.06 | 230.23 | 0.88 | 0.52 |
| Hex | 19 | 3C | F0 | 5A | 4B | 0 | 6 | E6 | 58 | 34 |
| Octal | 31 | 74 | 360 | 132 | 113 | 0 | 6 | 346 | 130 | 64 |
| Binary | 11001 | 111100 | 11110000 | 1011010 | 1001011 | 0 | 110 | 11100110 | 1011000 | 110100 |
Color Harmonies of #193CF0
Complementary color
Monochromatic Colors of #193CF0
Black with #193CF0
Text Example
Text Example
White with #193CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CF0; }
p { color: rgb(25,60,240); }
H1.HeaderClassName
{
color: #193CF0;
}
.AnyTagClassName
{
color: #193CF0;
}
</style>
background-color css
<style>
a { background-color: #193CF0; }
a { background-color: rgb(25,60,240); }
div.DivClassName
{
background-color: #193CF0;
}
.BgClassName
{
background-color: #193CF0;
}
</style>
border-color css
<style>
span { border-color: #193CF0; }
span { border-color: rgb(25,60,240); }
td.TdClassName
{
border-color: #193CF0;
}
.TagClassName
{
border-color: #193CF0;
}
</style>