Shades of Persian Blue #192EBA
Tints of Persian Blue #192EBA
RGB
CMYK
RGB Variations
Color information
#192EBA (or 0x192EBA) is known color: Persian Blue. HEX triplet: 19, 2E and BA. RGB value is (25,46,186). Sum of RGB (Red+Green+Blue) = 25+46+186=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #192EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192EBA is #E6D145. Grayscale: #373737. Windows color (decimal): -15126854 or 12201497. OLE color: 12201497.
HSL color Cylindrical-coordinate representation of color #192EBA: hue angle of 232.17º 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 #192EBA is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 46 | 186 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.27 |
| HSL | 232.17º | 0.76% | 0.41% | - |
| HSV(B) | 232.17º | 0.87% | 0.73% | - |
| XYZ | 10.24 | 5.71 | 47.02 | - |
| YUV | 55.68 | 201.54 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 186 | 0.87 | 0.75 | 0 | 0.27 | 232.17 | 0.76 | 0.41 |
| Hex | 19 | 2E | BA | 57 | 4B | 0 | 1B | E8 | 4C | 29 |
| Octal | 31 | 56 | 272 | 127 | 113 | 0 | 33 | 350 | 114 | 51 |
| Binary | 11001 | 101110 | 10111010 | 1010111 | 1001011 | 0 | 11011 | 11101000 | 1001100 | 101001 |
Color Harmonies of #192EBA
Complementary color
Monochromatic Colors of #192EBA
Black with #192EBA
Text Example
Text Example
White with #192EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EBA; }
p { color: rgb(25,46,186); }
H1.HeaderClassName
{
color: #192EBA;
}
.AnyTagClassName
{
color: #192EBA;
}
</style>
background-color css
<style>
a { background-color: #192EBA; }
a { background-color: rgb(25,46,186); }
div.DivClassName
{
background-color: #192EBA;
}
.BgClassName
{
background-color: #192EBA;
}
</style>
border-color css
<style>
span { border-color: #192EBA; }
span { border-color: rgb(25,46,186); }
td.TdClassName
{
border-color: #192EBA;
}
.TagClassName
{
border-color: #192EBA;
}
</style>