Shades of Persian Blue #192ECB
Tints of Persian Blue #192ECB
RGB
CMYK
RGB Variations
Color information
#192ECB (or 0x192ECB) is known color: Persian Blue. HEX triplet: 19, 2E and CB. RGB value is (25,46,203). Sum of RGB (Red+Green+Blue) = 25+46+203=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #192ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ECB is #E6D134. Grayscale: #383838. Windows color (decimal): -15126837 or 13315609. OLE color: 13315609.
HSL color Cylindrical-coordinate representation of color #192ECB: hue angle of 232.92º 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 #192ECB is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 46 | 203 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.20 |
| HSL | 232.92º | 0.78% | 0.45% | - |
| HSV(B) | 232.92º | 0.88% | 0.8% | - |
| XYZ | 12.16 | 6.47 | 57.11 | - |
| YUV | 57.62 | 210.04 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 203 | 0.88 | 0.77 | 0 | 0.20 | 232.92 | 0.78 | 0.45 |
| Hex | 19 | 2E | CB | 58 | 4D | 0 | 14 | E9 | 4E | 2D |
| Octal | 31 | 56 | 313 | 130 | 115 | 0 | 24 | 351 | 116 | 55 |
| Binary | 11001 | 101110 | 11001011 | 1011000 | 1001101 | 0 | 10100 | 11101001 | 1001110 | 101101 |
Color Harmonies of #192ECB
Complementary color
Monochromatic Colors of #192ECB
Black with #192ECB
Text Example
Text Example
White with #192ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192ECB; }
p { color: rgb(25,46,203); }
H1.HeaderClassName
{
color: #192ECB;
}
.AnyTagClassName
{
color: #192ECB;
}
</style>
background-color css
<style>
a { background-color: #192ECB; }
a { background-color: rgb(25,46,203); }
div.DivClassName
{
background-color: #192ECB;
}
.BgClassName
{
background-color: #192ECB;
}
</style>
border-color css
<style>
span { border-color: #192ECB; }
span { border-color: rgb(25,46,203); }
td.TdClassName
{
border-color: #192ECB;
}
.TagClassName
{
border-color: #192ECB;
}
</style>