Shades of Persian Blue #192CB4
Tints of Persian Blue #192CB4
RGB
CMYK
RGB Variations
Color information
#192CB4 (or 0x192CB4) is known color: Persian Blue. HEX triplet: 19, 2C and B4. RGB value is (25,44,180). Sum of RGB (Red+Green+Blue) = 25+44+180=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 180 (70.70% from 255 or 72.29% from 249); Max value from RGB is 180 - color contains mainly: blue. Hex color #192CB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192CB4 is #E6D34B. Grayscale: #353535. Windows color (decimal): -15127372 or 11807769. OLE color: 11807769.
HSL color Cylindrical-coordinate representation of color #192CB4: hue angle of 232.65º 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 #192CB4 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 44 | 180 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.29 |
| HSL | 232.65º | 0.76% | 0.4% | - |
| HSV(B) | 232.65º | 0.86% | 0.71% | - |
| XYZ | 9.54 | 5.3 | 43.7 | - |
| YUV | 53.82 | 199.21 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 180 | 0.86 | 0.76 | 0 | 0.29 | 232.65 | 0.76 | 0.4 |
| Hex | 19 | 2C | B4 | 56 | 4C | 0 | 1D | E9 | 4C | 28 |
| Octal | 31 | 54 | 264 | 126 | 114 | 0 | 35 | 351 | 114 | 50 |
| Binary | 11001 | 101100 | 10110100 | 1010110 | 1001100 | 0 | 11101 | 11101001 | 1001100 | 101000 |
Color Harmonies of #192CB4
Complementary color
Monochromatic Colors of #192CB4
Black with #192CB4
Text Example
Text Example
White with #192CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192CB4; }
p { color: rgb(25,44,180); }
H1.HeaderClassName
{
color: #192CB4;
}
.AnyTagClassName
{
color: #192CB4;
}
</style>
background-color css
<style>
a { background-color: #192CB4; }
a { background-color: rgb(25,44,180); }
div.DivClassName
{
background-color: #192CB4;
}
.BgClassName
{
background-color: #192CB4;
}
</style>
border-color css
<style>
span { border-color: #192CB4; }
span { border-color: rgb(25,44,180); }
td.TdClassName
{
border-color: #192CB4;
}
.TagClassName
{
border-color: #192CB4;
}
</style>