Shades of Persian Blue #193BCF
Tints of Persian Blue #193BCF
RGB
CMYK
RGB Variations
Color information
#193BCF (or 0x193BCF) is known color: Persian Blue. HEX triplet: 19, 3B and CF. RGB value is (25,59,207). Sum of RGB (Red+Green+Blue) = 25+59+207=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #193BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BCF is #E6C430. Grayscale: #414141. Windows color (decimal): -15123505 or 13581081. OLE color: 13581081.
HSL color Cylindrical-coordinate representation of color #193BCF: hue angle of 228.79º 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 #193BCF is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 59 | 207 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.19 |
| HSL | 228.79º | 0.78% | 0.45% | - |
| HSV(B) | 228.79º | 0.88% | 0.81% | - |
| XYZ | 13.23 | 7.84 | 59.85 | - |
| YUV | 65.71 | 207.74 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 207 | 0.88 | 0.71 | 0 | 0.19 | 228.79 | 0.78 | 0.45 |
| Hex | 19 | 3B | CF | 58 | 47 | 0 | 13 | E5 | 4E | 2D |
| Octal | 31 | 73 | 317 | 130 | 107 | 0 | 23 | 345 | 116 | 55 |
| Binary | 11001 | 111011 | 11001111 | 1011000 | 1000111 | 0 | 10011 | 11100101 | 1001110 | 101101 |
Color Harmonies of #193BCF
Complementary color
Monochromatic Colors of #193BCF
Black with #193BCF
Text Example
Text Example
White with #193BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BCF; }
p { color: rgb(25,59,207); }
H1.HeaderClassName
{
color: #193BCF;
}
.AnyTagClassName
{
color: #193BCF;
}
</style>
background-color css
<style>
a { background-color: #193BCF; }
a { background-color: rgb(25,59,207); }
div.DivClassName
{
background-color: #193BCF;
}
.BgClassName
{
background-color: #193BCF;
}
</style>
border-color css
<style>
span { border-color: #193BCF; }
span { border-color: rgb(25,59,207); }
td.TdClassName
{
border-color: #193BCF;
}
.TagClassName
{
border-color: #193BCF;
}
</style>