Shades of Persian Blue #192EEB
Tints of Persian Blue #192EEB
RGB
CMYK
RGB Variations
Color information
#192EEB (or 0x192EEB) is known color: Persian Blue. HEX triplet: 19, 2E and EB. RGB value is (25,46,235). Sum of RGB (Red+Green+Blue) = 25+46+235=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 235 (92.19% from 255 or 76.80% from 306); Max value from RGB is 235 - color contains mainly: blue. Hex color #192EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192EEB is #E6D114. Grayscale: #3C3C3C. Windows color (decimal): -15126805 or 15412761. OLE color: 15412761.
HSL color Cylindrical-coordinate representation of color #192EEB: hue angle of 234º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192EEB is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 46 | 235 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.08 |
| HSL | 234º | 0.84% | 0.51% | - |
| HSV(B) | 234º | 0.89% | 0.92% | - |
| XYZ | 16.37 | 8.16 | 79.31 | - |
| YUV | 61.27 | 226.04 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 235 | 0.89 | 0.80 | 0 | 0.08 | 234 | 0.84 | 0.51 |
| Hex | 19 | 2E | EB | 59 | 50 | 0 | 8 | EA | 54 | 33 |
| Octal | 31 | 56 | 353 | 131 | 120 | 0 | 10 | 352 | 124 | 63 |
| Binary | 11001 | 101110 | 11101011 | 1011001 | 1010000 | 0 | 1000 | 11101010 | 1010100 | 110011 |
Color Harmonies of #192EEB
Complementary color
Monochromatic Colors of #192EEB
Black with #192EEB
Text Example
Text Example
White with #192EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EEB; }
p { color: rgb(25,46,235); }
H1.HeaderClassName
{
color: #192EEB;
}
.AnyTagClassName
{
color: #192EEB;
}
</style>
background-color css
<style>
a { background-color: #192EEB; }
a { background-color: rgb(25,46,235); }
div.DivClassName
{
background-color: #192EEB;
}
.BgClassName
{
background-color: #192EEB;
}
</style>
border-color css
<style>
span { border-color: #192EEB; }
span { border-color: rgb(25,46,235); }
td.TdClassName
{
border-color: #192EEB;
}
.TagClassName
{
border-color: #192EEB;
}
</style>