Shades of Persian Blue #192DCB
Tints of Persian Blue #192DCB
RGB
CMYK
RGB Variations
Color information
#192DCB (or 0x192DCB) is known color: Persian Blue. HEX triplet: 19, 2D and CB. RGB value is (25,45,203). Sum of RGB (Red+Green+Blue) = 25+45+203=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #192DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192DCB is #E6D234. Grayscale: #383838. Windows color (decimal): -15127093 or 13315353. OLE color: 13315353.
HSL color Cylindrical-coordinate representation of color #192DCB: hue angle of 233.26º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192DCB is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 45 | 203 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.20 |
| HSL | 233.26º | 0.78% | 0.45% | - |
| HSV(B) | 233.26º | 0.88% | 0.8% | - |
| XYZ | 12.12 | 6.4 | 57.1 | - |
| YUV | 57.03 | 210.37 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 203 | 0.88 | 0.78 | 0 | 0.20 | 233.26 | 0.78 | 0.45 |
| Hex | 19 | 2D | CB | 58 | 4E | 0 | 14 | E9 | 4E | 2D |
| Octal | 31 | 55 | 313 | 130 | 116 | 0 | 24 | 351 | 116 | 55 |
| Binary | 11001 | 101101 | 11001011 | 1011000 | 1001110 | 0 | 10100 | 11101001 | 1001110 | 101101 |
Color Harmonies of #192DCB
Complementary color
Monochromatic Colors of #192DCB
Black with #192DCB
Text Example
Text Example
White with #192DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DCB; }
p { color: rgb(25,45,203); }
H1.HeaderClassName
{
color: #192DCB;
}
.AnyTagClassName
{
color: #192DCB;
}
</style>
background-color css
<style>
a { background-color: #192DCB; }
a { background-color: rgb(25,45,203); }
div.DivClassName
{
background-color: #192DCB;
}
.BgClassName
{
background-color: #192DCB;
}
</style>
border-color css
<style>
span { border-color: #192DCB; }
span { border-color: rgb(25,45,203); }
td.TdClassName
{
border-color: #192DCB;
}
.TagClassName
{
border-color: #192DCB;
}
</style>