Shades of Persian Blue #193EBC
Tints of Persian Blue #193EBC
RGB
CMYK
RGB Variations
Color information
#193EBC (or 0x193EBC) is known color: Persian Blue. HEX triplet: 19, 3E and BC. RGB value is (25,62,188). Sum of RGB (Red+Green+Blue) = 25+62+188=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #193EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EBC is #E6C143. Grayscale: #404040. Windows color (decimal): -15122756 or 12336665. OLE color: 12336665.
HSL color Cylindrical-coordinate representation of color #193EBC: hue angle of 226.38º 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 #193EBC is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 62 | 188 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.26 |
| HSL | 226.38º | 0.77% | 0.42% | - |
| HSV(B) | 226.38º | 0.87% | 0.74% | - |
| XYZ | 11.2 | 7.28 | 48.39 | - |
| YUV | 65.3 | 197.24 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 188 | 0.87 | 0.67 | 0 | 0.26 | 226.38 | 0.77 | 0.42 |
| Hex | 19 | 3E | BC | 57 | 43 | 0 | 1A | E2 | 4D | 2A |
| Octal | 31 | 76 | 274 | 127 | 103 | 0 | 32 | 342 | 115 | 52 |
| Binary | 11001 | 111110 | 10111100 | 1010111 | 1000011 | 0 | 11010 | 11100010 | 1001101 | 101010 |
Color Harmonies of #193EBC
Complementary color
Monochromatic Colors of #193EBC
Black with #193EBC
Text Example
Text Example
White with #193EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193EBC; }
p { color: rgb(25,62,188); }
H1.HeaderClassName
{
color: #193EBC;
}
.AnyTagClassName
{
color: #193EBC;
}
</style>
background-color css
<style>
a { background-color: #193EBC; }
a { background-color: rgb(25,62,188); }
div.DivClassName
{
background-color: #193EBC;
}
.BgClassName
{
background-color: #193EBC;
}
</style>
border-color css
<style>
span { border-color: #193EBC; }
span { border-color: rgb(25,62,188); }
td.TdClassName
{
border-color: #193EBC;
}
.TagClassName
{
border-color: #193EBC;
}
</style>