Shades of Persian Blue #193CF2
Tints of Persian Blue #193CF2
RGB
CMYK
RGB Variations
Color information
#193CF2 (or 0x193CF2) is known color: Persian Blue. HEX triplet: 19, 3C and F2. RGB value is (25,60,242). Sum of RGB (Red+Green+Blue) = 25+60+242=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 242 (94.92% from 255 or 74.01% from 327); Max value from RGB is 242 - color contains mainly: blue. Hex color #193CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193CF2 is #E6C30D. Grayscale: #454545. Windows color (decimal): -15123214 or 15875097. OLE color: 15875097.
HSL color Cylindrical-coordinate representation of color #193CF2: hue angle of 230.32º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193CF2 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 60 | 242 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.05 |
| HSL | 230.32º | 0.89% | 0.52% | - |
| HSV(B) | 230.32º | 0.9% | 0.95% | - |
| XYZ | 18.04 | 9.85 | 84.95 | - |
| YUV | 70.28 | 224.9 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 242 | 0.90 | 0.75 | 0 | 0.05 | 230.32 | 0.89 | 0.52 |
| Hex | 19 | 3C | F2 | 5A | 4B | 0 | 5 | E6 | 59 | 34 |
| Octal | 31 | 74 | 362 | 132 | 113 | 0 | 5 | 346 | 131 | 64 |
| Binary | 11001 | 111100 | 11110010 | 1011010 | 1001011 | 0 | 101 | 11100110 | 1011001 | 110100 |
Color Harmonies of #193CF2
Complementary color
Monochromatic Colors of #193CF2
Black with #193CF2
Text Example
Text Example
White with #193CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CF2; }
p { color: rgb(25,60,242); }
H1.HeaderClassName
{
color: #193CF2;
}
.AnyTagClassName
{
color: #193CF2;
}
</style>
background-color css
<style>
a { background-color: #193CF2; }
a { background-color: rgb(25,60,242); }
div.DivClassName
{
background-color: #193CF2;
}
.BgClassName
{
background-color: #193CF2;
}
</style>
border-color css
<style>
span { border-color: #193CF2; }
span { border-color: rgb(25,60,242); }
td.TdClassName
{
border-color: #193CF2;
}
.TagClassName
{
border-color: #193CF2;
}
</style>