Shades of Persian Blue #192BED
Tints of Persian Blue #192BED
RGB
CMYK
RGB Variations
Color information
#192BED (or 0x192BED) is known color: Persian Blue. HEX triplet: 19, 2B and ED. RGB value is (25,43,237). Sum of RGB (Red+Green+Blue) = 25+43+237=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #192BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192BED is #E6D412. Grayscale: #3A3A3A. Windows color (decimal): -15127571 or 15543065. OLE color: 15543065.
HSL color Cylindrical-coordinate representation of color #192BED: hue angle of 234.91º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192BED is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 43 | 237 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.07 |
| HSL | 234.91º | 0.85% | 0.51% | - |
| HSV(B) | 234.91º | 0.89% | 0.93% | - |
| XYZ | 16.55 | 8.05 | 80.8 | - |
| YUV | 59.73 | 228.04 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 237 | 0.89 | 0.82 | 0 | 0.07 | 234.91 | 0.85 | 0.51 |
| Hex | 19 | 2B | ED | 59 | 52 | 0 | 7 | EB | 55 | 33 |
| Octal | 31 | 53 | 355 | 131 | 122 | 0 | 7 | 353 | 125 | 63 |
| Binary | 11001 | 101011 | 11101101 | 1011001 | 1010010 | 0 | 111 | 11101011 | 1010101 | 110011 |
Color Harmonies of #192BED
Complementary color
Monochromatic Colors of #192BED
Black with #192BED
Text Example
Text Example
White with #192BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BED; }
p { color: rgb(25,43,237); }
H1.HeaderClassName
{
color: #192BED;
}
.AnyTagClassName
{
color: #192BED;
}
</style>
background-color css
<style>
a { background-color: #192BED; }
a { background-color: rgb(25,43,237); }
div.DivClassName
{
background-color: #192BED;
}
.BgClassName
{
background-color: #192BED;
}
</style>
border-color css
<style>
span { border-color: #192BED; }
span { border-color: rgb(25,43,237); }
td.TdClassName
{
border-color: #192BED;
}
.TagClassName
{
border-color: #192BED;
}
</style>