Shades of Persian Blue #192BDC
Tints of Persian Blue #192BDC
RGB
CMYK
RGB Variations
Color information
#192BDC (or 0x192BDC) is known color: Persian Blue. HEX triplet: 19, 2B and DC. RGB value is (25,43,220). Sum of RGB (Red+Green+Blue) = 25+43+220=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #192BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BDC is #E6D423. Grayscale: #393939. Windows color (decimal): -15127588 or 14428953. OLE color: 14428953.
HSL color Cylindrical-coordinate representation of color #192BDC: hue angle of 234.46º 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 #192BDC is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 43 | 220 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.14 |
| HSL | 234.46º | 0.8% | 0.48% | - |
| HSV(B) | 234.46º | 0.89% | 0.86% | - |
| XYZ | 14.18 | 7.1 | 68.33 | - |
| YUV | 57.8 | 219.54 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 220 | 0.89 | 0.80 | 0 | 0.14 | 234.46 | 0.8 | 0.48 |
| Hex | 19 | 2B | DC | 59 | 50 | 0 | E | EA | 50 | 30 |
| Octal | 31 | 53 | 334 | 131 | 120 | 0 | 16 | 352 | 120 | 60 |
| Binary | 11001 | 101011 | 11011100 | 1011001 | 1010000 | 0 | 1110 | 11101010 | 1010000 | 110000 |
Color Harmonies of #192BDC
Complementary color
Monochromatic Colors of #192BDC
Black with #192BDC
Text Example
Text Example
White with #192BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BDC; }
p { color: rgb(25,43,220); }
H1.HeaderClassName
{
color: #192BDC;
}
.AnyTagClassName
{
color: #192BDC;
}
</style>
background-color css
<style>
a { background-color: #192BDC; }
a { background-color: rgb(25,43,220); }
div.DivClassName
{
background-color: #192BDC;
}
.BgClassName
{
background-color: #192BDC;
}
</style>
border-color css
<style>
span { border-color: #192BDC; }
span { border-color: rgb(25,43,220); }
td.TdClassName
{
border-color: #192BDC;
}
.TagClassName
{
border-color: #192BDC;
}
</style>