Shades of Persian Blue #192DCF
Tints of Persian Blue #192DCF
RGB
CMYK
RGB Variations
Color information
#192DCF (or 0x192DCF) is known color: Persian Blue. HEX triplet: 19, 2D and CF. RGB value is (25,45,207). Sum of RGB (Red+Green+Blue) = 25+45+207=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 207 (81.25% from 255 or 74.73% from 277); Max value from RGB is 207 - color contains mainly: blue. Hex color #192DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192DCF is #E6D230. Grayscale: #383838. Windows color (decimal): -15127089 or 13577497. OLE color: 13577497.
HSL color Cylindrical-coordinate representation of color #192DCF: hue angle of 233.41º 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 #192DCF is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 45 | 207 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.19 |
| HSL | 233.41º | 0.78% | 0.45% | - |
| HSV(B) | 233.41º | 0.88% | 0.81% | - |
| XYZ | 12.6 | 6.59 | 59.64 | - |
| YUV | 57.49 | 212.37 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 207 | 0.88 | 0.78 | 0 | 0.19 | 233.41 | 0.78 | 0.45 |
| Hex | 19 | 2D | CF | 58 | 4E | 0 | 13 | E9 | 4E | 2D |
| Octal | 31 | 55 | 317 | 130 | 116 | 0 | 23 | 351 | 116 | 55 |
| Binary | 11001 | 101101 | 11001111 | 1011000 | 1001110 | 0 | 10011 | 11101001 | 1001110 | 101101 |
Color Harmonies of #192DCF
Complementary color
Monochromatic Colors of #192DCF
Black with #192DCF
Text Example
Text Example
White with #192DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DCF; }
p { color: rgb(25,45,207); }
H1.HeaderClassName
{
color: #192DCF;
}
.AnyTagClassName
{
color: #192DCF;
}
</style>
background-color css
<style>
a { background-color: #192DCF; }
a { background-color: rgb(25,45,207); }
div.DivClassName
{
background-color: #192DCF;
}
.BgClassName
{
background-color: #192DCF;
}
</style>
border-color css
<style>
span { border-color: #192DCF; }
span { border-color: rgb(25,45,207); }
td.TdClassName
{
border-color: #192DCF;
}
.TagClassName
{
border-color: #192DCF;
}
</style>