Shades of Persian Blue #193AB2
Tints of Persian Blue #193AB2
RGB
CMYK
RGB Variations
Color information
#193AB2 (or 0x193AB2) is known color: Persian Blue. HEX triplet: 19, 3A and B2. RGB value is (25,58,178). Sum of RGB (Red+Green+Blue) = 25+58+178=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 178 (69.92% from 255 or 68.20% from 261); Max value from RGB is 178 - color contains mainly: blue. Hex color #193AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193AB2 is #E6C54D. Grayscale: #3D3D3D. Windows color (decimal): -15123790 or 11680281. OLE color: 11680281.
HSL color Cylindrical-coordinate representation of color #193AB2: hue angle of 227.06º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193AB2 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 58 | 178 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.30 |
| HSL | 227.06º | 0.75% | 0.4% | - |
| HSV(B) | 227.06º | 0.86% | 0.7% | - |
| XYZ | 9.95 | 6.45 | 42.84 | - |
| YUV | 61.81 | 193.57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 178 | 0.86 | 0.67 | 0 | 0.30 | 227.06 | 0.75 | 0.4 |
| Hex | 19 | 3A | B2 | 56 | 43 | 0 | 1E | E3 | 4B | 28 |
| Octal | 31 | 72 | 262 | 126 | 103 | 0 | 36 | 343 | 113 | 50 |
| Binary | 11001 | 111010 | 10110010 | 1010110 | 1000011 | 0 | 11110 | 11100011 | 1001011 | 101000 |
Color Harmonies of #193AB2
Complementary color
Monochromatic Colors of #193AB2
Black with #193AB2
Text Example
Text Example
White with #193AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193AB2; }
p { color: rgb(25,58,178); }
H1.HeaderClassName
{
color: #193AB2;
}
.AnyTagClassName
{
color: #193AB2;
}
</style>
background-color css
<style>
a { background-color: #193AB2; }
a { background-color: rgb(25,58,178); }
div.DivClassName
{
background-color: #193AB2;
}
.BgClassName
{
background-color: #193AB2;
}
</style>
border-color css
<style>
span { border-color: #193AB2; }
span { border-color: rgb(25,58,178); }
td.TdClassName
{
border-color: #193AB2;
}
.TagClassName
{
border-color: #193AB2;
}
</style>