Shades of Persian Blue #193EBB
Tints of Persian Blue #193EBB
RGB
CMYK
RGB Variations
Color information
#193EBB (or 0x193EBB) is known color: Persian Blue. HEX triplet: 19, 3E and BB. RGB value is (25,62,187). Sum of RGB (Red+Green+Blue) = 25+62+187=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #193EBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EBB is #E6C144. Grayscale: #404040. Windows color (decimal): -15122757 or 12271129. OLE color: 12271129.
HSL color Cylindrical-coordinate representation of color #193EBB: hue angle of 226.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193EBB is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 62 | 187 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.27 |
| HSL | 226.3º | 0.76% | 0.42% | - |
| HSV(B) | 226.3º | 0.87% | 0.73% | - |
| XYZ | 11.09 | 7.24 | 47.83 | - |
| YUV | 65.19 | 196.74 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 187 | 0.87 | 0.67 | 0 | 0.27 | 226.3 | 0.76 | 0.42 |
| Hex | 19 | 3E | BB | 57 | 43 | 0 | 1B | E2 | 4C | 2A |
| Octal | 31 | 76 | 273 | 127 | 103 | 0 | 33 | 342 | 114 | 52 |
| Binary | 11001 | 111110 | 10111011 | 1010111 | 1000011 | 0 | 11011 | 11100010 | 1001100 | 101010 |
Color Harmonies of #193EBB
Complementary color
Monochromatic Colors of #193EBB
Black with #193EBB
Text Example
Text Example
White with #193EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193EBB; }
p { color: rgb(25,62,187); }
H1.HeaderClassName
{
color: #193EBB;
}
.AnyTagClassName
{
color: #193EBB;
}
</style>
background-color css
<style>
a { background-color: #193EBB; }
a { background-color: rgb(25,62,187); }
div.DivClassName
{
background-color: #193EBB;
}
.BgClassName
{
background-color: #193EBB;
}
</style>
border-color css
<style>
span { border-color: #193EBB; }
span { border-color: rgb(25,62,187); }
td.TdClassName
{
border-color: #193EBB;
}
.TagClassName
{
border-color: #193EBB;
}
</style>