Shades of Persian Blue #193DB3
Tints of Persian Blue #193DB3
RGB
CMYK
RGB Variations
Color information
#193DB3 (or 0x193DB3) is known color: Persian Blue. HEX triplet: 19, 3D and B3. RGB value is (25,61,179). Sum of RGB (Red+Green+Blue) = 25+61+179=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 179 (70.31% from 255 or 67.55% from 265); Max value from RGB is 179 - color contains mainly: blue. Hex color #193DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DB3 is #E6C24C. Grayscale: #3F3F3F. Windows color (decimal): -15123021 or 11746585. OLE color: 11746585.
HSL color Cylindrical-coordinate representation of color #193DB3: hue angle of 225.97º 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 #193DB3 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 61 | 179 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.30 |
| HSL | 225.97º | 0.75% | 0.4% | - |
| HSV(B) | 225.97º | 0.86% | 0.7% | - |
| XYZ | 10.21 | 6.8 | 43.42 | - |
| YUV | 63.69 | 193.07 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 179 | 0.86 | 0.66 | 0 | 0.30 | 225.97 | 0.75 | 0.4 |
| Hex | 19 | 3D | B3 | 56 | 42 | 0 | 1E | E2 | 4B | 28 |
| Octal | 31 | 75 | 263 | 126 | 102 | 0 | 36 | 342 | 113 | 50 |
| Binary | 11001 | 111101 | 10110011 | 1010110 | 1000010 | 0 | 11110 | 11100010 | 1001011 | 101000 |
Color Harmonies of #193DB3
Complementary color
Monochromatic Colors of #193DB3
Black with #193DB3
Text Example
Text Example
White with #193DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193DB3; }
p { color: rgb(25,61,179); }
H1.HeaderClassName
{
color: #193DB3;
}
.AnyTagClassName
{
color: #193DB3;
}
</style>
background-color css
<style>
a { background-color: #193DB3; }
a { background-color: rgb(25,61,179); }
div.DivClassName
{
background-color: #193DB3;
}
.BgClassName
{
background-color: #193DB3;
}
</style>
border-color css
<style>
span { border-color: #193DB3; }
span { border-color: rgb(25,61,179); }
td.TdClassName
{
border-color: #193DB3;
}
.TagClassName
{
border-color: #193DB3;
}
</style>