Shades of Persian Blue #192FB4
Tints of Persian Blue #192FB4
RGB
CMYK
RGB Variations
Color information
#192FB4 (or 0x192FB4) is known color: Persian Blue. HEX triplet: 19, 2F and B4. RGB value is (25,47,180). Sum of RGB (Red+Green+Blue) = 25+47+180=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 180 (70.70% from 255 or 71.43% from 252); Max value from RGB is 180 - color contains mainly: blue. Hex color #192FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FB4 is #E6D04B. Grayscale: #373737. Windows color (decimal): -15126604 or 11808537. OLE color: 11808537.
HSL color Cylindrical-coordinate representation of color #192FB4: hue angle of 231.48º 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 #192FB4 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 47 | 180 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.29 |
| HSL | 231.48º | 0.76% | 0.4% | - |
| HSV(B) | 231.48º | 0.86% | 0.71% | - |
| XYZ | 9.66 | 5.53 | 43.74 | - |
| YUV | 55.58 | 198.21 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 180 | 0.86 | 0.74 | 0 | 0.29 | 231.48 | 0.76 | 0.4 |
| Hex | 19 | 2F | B4 | 56 | 4A | 0 | 1D | E7 | 4C | 28 |
| Octal | 31 | 57 | 264 | 126 | 112 | 0 | 35 | 347 | 114 | 50 |
| Binary | 11001 | 101111 | 10110100 | 1010110 | 1001010 | 0 | 11101 | 11100111 | 1001100 | 101000 |
Color Harmonies of #192FB4
Complementary color
Monochromatic Colors of #192FB4
Black with #192FB4
Text Example
Text Example
White with #192FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FB4; }
p { color: rgb(25,47,180); }
H1.HeaderClassName
{
color: #192FB4;
}
.AnyTagClassName
{
color: #192FB4;
}
</style>
background-color css
<style>
a { background-color: #192FB4; }
a { background-color: rgb(25,47,180); }
div.DivClassName
{
background-color: #192FB4;
}
.BgClassName
{
background-color: #192FB4;
}
</style>
border-color css
<style>
span { border-color: #192FB4; }
span { border-color: rgb(25,47,180); }
td.TdClassName
{
border-color: #192FB4;
}
.TagClassName
{
border-color: #192FB4;
}
</style>