Shades of Persian Blue #192DCC
Tints of Persian Blue #192DCC
RGB
CMYK
RGB Variations
Color information
#192DCC (or 0x192DCC) is known color: Persian Blue. HEX triplet: 19, 2D and CC. RGB value is (25,45,204). Sum of RGB (Red+Green+Blue) = 25+45+204=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #192DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192DCC is #E6D233. Grayscale: #383838. Windows color (decimal): -15127092 or 13380889. OLE color: 13380889.
HSL color Cylindrical-coordinate representation of color #192DCC: hue angle of 233.3º 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 #192DCC is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 45 | 204 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.2 |
| HSL | 233.3º | 0.78% | 0.45% | - |
| HSV(B) | 233.3º | 0.88% | 0.8% | - |
| XYZ | 12.24 | 6.44 | 57.73 | - |
| YUV | 57.15 | 210.87 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 204 | 0.88 | 0.78 | 0 | 0.2 | 233.3 | 0.78 | 0.45 |
| Hex | 19 | 2D | CC | 58 | 4E | 0 | 14 | E9 | 4E | 2D |
| Octal | 31 | 55 | 314 | 130 | 116 | 0 | 24 | 351 | 116 | 55 |
| Binary | 11001 | 101101 | 11001100 | 1011000 | 1001110 | 0 | 10100 | 11101001 | 1001110 | 101101 |
Color Harmonies of #192DCC
Complementary color
Monochromatic Colors of #192DCC
Black with #192DCC
Text Example
Text Example
White with #192DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DCC; }
p { color: rgb(25,45,204); }
H1.HeaderClassName
{
color: #192DCC;
}
.AnyTagClassName
{
color: #192DCC;
}
</style>
background-color css
<style>
a { background-color: #192DCC; }
a { background-color: rgb(25,45,204); }
div.DivClassName
{
background-color: #192DCC;
}
.BgClassName
{
background-color: #192DCC;
}
</style>
border-color css
<style>
span { border-color: #192DCC; }
span { border-color: rgb(25,45,204); }
td.TdClassName
{
border-color: #192DCC;
}
.TagClassName
{
border-color: #192DCC;
}
</style>