Shades of Persian Blue #193DBB
Tints of Persian Blue #193DBB
RGB
CMYK
RGB Variations
Color information
#193DBB (or 0x193DBB) is known color: Persian Blue. HEX triplet: 19, 3D and BB. RGB value is (25,61,187). Sum of RGB (Red+Green+Blue) = 25+61+187=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #193DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DBB is #E6C244. Grayscale: #404040. Windows color (decimal): -15123013 or 12270873. OLE color: 12270873.
HSL color Cylindrical-coordinate representation of color #193DBB: hue angle of 226.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193DBB is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 61 | 187 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.27 |
| HSL | 226.67º | 0.76% | 0.42% | - |
| HSV(B) | 226.67º | 0.87% | 0.73% | - |
| XYZ | 11.04 | 7.13 | 47.81 | - |
| YUV | 64.6 | 197.07 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 187 | 0.87 | 0.67 | 0 | 0.27 | 226.67 | 0.76 | 0.42 |
| Hex | 19 | 3D | BB | 57 | 43 | 0 | 1B | E3 | 4C | 2A |
| Octal | 31 | 75 | 273 | 127 | 103 | 0 | 33 | 343 | 114 | 52 |
| Binary | 11001 | 111101 | 10111011 | 1010111 | 1000011 | 0 | 11011 | 11100011 | 1001100 | 101010 |
Color Harmonies of #193DBB
Complementary color
Monochromatic Colors of #193DBB
Black with #193DBB
Text Example
Text Example
White with #193DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193DBB; }
p { color: rgb(25,61,187); }
H1.HeaderClassName
{
color: #193DBB;
}
.AnyTagClassName
{
color: #193DBB;
}
</style>
background-color css
<style>
a { background-color: #193DBB; }
a { background-color: rgb(25,61,187); }
div.DivClassName
{
background-color: #193DBB;
}
.BgClassName
{
background-color: #193DBB;
}
</style>
border-color css
<style>
span { border-color: #193DBB; }
span { border-color: rgb(25,61,187); }
td.TdClassName
{
border-color: #193DBB;
}
.TagClassName
{
border-color: #193DBB;
}
</style>