Shades of Persian Blue #192CCF
Tints of Persian Blue #192CCF
RGB
CMYK
RGB Variations
Color information
#192CCF (or 0x192CCF) is known color: Persian Blue. HEX triplet: 19, 2C and CF. RGB value is (25,44,207). Sum of RGB (Red+Green+Blue) = 25+44+207=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #192CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192CCF is #E6D330. Grayscale: #383838. Windows color (decimal): -15127345 or 13577241. OLE color: 13577241.
HSL color Cylindrical-coordinate representation of color #192CCF: hue angle of 233.74º 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 #192CCF is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 44 | 207 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.19 |
| HSL | 233.74º | 0.78% | 0.45% | - |
| HSV(B) | 233.74º | 0.88% | 0.81% | - |
| XYZ | 12.56 | 6.51 | 59.63 | - |
| YUV | 56.9 | 212.71 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 207 | 0.88 | 0.79 | 0 | 0.19 | 233.74 | 0.78 | 0.45 |
| Hex | 19 | 2C | CF | 58 | 4F | 0 | 13 | EA | 4E | 2D |
| Octal | 31 | 54 | 317 | 130 | 117 | 0 | 23 | 352 | 116 | 55 |
| Binary | 11001 | 101100 | 11001111 | 1011000 | 1001111 | 0 | 10011 | 11101010 | 1001110 | 101101 |
Color Harmonies of #192CCF
Complementary color
Monochromatic Colors of #192CCF
Black with #192CCF
Text Example
Text Example
White with #192CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192CCF; }
p { color: rgb(25,44,207); }
H1.HeaderClassName
{
color: #192CCF;
}
.AnyTagClassName
{
color: #192CCF;
}
</style>
background-color css
<style>
a { background-color: #192CCF; }
a { background-color: rgb(25,44,207); }
div.DivClassName
{
background-color: #192CCF;
}
.BgClassName
{
background-color: #192CCF;
}
</style>
border-color css
<style>
span { border-color: #192CCF; }
span { border-color: rgb(25,44,207); }
td.TdClassName
{
border-color: #192CCF;
}
.TagClassName
{
border-color: #192CCF;
}
</style>