Shades of Persian Blue #192FB2
Tints of Persian Blue #192FB2
RGB
CMYK
RGB Variations
Color information
#192FB2 (or 0x192FB2) is known color: Persian Blue. HEX triplet: 19, 2F and B2. RGB value is (25,47,178). Sum of RGB (Red+Green+Blue) = 25+47+178=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 178 (69.92% from 255 or 71.2% from 250); Max value from RGB is 178 - color contains mainly: blue. Hex color #192FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192FB2 is #E6D04D. Grayscale: #363636. Windows color (decimal): -15126606 or 11677465. OLE color: 11677465.
HSL color Cylindrical-coordinate representation of color #192FB2: hue angle of 231.37º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192FB2 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 47 | 178 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.30 |
| HSL | 231.37º | 0.75% | 0.4% | - |
| HSV(B) | 231.37º | 0.86% | 0.7% | - |
| XYZ | 9.45 | 5.45 | 42.67 | - |
| YUV | 55.36 | 197.21 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 178 | 0.86 | 0.74 | 0 | 0.30 | 231.37 | 0.75 | 0.4 |
| Hex | 19 | 2F | B2 | 56 | 4A | 0 | 1E | E7 | 4B | 28 |
| Octal | 31 | 57 | 262 | 126 | 112 | 0 | 36 | 347 | 113 | 50 |
| Binary | 11001 | 101111 | 10110010 | 1010110 | 1001010 | 0 | 11110 | 11100111 | 1001011 | 101000 |
Color Harmonies of #192FB2
Complementary color
Monochromatic Colors of #192FB2
Black with #192FB2
Text Example
Text Example
White with #192FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FB2; }
p { color: rgb(25,47,178); }
H1.HeaderClassName
{
color: #192FB2;
}
.AnyTagClassName
{
color: #192FB2;
}
</style>
background-color css
<style>
a { background-color: #192FB2; }
a { background-color: rgb(25,47,178); }
div.DivClassName
{
background-color: #192FB2;
}
.BgClassName
{
background-color: #192FB2;
}
</style>
border-color css
<style>
span { border-color: #192FB2; }
span { border-color: rgb(25,47,178); }
td.TdClassName
{
border-color: #192FB2;
}
.TagClassName
{
border-color: #192FB2;
}
</style>