Shades of Persian Blue #192BDA
Tints of Persian Blue #192BDA
RGB
CMYK
RGB Variations
Color information
#192BDA (or 0x192BDA) is known color: Persian Blue. HEX triplet: 19, 2B and DA. RGB value is (25,43,218). Sum of RGB (Red+Green+Blue) = 25+43+218=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #192BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BDA is #E6D425. Grayscale: #383838. Windows color (decimal): -15127590 or 14297881. OLE color: 14297881.
HSL color Cylindrical-coordinate representation of color #192BDA: hue angle of 234.4º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192BDA is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 43 | 218 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.15 |
| HSL | 234.4º | 0.79% | 0.48% | - |
| HSV(B) | 234.4º | 0.89% | 0.85% | - |
| XYZ | 13.92 | 7 | 66.95 | - |
| YUV | 57.57 | 218.54 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 218 | 0.89 | 0.80 | 0 | 0.15 | 234.4 | 0.79 | 0.48 |
| Hex | 19 | 2B | DA | 59 | 50 | 0 | F | EA | 4F | 30 |
| Octal | 31 | 53 | 332 | 131 | 120 | 0 | 17 | 352 | 117 | 60 |
| Binary | 11001 | 101011 | 11011010 | 1011001 | 1010000 | 0 | 1111 | 11101010 | 1001111 | 110000 |
Color Harmonies of #192BDA
Complementary color
Monochromatic Colors of #192BDA
Black with #192BDA
Text Example
Text Example
White with #192BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BDA; }
p { color: rgb(25,43,218); }
H1.HeaderClassName
{
color: #192BDA;
}
.AnyTagClassName
{
color: #192BDA;
}
</style>
background-color css
<style>
a { background-color: #192BDA; }
a { background-color: rgb(25,43,218); }
div.DivClassName
{
background-color: #192BDA;
}
.BgClassName
{
background-color: #192BDA;
}
</style>
border-color css
<style>
span { border-color: #192BDA; }
span { border-color: rgb(25,43,218); }
td.TdClassName
{
border-color: #192BDA;
}
.TagClassName
{
border-color: #192BDA;
}
</style>