Shades of Persian Blue #193DEE
Tints of Persian Blue #193DEE
RGB
CMYK
RGB Variations
Color information
#193DEE (or 0x193DEE) is known color: Persian Blue. HEX triplet: 19, 3D and EE. RGB value is (25,61,238). Sum of RGB (Red+Green+Blue) = 25+61+238=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #193DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193DEE is #E6C211. Grayscale: #454545. Windows color (decimal): -15122962 or 15613209. OLE color: 15613209.
HSL color Cylindrical-coordinate representation of color #193DEE: hue angle of 229.86º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193DEE is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 61 | 238 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.07 |
| HSL | 229.86º | 0.86% | 0.52% | - |
| HSV(B) | 229.86º | 0.89% | 0.93% | - |
| XYZ | 17.5 | 9.72 | 81.84 | - |
| YUV | 70.41 | 222.57 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 238 | 0.89 | 0.74 | 0 | 0.07 | 229.86 | 0.86 | 0.52 |
| Hex | 19 | 3D | EE | 59 | 4A | 0 | 7 | E6 | 56 | 34 |
| Octal | 31 | 75 | 356 | 131 | 112 | 0 | 7 | 346 | 126 | 64 |
| Binary | 11001 | 111101 | 11101110 | 1011001 | 1001010 | 0 | 111 | 11100110 | 1010110 | 110100 |
Color Harmonies of #193DEE
Complementary color
Monochromatic Colors of #193DEE
Black with #193DEE
Text Example
Text Example
White with #193DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193DEE; }
p { color: rgb(25,61,238); }
H1.HeaderClassName
{
color: #193DEE;
}
.AnyTagClassName
{
color: #193DEE;
}
</style>
background-color css
<style>
a { background-color: #193DEE; }
a { background-color: rgb(25,61,238); }
div.DivClassName
{
background-color: #193DEE;
}
.BgClassName
{
background-color: #193DEE;
}
</style>
border-color css
<style>
span { border-color: #193DEE; }
span { border-color: rgb(25,61,238); }
td.TdClassName
{
border-color: #193DEE;
}
.TagClassName
{
border-color: #193DEE;
}
</style>