Shades of Persian Blue #192DB4
Tints of Persian Blue #192DB4
RGB
CMYK
RGB Variations
Color information
#192DB4 (or 0x192DB4) is known color: Persian Blue. HEX triplet: 19, 2D and B4. RGB value is (25,45,180). Sum of RGB (Red+Green+Blue) = 25+45+180=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 180 (70.70% from 255 or 72% from 250); Max value from RGB is 180 - color contains mainly: blue. Hex color #192DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192DB4 is #E6D24B. Grayscale: #353535. Windows color (decimal): -15127116 or 11808025. OLE color: 11808025.
HSL color Cylindrical-coordinate representation of color #192DB4: hue angle of 232.26º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192DB4 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 45 | 180 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.29 |
| HSL | 232.26º | 0.76% | 0.4% | - |
| HSV(B) | 232.26º | 0.86% | 0.71% | - |
| XYZ | 9.58 | 5.38 | 43.71 | - |
| YUV | 54.41 | 198.87 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 180 | 0.86 | 0.75 | 0 | 0.29 | 232.26 | 0.76 | 0.4 |
| Hex | 19 | 2D | B4 | 56 | 4B | 0 | 1D | E8 | 4C | 28 |
| Octal | 31 | 55 | 264 | 126 | 113 | 0 | 35 | 350 | 114 | 50 |
| Binary | 11001 | 101101 | 10110100 | 1010110 | 1001011 | 0 | 11101 | 11101000 | 1001100 | 101000 |
Color Harmonies of #192DB4
Complementary color
Monochromatic Colors of #192DB4
Black with #192DB4
Text Example
Text Example
White with #192DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DB4; }
p { color: rgb(25,45,180); }
H1.HeaderClassName
{
color: #192DB4;
}
.AnyTagClassName
{
color: #192DB4;
}
</style>
background-color css
<style>
a { background-color: #192DB4; }
a { background-color: rgb(25,45,180); }
div.DivClassName
{
background-color: #192DB4;
}
.BgClassName
{
background-color: #192DB4;
}
</style>
border-color css
<style>
span { border-color: #192DB4; }
span { border-color: rgb(25,45,180); }
td.TdClassName
{
border-color: #192DB4;
}
.TagClassName
{
border-color: #192DB4;
}
</style>