Shades of Persian Blue #192FCE
Tints of Persian Blue #192FCE
RGB
CMYK
RGB Variations
Color information
#192FCE (or 0x192FCE) is known color: Persian Blue. HEX triplet: 19, 2F and CE. RGB value is (25,47,206). Sum of RGB (Red+Green+Blue) = 25+47+206=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #192FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FCE is #E6D031. Grayscale: #393939. Windows color (decimal): -15126578 or 13512473. OLE color: 13512473.
HSL color Cylindrical-coordinate representation of color #192FCE: hue angle of 232.71º 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 #192FCE is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 47 | 206 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.19 |
| HSL | 232.71º | 0.78% | 0.45% | - |
| HSV(B) | 232.71º | 0.88% | 0.81% | - |
| XYZ | 12.56 | 6.7 | 59.02 | - |
| YUV | 58.55 | 211.21 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 206 | 0.88 | 0.77 | 0 | 0.19 | 232.71 | 0.78 | 0.45 |
| Hex | 19 | 2F | CE | 58 | 4D | 0 | 13 | E9 | 4E | 2D |
| Octal | 31 | 57 | 316 | 130 | 115 | 0 | 23 | 351 | 116 | 55 |
| Binary | 11001 | 101111 | 11001110 | 1011000 | 1001101 | 0 | 10011 | 11101001 | 1001110 | 101101 |
Color Harmonies of #192FCE
Complementary color
Monochromatic Colors of #192FCE
Black with #192FCE
Text Example
Text Example
White with #192FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FCE; }
p { color: rgb(25,47,206); }
H1.HeaderClassName
{
color: #192FCE;
}
.AnyTagClassName
{
color: #192FCE;
}
</style>
background-color css
<style>
a { background-color: #192FCE; }
a { background-color: rgb(25,47,206); }
div.DivClassName
{
background-color: #192FCE;
}
.BgClassName
{
background-color: #192FCE;
}
</style>
border-color css
<style>
span { border-color: #192FCE; }
span { border-color: rgb(25,47,206); }
td.TdClassName
{
border-color: #192FCE;
}
.TagClassName
{
border-color: #192FCE;
}
</style>