Shades of Persian Blue #192CBB
Tints of Persian Blue #192CBB
RGB
CMYK
RGB Variations
Color information
#192CBB (or 0x192CBB) is known color: Persian Blue. HEX triplet: 19, 2C and BB. RGB value is (25,44,187). Sum of RGB (Red+Green+Blue) = 25+44+187=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #192CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192CBB is #E6D344. Grayscale: #363636. Windows color (decimal): -15127365 or 12266521. OLE color: 12266521.
HSL color Cylindrical-coordinate representation of color #192CBB: hue angle of 232.96º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #192CBB is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 44 | 187 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.27 |
| HSL | 232.96º | 0.76% | 0.42% | - |
| HSV(B) | 232.96º | 0.87% | 0.73% | - |
| XYZ | 10.27 | 5.6 | 47.55 | - |
| YUV | 54.62 | 202.71 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 187 | 0.87 | 0.76 | 0 | 0.27 | 232.96 | 0.76 | 0.42 |
| Hex | 19 | 2C | BB | 57 | 4C | 0 | 1B | E9 | 4C | 2A |
| Octal | 31 | 54 | 273 | 127 | 114 | 0 | 33 | 351 | 114 | 52 |
| Binary | 11001 | 101100 | 10111011 | 1010111 | 1001100 | 0 | 11011 | 11101001 | 1001100 | 101010 |
Color Harmonies of #192CBB
Complementary color
Monochromatic Colors of #192CBB
Black with #192CBB
Text Example
Text Example
White with #192CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192CBB; }
p { color: rgb(25,44,187); }
H1.HeaderClassName
{
color: #192CBB;
}
.AnyTagClassName
{
color: #192CBB;
}
</style>
background-color css
<style>
a { background-color: #192CBB; }
a { background-color: rgb(25,44,187); }
div.DivClassName
{
background-color: #192CBB;
}
.BgClassName
{
background-color: #192CBB;
}
</style>
border-color css
<style>
span { border-color: #192CBB; }
span { border-color: rgb(25,44,187); }
td.TdClassName
{
border-color: #192CBB;
}
.TagClassName
{
border-color: #192CBB;
}
</style>