Shades of Persian Blue #193ACF
Tints of Persian Blue #193ACF
RGB
CMYK
RGB Variations
Color information
#193ACF (or 0x193ACF) is known color: Persian Blue. HEX triplet: 19, 3A and CF. RGB value is (25,58,207). Sum of RGB (Red+Green+Blue) = 25+58+207=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #193ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ACF is #E6C530. Grayscale: #404040. Windows color (decimal): -15123761 or 13580825. OLE color: 13580825.
HSL color Cylindrical-coordinate representation of color #193ACF: hue angle of 229.12º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193ACF is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 58 | 207 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.19 |
| HSL | 229.12º | 0.78% | 0.45% | - |
| HSV(B) | 229.12º | 0.88% | 0.81% | - |
| XYZ | 13.18 | 7.74 | 59.83 | - |
| YUV | 65.12 | 208.07 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 207 | 0.88 | 0.72 | 0 | 0.19 | 229.12 | 0.78 | 0.45 |
| Hex | 19 | 3A | CF | 58 | 48 | 0 | 13 | E5 | 4E | 2D |
| Octal | 31 | 72 | 317 | 130 | 110 | 0 | 23 | 345 | 116 | 55 |
| Binary | 11001 | 111010 | 11001111 | 1011000 | 1001000 | 0 | 10011 | 11100101 | 1001110 | 101101 |
Color Harmonies of #193ACF
Complementary color
Monochromatic Colors of #193ACF
Black with #193ACF
Text Example
Text Example
White with #193ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193ACF; }
p { color: rgb(25,58,207); }
H1.HeaderClassName
{
color: #193ACF;
}
.AnyTagClassName
{
color: #193ACF;
}
</style>
background-color css
<style>
a { background-color: #193ACF; }
a { background-color: rgb(25,58,207); }
div.DivClassName
{
background-color: #193ACF;
}
.BgClassName
{
background-color: #193ACF;
}
</style>
border-color css
<style>
span { border-color: #193ACF; }
span { border-color: rgb(25,58,207); }
td.TdClassName
{
border-color: #193ACF;
}
.TagClassName
{
border-color: #193ACF;
}
</style>