Shades of Persian Blue #192ADC
Tints of Persian Blue #192ADC
RGB
CMYK
RGB Variations
Color information
#192ADC (or 0x192ADC) is known color: Persian Blue. HEX triplet: 19, 2A and DC. RGB value is (25,42,220). Sum of RGB (Red+Green+Blue) = 25+42+220=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #192ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ADC is #E6D523. Grayscale: #383838. Windows color (decimal): -15127844 or 14428697. OLE color: 14428697.
HSL color Cylindrical-coordinate representation of color #192ADC: hue angle of 234.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192ADC is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 42 | 220 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.14 |
| HSL | 234.77º | 0.8% | 0.48% | - |
| HSV(B) | 234.77º | 0.89% | 0.86% | - |
| XYZ | 14.15 | 7.03 | 68.32 | - |
| YUV | 57.21 | 219.87 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 220 | 0.89 | 0.81 | 0 | 0.14 | 234.77 | 0.8 | 0.48 |
| Hex | 19 | 2A | DC | 59 | 51 | 0 | E | EB | 50 | 30 |
| Octal | 31 | 52 | 334 | 131 | 121 | 0 | 16 | 353 | 120 | 60 |
| Binary | 11001 | 101010 | 11011100 | 1011001 | 1010001 | 0 | 1110 | 11101011 | 1010000 | 110000 |
Color Harmonies of #192ADC
Complementary color
Monochromatic Colors of #192ADC
Black with #192ADC
Text Example
Text Example
White with #192ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192ADC; }
p { color: rgb(25,42,220); }
H1.HeaderClassName
{
color: #192ADC;
}
.AnyTagClassName
{
color: #192ADC;
}
</style>
background-color css
<style>
a { background-color: #192ADC; }
a { background-color: rgb(25,42,220); }
div.DivClassName
{
background-color: #192ADC;
}
.BgClassName
{
background-color: #192ADC;
}
</style>
border-color css
<style>
span { border-color: #192ADC; }
span { border-color: rgb(25,42,220); }
td.TdClassName
{
border-color: #192ADC;
}
.TagClassName
{
border-color: #192ADC;
}
</style>