Shades of Persian Blue #192CCD
Tints of Persian Blue #192CCD
RGB
CMYK
RGB Variations
Color information
#192CCD (or 0x192CCD) is known color: Persian Blue. HEX triplet: 19, 2C and CD. RGB value is (25,44,205). Sum of RGB (Red+Green+Blue) = 25+44+205=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #192CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192CCD is #E6D332. Grayscale: #383838. Windows color (decimal): -15127347 or 13446169. OLE color: 13446169.
HSL color Cylindrical-coordinate representation of color #192CCD: hue angle of 233.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192CCD is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 44 | 205 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.20 |
| HSL | 233.67º | 0.78% | 0.45% | - |
| HSV(B) | 233.67º | 0.88% | 0.8% | - |
| XYZ | 12.32 | 6.42 | 58.35 | - |
| YUV | 56.67 | 211.71 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 205 | 0.88 | 0.79 | 0 | 0.20 | 233.67 | 0.78 | 0.45 |
| Hex | 19 | 2C | CD | 58 | 4F | 0 | 14 | EA | 4E | 2D |
| Octal | 31 | 54 | 315 | 130 | 117 | 0 | 24 | 352 | 116 | 55 |
| Binary | 11001 | 101100 | 11001101 | 1011000 | 1001111 | 0 | 10100 | 11101010 | 1001110 | 101101 |
Color Harmonies of #192CCD
Complementary color
Monochromatic Colors of #192CCD
Black with #192CCD
Text Example
Text Example
White with #192CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192CCD; }
p { color: rgb(25,44,205); }
H1.HeaderClassName
{
color: #192CCD;
}
.AnyTagClassName
{
color: #192CCD;
}
</style>
background-color css
<style>
a { background-color: #192CCD; }
a { background-color: rgb(25,44,205); }
div.DivClassName
{
background-color: #192CCD;
}
.BgClassName
{
background-color: #192CCD;
}
</style>
border-color css
<style>
span { border-color: #192CCD; }
span { border-color: rgb(25,44,205); }
td.TdClassName
{
border-color: #192CCD;
}
.TagClassName
{
border-color: #192CCD;
}
</style>