Shades of Persian Blue #192BD3
Tints of Persian Blue #192BD3
RGB
CMYK
RGB Variations
Color information
#192BD3 (or 0x192BD3) is known color: Persian Blue. HEX triplet: 19, 2B and D3. RGB value is (25,43,211). Sum of RGB (Red+Green+Blue) = 25+43+211=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 211 (82.81% from 255 or 75.63% from 279); Max value from RGB is 211 - color contains mainly: blue. Hex color #192BD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BD3 is #E6D42C. Grayscale: #383838. Windows color (decimal): -15127597 or 13839129. OLE color: 13839129.
HSL color Cylindrical-coordinate representation of color #192BD3: hue angle of 234.19º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192BD3 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 43 | 211 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.17 |
| HSL | 234.19º | 0.79% | 0.46% | - |
| HSV(B) | 234.19º | 0.88% | 0.83% | - |
| XYZ | 13.02 | 6.64 | 62.22 | - |
| YUV | 56.77 | 215.04 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 211 | 0.88 | 0.80 | 0 | 0.17 | 234.19 | 0.79 | 0.46 |
| Hex | 19 | 2B | D3 | 58 | 50 | 0 | 11 | EA | 4F | 2E |
| Octal | 31 | 53 | 323 | 130 | 120 | 0 | 21 | 352 | 117 | 56 |
| Binary | 11001 | 101011 | 11010011 | 1011000 | 1010000 | 0 | 10001 | 11101010 | 1001111 | 101110 |
Color Harmonies of #192BD3
Complementary color
Monochromatic Colors of #192BD3
Black with #192BD3
Text Example
Text Example
White with #192BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BD3; }
p { color: rgb(25,43,211); }
H1.HeaderClassName
{
color: #192BD3;
}
.AnyTagClassName
{
color: #192BD3;
}
</style>
background-color css
<style>
a { background-color: #192BD3; }
a { background-color: rgb(25,43,211); }
div.DivClassName
{
background-color: #192BD3;
}
.BgClassName
{
background-color: #192BD3;
}
</style>
border-color css
<style>
span { border-color: #192BD3; }
span { border-color: rgb(25,43,211); }
td.TdClassName
{
border-color: #192BD3;
}
.TagClassName
{
border-color: #192BD3;
}
</style>