Shades of Persian Blue #193CB6
Tints of Persian Blue #193CB6
RGB
CMYK
RGB Variations
Color information
#193CB6 (or 0x193CB6) is known color: Persian Blue. HEX triplet: 19, 3C and B6. RGB value is (25,60,182). Sum of RGB (Red+Green+Blue) = 25+60+182=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 182 (71.48% from 255 or 68.16% from 267); Max value from RGB is 182 - color contains mainly: blue. Hex color #193CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CB6 is #E6C349. Grayscale: #3E3E3E. Windows color (decimal): -15123274 or 11942937. OLE color: 11942937.
HSL color Cylindrical-coordinate representation of color #193CB6: hue angle of 226.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193CB6 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 60 | 182 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.29 |
| HSL | 226.62º | 0.76% | 0.41% | - |
| HSV(B) | 226.62º | 0.86% | 0.71% | - |
| XYZ | 10.46 | 6.82 | 45.02 | - |
| YUV | 63.44 | 194.9 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 182 | 0.86 | 0.67 | 0 | 0.29 | 226.62 | 0.76 | 0.41 |
| Hex | 19 | 3C | B6 | 56 | 43 | 0 | 1D | E3 | 4C | 29 |
| Octal | 31 | 74 | 266 | 126 | 103 | 0 | 35 | 343 | 114 | 51 |
| Binary | 11001 | 111100 | 10110110 | 1010110 | 1000011 | 0 | 11101 | 11100011 | 1001100 | 101001 |
Color Harmonies of #193CB6
Complementary color
Monochromatic Colors of #193CB6
Black with #193CB6
Text Example
Text Example
White with #193CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CB6; }
p { color: rgb(25,60,182); }
H1.HeaderClassName
{
color: #193CB6;
}
.AnyTagClassName
{
color: #193CB6;
}
</style>
background-color css
<style>
a { background-color: #193CB6; }
a { background-color: rgb(25,60,182); }
div.DivClassName
{
background-color: #193CB6;
}
.BgClassName
{
background-color: #193CB6;
}
</style>
border-color css
<style>
span { border-color: #193CB6; }
span { border-color: rgb(25,60,182); }
td.TdClassName
{
border-color: #193CB6;
}
.TagClassName
{
border-color: #193CB6;
}
</style>