Shades of Persian Blue #192EB4
Tints of Persian Blue #192EB4
RGB
CMYK
RGB Variations
Color information
#192EB4 (or 0x192EB4) is known color: Persian Blue. HEX triplet: 19, 2E and B4. RGB value is (25,46,180). Sum of RGB (Red+Green+Blue) = 25+46+180=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 180 (70.70% from 255 or 71.71% from 251); Max value from RGB is 180 - color contains mainly: blue. Hex color #192EB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192EB4 is #E6D14B. Grayscale: #363636. Windows color (decimal): -15126860 or 11808281. OLE color: 11808281.
HSL color Cylindrical-coordinate representation of color #192EB4: hue angle of 231.87º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192EB4 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 46 | 180 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.29 |
| HSL | 231.87º | 0.76% | 0.4% | - |
| HSV(B) | 231.87º | 0.86% | 0.71% | - |
| XYZ | 9.62 | 5.46 | 43.73 | - |
| YUV | 55 | 198.54 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 180 | 0.86 | 0.74 | 0 | 0.29 | 231.87 | 0.76 | 0.4 |
| Hex | 19 | 2E | B4 | 56 | 4A | 0 | 1D | E8 | 4C | 28 |
| Octal | 31 | 56 | 264 | 126 | 112 | 0 | 35 | 350 | 114 | 50 |
| Binary | 11001 | 101110 | 10110100 | 1010110 | 1001010 | 0 | 11101 | 11101000 | 1001100 | 101000 |
Color Harmonies of #192EB4
Complementary color
Monochromatic Colors of #192EB4
Black with #192EB4
Text Example
Text Example
White with #192EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EB4; }
p { color: rgb(25,46,180); }
H1.HeaderClassName
{
color: #192EB4;
}
.AnyTagClassName
{
color: #192EB4;
}
</style>
background-color css
<style>
a { background-color: #192EB4; }
a { background-color: rgb(25,46,180); }
div.DivClassName
{
background-color: #192EB4;
}
.BgClassName
{
background-color: #192EB4;
}
</style>
border-color css
<style>
span { border-color: #192EB4; }
span { border-color: rgb(25,46,180); }
td.TdClassName
{
border-color: #192EB4;
}
.TagClassName
{
border-color: #192EB4;
}
</style>