Shades of Persian Blue #192FBA
Tints of Persian Blue #192FBA
RGB
CMYK
RGB Variations
Color information
#192FBA (or 0x192FBA) is known color: Persian Blue. HEX triplet: 19, 2F and BA. RGB value is (25,47,186). Sum of RGB (Red+Green+Blue) = 25+47+186=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #192FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FBA is #E6D045. Grayscale: #373737. Windows color (decimal): -15126598 or 12201753. OLE color: 12201753.
HSL color Cylindrical-coordinate representation of color #192FBA: hue angle of 231.8º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #192FBA is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 47 | 186 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.27 |
| HSL | 231.8º | 0.76% | 0.41% | - |
| HSV(B) | 231.8º | 0.87% | 0.73% | - |
| XYZ | 10.28 | 5.78 | 47.03 | - |
| YUV | 56.27 | 201.21 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 186 | 0.87 | 0.75 | 0 | 0.27 | 231.8 | 0.76 | 0.41 |
| Hex | 19 | 2F | BA | 57 | 4B | 0 | 1B | E8 | 4C | 29 |
| Octal | 31 | 57 | 272 | 127 | 113 | 0 | 33 | 350 | 114 | 51 |
| Binary | 11001 | 101111 | 10111010 | 1010111 | 1001011 | 0 | 11011 | 11101000 | 1001100 | 101001 |
Color Harmonies of #192FBA
Complementary color
Monochromatic Colors of #192FBA
Black with #192FBA
Text Example
Text Example
White with #192FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FBA; }
p { color: rgb(25,47,186); }
H1.HeaderClassName
{
color: #192FBA;
}
.AnyTagClassName
{
color: #192FBA;
}
</style>
background-color css
<style>
a { background-color: #192FBA; }
a { background-color: rgb(25,47,186); }
div.DivClassName
{
background-color: #192FBA;
}
.BgClassName
{
background-color: #192FBA;
}
</style>
border-color css
<style>
span { border-color: #192FBA; }
span { border-color: rgb(25,47,186); }
td.TdClassName
{
border-color: #192FBA;
}
.TagClassName
{
border-color: #192FBA;
}
</style>