Shades of Persian Blue #192ACE
Tints of Persian Blue #192ACE
RGB
CMYK
RGB Variations
Color information
#192ACE (or 0x192ACE) is known color: Persian Blue. HEX triplet: 19, 2A and CE. RGB value is (25,42,206). Sum of RGB (Red+Green+Blue) = 25+42+206=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #192ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ACE is #E6D531. Grayscale: #363636. Windows color (decimal): -15127858 or 13511193. OLE color: 13511193.
HSL color Cylindrical-coordinate representation of color #192ACE: hue angle of 234.36º 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 #192ACE is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 42 | 206 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.19 |
| HSL | 234.36º | 0.78% | 0.45% | - |
| HSV(B) | 234.36º | 0.88% | 0.81% | - |
| XYZ | 12.37 | 6.32 | 58.96 | - |
| YUV | 55.61 | 212.87 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 206 | 0.88 | 0.80 | 0 | 0.19 | 234.36 | 0.78 | 0.45 |
| Hex | 19 | 2A | CE | 58 | 50 | 0 | 13 | EA | 4E | 2D |
| Octal | 31 | 52 | 316 | 130 | 120 | 0 | 23 | 352 | 116 | 55 |
| Binary | 11001 | 101010 | 11001110 | 1011000 | 1010000 | 0 | 10011 | 11101010 | 1001110 | 101101 |
Color Harmonies of #192ACE
Complementary color
Monochromatic Colors of #192ACE
Black with #192ACE
Text Example
Text Example
White with #192ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192ACE; }
p { color: rgb(25,42,206); }
H1.HeaderClassName
{
color: #192ACE;
}
.AnyTagClassName
{
color: #192ACE;
}
</style>
background-color css
<style>
a { background-color: #192ACE; }
a { background-color: rgb(25,42,206); }
div.DivClassName
{
background-color: #192ACE;
}
.BgClassName
{
background-color: #192ACE;
}
</style>
border-color css
<style>
span { border-color: #192ACE; }
span { border-color: rgb(25,42,206); }
td.TdClassName
{
border-color: #192ACE;
}
.TagClassName
{
border-color: #192ACE;
}
</style>