Shades of Persian Blue #193DDA
Tints of Persian Blue #193DDA
RGB
CMYK
RGB Variations
Color information
#193DDA (or 0x193DDA) is known color: Persian Blue. HEX triplet: 19, 3D and DA. RGB value is (25,61,218). Sum of RGB (Red+Green+Blue) = 25+61+218=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #193DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DDA is #E6C225. Grayscale: #434343. Windows color (decimal): -15122982 or 14302489. OLE color: 14302489.
HSL color Cylindrical-coordinate representation of color #193DDA: hue angle of 228.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193DDA is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 61 | 218 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.15 |
| HSL | 228.81º | 0.79% | 0.48% | - |
| HSV(B) | 228.81º | 0.89% | 0.85% | - |
| XYZ | 14.72 | 8.61 | 67.21 | - |
| YUV | 68.13 | 212.57 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 218 | 0.89 | 0.72 | 0 | 0.15 | 228.81 | 0.79 | 0.48 |
| Hex | 19 | 3D | DA | 59 | 48 | 0 | F | E5 | 4F | 30 |
| Octal | 31 | 75 | 332 | 131 | 110 | 0 | 17 | 345 | 117 | 60 |
| Binary | 11001 | 111101 | 11011010 | 1011001 | 1001000 | 0 | 1111 | 11100101 | 1001111 | 110000 |
Color Harmonies of #193DDA
Complementary color
Monochromatic Colors of #193DDA
Black with #193DDA
Text Example
Text Example
White with #193DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193DDA; }
p { color: rgb(25,61,218); }
H1.HeaderClassName
{
color: #193DDA;
}
.AnyTagClassName
{
color: #193DDA;
}
</style>
background-color css
<style>
a { background-color: #193DDA; }
a { background-color: rgb(25,61,218); }
div.DivClassName
{
background-color: #193DDA;
}
.BgClassName
{
background-color: #193DDA;
}
</style>
border-color css
<style>
span { border-color: #193DDA; }
span { border-color: rgb(25,61,218); }
td.TdClassName
{
border-color: #193DDA;
}
.TagClassName
{
border-color: #193DDA;
}
</style>