Shades of Persian Blue #193AB1
Tints of Persian Blue #193AB1
RGB
CMYK
RGB Variations
Color information
#193AB1 (or 0x193AB1) is known color: Persian Blue. HEX triplet: 19, 3A and B1. RGB value is (25,58,177). Sum of RGB (Red+Green+Blue) = 25+58+177=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 177 (69.53% from 255 or 68.08% from 260); Max value from RGB is 177 - color contains mainly: blue. Hex color #193AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193AB1 is #E6C54E. Grayscale: #3D3D3D. Windows color (decimal): -15123791 or 11614745. OLE color: 11614745.
HSL color Cylindrical-coordinate representation of color #193AB1: hue angle of 226.97º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193AB1 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 58 | 177 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.31 |
| HSL | 226.97º | 0.75% | 0.4% | - |
| HSV(B) | 226.97º | 0.86% | 0.69% | - |
| XYZ | 9.85 | 6.41 | 42.31 | - |
| YUV | 61.7 | 193.07 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 177 | 0.86 | 0.67 | 0 | 0.31 | 226.97 | 0.75 | 0.4 |
| Hex | 19 | 3A | B1 | 56 | 43 | 0 | 1F | E3 | 4B | 28 |
| Octal | 31 | 72 | 261 | 126 | 103 | 0 | 37 | 343 | 113 | 50 |
| Binary | 11001 | 111010 | 10110001 | 1010110 | 1000011 | 0 | 11111 | 11100011 | 1001011 | 101000 |
Color Harmonies of #193AB1
Complementary color
Monochromatic Colors of #193AB1
Black with #193AB1
Text Example
Text Example
White with #193AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193AB1; }
p { color: rgb(25,58,177); }
H1.HeaderClassName
{
color: #193AB1;
}
.AnyTagClassName
{
color: #193AB1;
}
</style>
background-color css
<style>
a { background-color: #193AB1; }
a { background-color: rgb(25,58,177); }
div.DivClassName
{
background-color: #193AB1;
}
.BgClassName
{
background-color: #193AB1;
}
</style>
border-color css
<style>
span { border-color: #193AB1; }
span { border-color: rgb(25,58,177); }
td.TdClassName
{
border-color: #193AB1;
}
.TagClassName
{
border-color: #193AB1;
}
</style>