Shades of Persian Blue #192EB8
Tints of Persian Blue #192EB8
RGB
CMYK
RGB Variations
Color information
#192EB8 (or 0x192EB8) is known color: Persian Blue. HEX triplet: 19, 2E and B8. RGB value is (25,46,184). Sum of RGB (Red+Green+Blue) = 25+46+184=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 184 (72.27% from 255 or 72.16% from 255); Max value from RGB is 184 - color contains mainly: blue. Hex color #192EB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192EB8 is #E6D147. Grayscale: #363636. Windows color (decimal): -15126856 or 12070425. OLE color: 12070425.
HSL color Cylindrical-coordinate representation of color #192EB8: hue angle of 232.08º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192EB8 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 46 | 184 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.28 |
| HSL | 232.08º | 0.76% | 0.41% | - |
| HSV(B) | 232.08º | 0.86% | 0.72% | - |
| XYZ | 10.03 | 5.62 | 45.9 | - |
| YUV | 55.45 | 200.54 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 184 | 0.86 | 0.75 | 0 | 0.28 | 232.08 | 0.76 | 0.41 |
| Hex | 19 | 2E | B8 | 56 | 4B | 0 | 1C | E8 | 4C | 29 |
| Octal | 31 | 56 | 270 | 126 | 113 | 0 | 34 | 350 | 114 | 51 |
| Binary | 11001 | 101110 | 10111000 | 1010110 | 1001011 | 0 | 11100 | 11101000 | 1001100 | 101001 |
Color Harmonies of #192EB8
Complementary color
Monochromatic Colors of #192EB8
Black with #192EB8
Text Example
Text Example
White with #192EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EB8; }
p { color: rgb(25,46,184); }
H1.HeaderClassName
{
color: #192EB8;
}
.AnyTagClassName
{
color: #192EB8;
}
</style>
background-color css
<style>
a { background-color: #192EB8; }
a { background-color: rgb(25,46,184); }
div.DivClassName
{
background-color: #192EB8;
}
.BgClassName
{
background-color: #192EB8;
}
</style>
border-color css
<style>
span { border-color: #192EB8; }
span { border-color: rgb(25,46,184); }
td.TdClassName
{
border-color: #192EB8;
}
.TagClassName
{
border-color: #192EB8;
}
</style>