Shades of Persian Blue #192BD8
Tints of Persian Blue #192BD8
RGB
CMYK
RGB Variations
Color information
#192BD8 (or 0x192BD8) is known color: Persian Blue. HEX triplet: 19, 2B and D8. RGB value is (25,43,216). Sum of RGB (Red+Green+Blue) = 25+43+216=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 216 (84.77% from 255 or 76.06% from 284); Max value from RGB is 216 - color contains mainly: blue. Hex color #192BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BD8 is #E6D427. Grayscale: #383838. Windows color (decimal): -15127592 or 14166809. OLE color: 14166809.
HSL color Cylindrical-coordinate representation of color #192BD8: hue angle of 234.35º 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 #192BD8 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 43 | 216 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.15 |
| HSL | 234.35º | 0.79% | 0.47% | - |
| HSV(B) | 234.35º | 0.88% | 0.85% | - |
| XYZ | 13.66 | 6.89 | 65.58 | - |
| YUV | 57.34 | 217.54 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 216 | 0.88 | 0.80 | 0 | 0.15 | 234.35 | 0.79 | 0.47 |
| Hex | 19 | 2B | D8 | 58 | 50 | 0 | F | EA | 4F | 2F |
| Octal | 31 | 53 | 330 | 130 | 120 | 0 | 17 | 352 | 117 | 57 |
| Binary | 11001 | 101011 | 11011000 | 1011000 | 1010000 | 0 | 1111 | 11101010 | 1001111 | 101111 |
Color Harmonies of #192BD8
Complementary color
Monochromatic Colors of #192BD8
Black with #192BD8
Text Example
Text Example
White with #192BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BD8; }
p { color: rgb(25,43,216); }
H1.HeaderClassName
{
color: #192BD8;
}
.AnyTagClassName
{
color: #192BD8;
}
</style>
background-color css
<style>
a { background-color: #192BD8; }
a { background-color: rgb(25,43,216); }
div.DivClassName
{
background-color: #192BD8;
}
.BgClassName
{
background-color: #192BD8;
}
</style>
border-color css
<style>
span { border-color: #192BD8; }
span { border-color: rgb(25,43,216); }
td.TdClassName
{
border-color: #192BD8;
}
.TagClassName
{
border-color: #192BD8;
}
</style>