Shades of Persian Blue #192AD8
Tints of Persian Blue #192AD8
RGB
CMYK
RGB Variations
Color information
#192AD8 (or 0x192AD8) is known color: Persian Blue. HEX triplet: 19, 2A and D8. RGB value is (25,42,216). Sum of RGB (Red+Green+Blue) = 25+42+216=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 216 (84.77% from 255 or 76.33% from 283); Max value from RGB is 216 - color contains mainly: blue. Hex color #192AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192AD8 is #E6D527. Grayscale: #383838. Windows color (decimal): -15127848 or 14166553. OLE color: 14166553.
HSL color Cylindrical-coordinate representation of color #192AD8: hue angle of 234.66º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192AD8 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 42 | 216 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.15 |
| HSL | 234.66º | 0.79% | 0.47% | - |
| HSV(B) | 234.66º | 0.88% | 0.85% | - |
| XYZ | 13.62 | 6.82 | 65.56 | - |
| YUV | 56.75 | 217.87 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 216 | 0.88 | 0.81 | 0 | 0.15 | 234.66 | 0.79 | 0.47 |
| Hex | 19 | 2A | D8 | 58 | 51 | 0 | F | EB | 4F | 2F |
| Octal | 31 | 52 | 330 | 130 | 121 | 0 | 17 | 353 | 117 | 57 |
| Binary | 11001 | 101010 | 11011000 | 1011000 | 1010001 | 0 | 1111 | 11101011 | 1001111 | 101111 |
Color Harmonies of #192AD8
Complementary color
Monochromatic Colors of #192AD8
Black with #192AD8
Text Example
Text Example
White with #192AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192AD8; }
p { color: rgb(25,42,216); }
H1.HeaderClassName
{
color: #192AD8;
}
.AnyTagClassName
{
color: #192AD8;
}
</style>
background-color css
<style>
a { background-color: #192AD8; }
a { background-color: rgb(25,42,216); }
div.DivClassName
{
background-color: #192AD8;
}
.BgClassName
{
background-color: #192AD8;
}
</style>
border-color css
<style>
span { border-color: #192AD8; }
span { border-color: rgb(25,42,216); }
td.TdClassName
{
border-color: #192AD8;
}
.TagClassName
{
border-color: #192AD8;
}
</style>