Shades of Persian Blue #193BEF
Tints of Persian Blue #193BEF
RGB
CMYK
RGB Variations
Color information
#193BEF (or 0x193BEF) is known color: Persian Blue. HEX triplet: 19, 3B and EF. RGB value is (25,59,239). Sum of RGB (Red+Green+Blue) = 25+59+239=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #193BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193BEF is #E6C410. Grayscale: #444444. Windows color (decimal): -15123473 or 15678233. OLE color: 15678233.
HSL color Cylindrical-coordinate representation of color #193BEF: hue angle of 230.47º degrees, saturation: 0.87, 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 #193BEF is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 59 | 239 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.06 |
| HSL | 230.47º | 0.87% | 0.52% | - |
| HSV(B) | 230.47º | 0.9% | 0.94% | - |
| XYZ | 17.54 | 9.57 | 82.58 | - |
| YUV | 69.35 | 223.74 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 239 | 0.90 | 0.75 | 0 | 0.06 | 230.47 | 0.87 | 0.52 |
| Hex | 19 | 3B | EF | 5A | 4B | 0 | 6 | E6 | 57 | 34 |
| Octal | 31 | 73 | 357 | 132 | 113 | 0 | 6 | 346 | 127 | 64 |
| Binary | 11001 | 111011 | 11101111 | 1011010 | 1001011 | 0 | 110 | 11100110 | 1010111 | 110100 |
Color Harmonies of #193BEF
Complementary color
Monochromatic Colors of #193BEF
Black with #193BEF
Text Example
Text Example
White with #193BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BEF; }
p { color: rgb(25,59,239); }
H1.HeaderClassName
{
color: #193BEF;
}
.AnyTagClassName
{
color: #193BEF;
}
</style>
background-color css
<style>
a { background-color: #193BEF; }
a { background-color: rgb(25,59,239); }
div.DivClassName
{
background-color: #193BEF;
}
.BgClassName
{
background-color: #193BEF;
}
</style>
border-color css
<style>
span { border-color: #193BEF; }
span { border-color: rgb(25,59,239); }
td.TdClassName
{
border-color: #193BEF;
}
.TagClassName
{
border-color: #193BEF;
}
</style>