Shades of Persian Blue #193DBD
Tints of Persian Blue #193DBD
RGB
CMYK
RGB Variations
Color information
#193DBD (or 0x193DBD) is known color: Persian Blue. HEX triplet: 19, 3D and BD. RGB value is (25,61,189). Sum of RGB (Red+Green+Blue) = 25+61+189=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #193DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DBD is #E6C242. Grayscale: #404040. Windows color (decimal): -15123011 or 12401945. OLE color: 12401945.
HSL color Cylindrical-coordinate representation of color #193DBD: hue angle of 226.83º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193DBD is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 61 | 189 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.26 |
| HSL | 226.83º | 0.77% | 0.42% | - |
| HSV(B) | 226.83º | 0.87% | 0.74% | - |
| XYZ | 11.25 | 7.22 | 48.94 | - |
| YUV | 64.83 | 198.07 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 189 | 0.87 | 0.68 | 0 | 0.26 | 226.83 | 0.77 | 0.42 |
| Hex | 19 | 3D | BD | 57 | 44 | 0 | 1A | E3 | 4D | 2A |
| Octal | 31 | 75 | 275 | 127 | 104 | 0 | 32 | 343 | 115 | 52 |
| Binary | 11001 | 111101 | 10111101 | 1010111 | 1000100 | 0 | 11010 | 11100011 | 1001101 | 101010 |
Color Harmonies of #193DBD
Complementary color
Monochromatic Colors of #193DBD
Black with #193DBD
Text Example
Text Example
White with #193DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193DBD; }
p { color: rgb(25,61,189); }
H1.HeaderClassName
{
color: #193DBD;
}
.AnyTagClassName
{
color: #193DBD;
}
</style>
background-color css
<style>
a { background-color: #193DBD; }
a { background-color: rgb(25,61,189); }
div.DivClassName
{
background-color: #193DBD;
}
.BgClassName
{
background-color: #193DBD;
}
</style>
border-color css
<style>
span { border-color: #193DBD; }
span { border-color: rgb(25,61,189); }
td.TdClassName
{
border-color: #193DBD;
}
.TagClassName
{
border-color: #193DBD;
}
</style>