Shades of Persian Blue #192CCE
Tints of Persian Blue #192CCE
RGB
CMYK
RGB Variations
Color information
#192CCE (or 0x192CCE) is known color: Persian Blue. HEX triplet: 19, 2C and CE. RGB value is (25,44,206). Sum of RGB (Red+Green+Blue) = 25+44+206=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #192CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192CCE is #E6D331. Grayscale: #383838. Windows color (decimal): -15127346 or 13511705. OLE color: 13511705.
HSL color Cylindrical-coordinate representation of color #192CCE: hue angle of 233.7º 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 #192CCE is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 44 | 206 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.19 |
| HSL | 233.7º | 0.78% | 0.45% | - |
| HSV(B) | 233.7º | 0.88% | 0.81% | - |
| XYZ | 12.44 | 6.46 | 58.98 | - |
| YUV | 56.79 | 212.21 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 206 | 0.88 | 0.79 | 0 | 0.19 | 233.7 | 0.78 | 0.45 |
| Hex | 19 | 2C | CE | 58 | 4F | 0 | 13 | EA | 4E | 2D |
| Octal | 31 | 54 | 316 | 130 | 117 | 0 | 23 | 352 | 116 | 55 |
| Binary | 11001 | 101100 | 11001110 | 1011000 | 1001111 | 0 | 10011 | 11101010 | 1001110 | 101101 |
Color Harmonies of #192CCE
Complementary color
Monochromatic Colors of #192CCE
Black with #192CCE
Text Example
Text Example
White with #192CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192CCE; }
p { color: rgb(25,44,206); }
H1.HeaderClassName
{
color: #192CCE;
}
.AnyTagClassName
{
color: #192CCE;
}
</style>
background-color css
<style>
a { background-color: #192CCE; }
a { background-color: rgb(25,44,206); }
div.DivClassName
{
background-color: #192CCE;
}
.BgClassName
{
background-color: #192CCE;
}
</style>
border-color css
<style>
span { border-color: #192CCE; }
span { border-color: rgb(25,44,206); }
td.TdClassName
{
border-color: #192CCE;
}
.TagClassName
{
border-color: #192CCE;
}
</style>