Shades of Persian Blue #192FEB
Tints of Persian Blue #192FEB
RGB
CMYK
RGB Variations
Color information
#192FEB (or 0x192FEB) is known color: Persian Blue. HEX triplet: 19, 2F and EB. RGB value is (25,47,235). Sum of RGB (Red+Green+Blue) = 25+47+235=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #192FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192FEB is #E6D014. Grayscale: #3D3D3D. Windows color (decimal): -15126549 or 15413017. OLE color: 15413017.
HSL color Cylindrical-coordinate representation of color #192FEB: hue angle of 233.71º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192FEB is Cyan = 0.89, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 47 | 235 | - |
| CMYK | 0.89 | 0.8 | 0 | 0.08 |
| HSL | 233.71º | 0.84% | 0.51% | - |
| HSV(B) | 233.71º | 0.89% | 0.92% | - |
| XYZ | 16.41 | 8.24 | 79.32 | - |
| YUV | 61.85 | 225.71 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 235 | 0.89 | 0.8 | 0 | 0.08 | 233.71 | 0.84 | 0.51 |
| Hex | 19 | 2F | EB | 59 | 50 | 0 | 8 | EA | 54 | 33 |
| Octal | 31 | 57 | 353 | 131 | 120 | 0 | 10 | 352 | 124 | 63 |
| Binary | 11001 | 101111 | 11101011 | 1011001 | 1010000 | 0 | 1000 | 11101010 | 1010100 | 110011 |
Color Harmonies of #192FEB
Complementary color
Monochromatic Colors of #192FEB
Black with #192FEB
Text Example
Text Example
White with #192FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FEB; }
p { color: rgb(25,47,235); }
H1.HeaderClassName
{
color: #192FEB;
}
.AnyTagClassName
{
color: #192FEB;
}
</style>
background-color css
<style>
a { background-color: #192FEB; }
a { background-color: rgb(25,47,235); }
div.DivClassName
{
background-color: #192FEB;
}
.BgClassName
{
background-color: #192FEB;
}
</style>
border-color css
<style>
span { border-color: #192FEB; }
span { border-color: rgb(25,47,235); }
td.TdClassName
{
border-color: #192FEB;
}
.TagClassName
{
border-color: #192FEB;
}
</style>