Shades of Persian Blue #193CD2
Tints of Persian Blue #193CD2
RGB
CMYK
RGB Variations
Color information
#193CD2 (or 0x193CD2) is known color: Persian Blue. HEX triplet: 19, 3C and D2. RGB value is (25,60,210). Sum of RGB (Red+Green+Blue) = 25+60+210=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 210 (82.42% from 255 or 71.19% from 295); Max value from RGB is 210 - color contains mainly: blue. Hex color #193CD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CD2 is #E6C32D. Grayscale: #424242. Windows color (decimal): -15123246 or 13777945. OLE color: 13777945.
HSL color Cylindrical-coordinate representation of color #193CD2: hue angle of 228.65º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193CD2 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 60 | 210 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.18 |
| HSL | 228.65º | 0.79% | 0.46% | - |
| HSV(B) | 228.65º | 0.88% | 0.82% | - |
| XYZ | 13.65 | 8.09 | 61.82 | - |
| YUV | 66.64 | 208.9 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 210 | 0.88 | 0.71 | 0 | 0.18 | 228.65 | 0.79 | 0.46 |
| Hex | 19 | 3C | D2 | 58 | 47 | 0 | 12 | E5 | 4F | 2E |
| Octal | 31 | 74 | 322 | 130 | 107 | 0 | 22 | 345 | 117 | 56 |
| Binary | 11001 | 111100 | 11010010 | 1011000 | 1000111 | 0 | 10010 | 11100101 | 1001111 | 101110 |
Color Harmonies of #193CD2
Complementary color
Monochromatic Colors of #193CD2
Black with #193CD2
Text Example
Text Example
White with #193CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CD2; }
p { color: rgb(25,60,210); }
H1.HeaderClassName
{
color: #193CD2;
}
.AnyTagClassName
{
color: #193CD2;
}
</style>
background-color css
<style>
a { background-color: #193CD2; }
a { background-color: rgb(25,60,210); }
div.DivClassName
{
background-color: #193CD2;
}
.BgClassName
{
background-color: #193CD2;
}
</style>
border-color css
<style>
span { border-color: #193CD2; }
span { border-color: rgb(25,60,210); }
td.TdClassName
{
border-color: #193CD2;
}
.TagClassName
{
border-color: #193CD2;
}
</style>