Shades of Persian Blue #193BEE
Tints of Persian Blue #193BEE
RGB
CMYK
RGB Variations
Color information
#193BEE (or 0x193BEE) is known color: Persian Blue. HEX triplet: 19, 3B and EE. RGB value is (25,59,238). Sum of RGB (Red+Green+Blue) = 25+59+238=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #193BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193BEE is #E6C411. Grayscale: #444444. Windows color (decimal): -15123474 or 15612697. OLE color: 15612697.
HSL color Cylindrical-coordinate representation of color #193BEE: hue angle of 230.42º 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 #193BEE is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 59 | 238 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.07 |
| HSL | 230.42º | 0.86% | 0.52% | - |
| HSV(B) | 230.42º | 0.89% | 0.93% | - |
| XYZ | 17.4 | 9.51 | 81.81 | - |
| YUV | 69.24 | 223.24 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 238 | 0.89 | 0.75 | 0 | 0.07 | 230.42 | 0.86 | 0.52 |
| Hex | 19 | 3B | EE | 59 | 4B | 0 | 7 | E6 | 56 | 34 |
| Octal | 31 | 73 | 356 | 131 | 113 | 0 | 7 | 346 | 126 | 64 |
| Binary | 11001 | 111011 | 11101110 | 1011001 | 1001011 | 0 | 111 | 11100110 | 1010110 | 110100 |
Color Harmonies of #193BEE
Complementary color
Monochromatic Colors of #193BEE
Black with #193BEE
Text Example
Text Example
White with #193BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BEE; }
p { color: rgb(25,59,238); }
H1.HeaderClassName
{
color: #193BEE;
}
.AnyTagClassName
{
color: #193BEE;
}
</style>
background-color css
<style>
a { background-color: #193BEE; }
a { background-color: rgb(25,59,238); }
div.DivClassName
{
background-color: #193BEE;
}
.BgClassName
{
background-color: #193BEE;
}
</style>
border-color css
<style>
span { border-color: #193BEE; }
span { border-color: rgb(25,59,238); }
td.TdClassName
{
border-color: #193BEE;
}
.TagClassName
{
border-color: #193BEE;
}
</style>