Shades of Persian Blue #192ECC
Tints of Persian Blue #192ECC
RGB
CMYK
RGB Variations
Color information
#192ECC (or 0x192ECC) is known color: Persian Blue. HEX triplet: 19, 2E and CC. RGB value is (25,46,204). Sum of RGB (Red+Green+Blue) = 25+46+204=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #192ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ECC is #E6D133. Grayscale: #393939. Windows color (decimal): -15126836 or 13381145. OLE color: 13381145.
HSL color Cylindrical-coordinate representation of color #192ECC: hue angle of 232.96º 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 #192ECC is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 46 | 204 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.2 |
| HSL | 232.96º | 0.78% | 0.45% | - |
| HSV(B) | 232.96º | 0.88% | 0.8% | - |
| XYZ | 12.28 | 6.52 | 57.74 | - |
| YUV | 57.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 204 | 0.88 | 0.77 | 0 | 0.2 | 232.96 | 0.78 | 0.45 |
| Hex | 19 | 2E | CC | 58 | 4D | 0 | 14 | E9 | 4E | 2D |
| Octal | 31 | 56 | 314 | 130 | 115 | 0 | 24 | 351 | 116 | 55 |
| Binary | 11001 | 101110 | 11001100 | 1011000 | 1001101 | 0 | 10100 | 11101001 | 1001110 | 101101 |
Color Harmonies of #192ECC
Complementary color
Monochromatic Colors of #192ECC
Black with #192ECC
Text Example
Text Example
White with #192ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192ECC; }
p { color: rgb(25,46,204); }
H1.HeaderClassName
{
color: #192ECC;
}
.AnyTagClassName
{
color: #192ECC;
}
</style>
background-color css
<style>
a { background-color: #192ECC; }
a { background-color: rgb(25,46,204); }
div.DivClassName
{
background-color: #192ECC;
}
.BgClassName
{
background-color: #192ECC;
}
</style>
border-color css
<style>
span { border-color: #192ECC; }
span { border-color: rgb(25,46,204); }
td.TdClassName
{
border-color: #192ECC;
}
.TagClassName
{
border-color: #192ECC;
}
</style>