Shades of Persian Blue #193EBA
Tints of Persian Blue #193EBA
RGB
CMYK
RGB Variations
Color information
#193EBA (or 0x193EBA) is known color: Persian Blue. HEX triplet: 19, 3E and BA. RGB value is (25,62,186). Sum of RGB (Red+Green+Blue) = 25+62+186=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #193EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EBA is #E6C145. Grayscale: #404040. Windows color (decimal): -15122758 or 12205593. OLE color: 12205593.
HSL color Cylindrical-coordinate representation of color #193EBA: hue angle of 226.21º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193EBA is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 62 | 186 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.27 |
| HSL | 226.21º | 0.76% | 0.41% | - |
| HSV(B) | 226.21º | 0.87% | 0.73% | - |
| XYZ | 10.99 | 7.2 | 47.26 | - |
| YUV | 65.07 | 196.24 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 186 | 0.87 | 0.67 | 0 | 0.27 | 226.21 | 0.76 | 0.41 |
| Hex | 19 | 3E | BA | 57 | 43 | 0 | 1B | E2 | 4C | 29 |
| Octal | 31 | 76 | 272 | 127 | 103 | 0 | 33 | 342 | 114 | 51 |
| Binary | 11001 | 111110 | 10111010 | 1010111 | 1000011 | 0 | 11011 | 11100010 | 1001100 | 101001 |
Color Harmonies of #193EBA
Complementary color
Monochromatic Colors of #193EBA
Black with #193EBA
Text Example
Text Example
White with #193EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193EBA; }
p { color: rgb(25,62,186); }
H1.HeaderClassName
{
color: #193EBA;
}
.AnyTagClassName
{
color: #193EBA;
}
</style>
background-color css
<style>
a { background-color: #193EBA; }
a { background-color: rgb(25,62,186); }
div.DivClassName
{
background-color: #193EBA;
}
.BgClassName
{
background-color: #193EBA;
}
</style>
border-color css
<style>
span { border-color: #193EBA; }
span { border-color: rgb(25,62,186); }
td.TdClassName
{
border-color: #193EBA;
}
.TagClassName
{
border-color: #193EBA;
}
</style>