Shades of Persian Blue #192DBA
Tints of Persian Blue #192DBA
RGB
CMYK
RGB Variations
Color information
#192DBA (or 0x192DBA) is known color: Persian Blue. HEX triplet: 19, 2D and BA. RGB value is (25,45,186). Sum of RGB (Red+Green+Blue) = 25+45+186=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #192DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192DBA is #E6D245. Grayscale: #363636. Windows color (decimal): -15127110 or 12201241. OLE color: 12201241.
HSL color Cylindrical-coordinate representation of color #192DBA: hue angle of 232.55º 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 #192DBA is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 45 | 186 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.27 |
| HSL | 232.55º | 0.76% | 0.41% | - |
| HSV(B) | 232.55º | 0.87% | 0.73% | - |
| XYZ | 10.2 | 5.63 | 47 | - |
| YUV | 55.09 | 201.87 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 186 | 0.87 | 0.76 | 0 | 0.27 | 232.55 | 0.76 | 0.41 |
| Hex | 19 | 2D | BA | 57 | 4C | 0 | 1B | E9 | 4C | 29 |
| Octal | 31 | 55 | 272 | 127 | 114 | 0 | 33 | 351 | 114 | 51 |
| Binary | 11001 | 101101 | 10111010 | 1010111 | 1001100 | 0 | 11011 | 11101001 | 1001100 | 101001 |
Color Harmonies of #192DBA
Complementary color
Monochromatic Colors of #192DBA
Black with #192DBA
Text Example
Text Example
White with #192DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DBA; }
p { color: rgb(25,45,186); }
H1.HeaderClassName
{
color: #192DBA;
}
.AnyTagClassName
{
color: #192DBA;
}
</style>
background-color css
<style>
a { background-color: #192DBA; }
a { background-color: rgb(25,45,186); }
div.DivClassName
{
background-color: #192DBA;
}
.BgClassName
{
background-color: #192DBA;
}
</style>
border-color css
<style>
span { border-color: #192DBA; }
span { border-color: rgb(25,45,186); }
td.TdClassName
{
border-color: #192DBA;
}
.TagClassName
{
border-color: #192DBA;
}
</style>