Shades of Persian Blue #1931CC
Tints of Persian Blue #1931CC
RGB
CMYK
RGB Variations
Color information
#1931CC (or 0x1931CC) is known color: Persian Blue. HEX triplet: 19, 31 and CC. RGB value is (25,49,204). Sum of RGB (Red+Green+Blue) = 25+49+204=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #1931CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1931CC is #E6CE33. Grayscale: #3A3A3A. Windows color (decimal): -15126068 or 13381913. OLE color: 13381913.
HSL color Cylindrical-coordinate representation of color #1931CC: hue angle of 231.96º 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 #1931CC is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 49 | 204 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.2 |
| HSL | 231.96º | 0.78% | 0.45% | - |
| HSV(B) | 231.96º | 0.88% | 0.8% | - |
| XYZ | 12.4 | 6.76 | 57.78 | - |
| YUV | 59.49 | 209.55 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 204 | 0.88 | 0.76 | 0 | 0.2 | 231.96 | 0.78 | 0.45 |
| Hex | 19 | 31 | CC | 58 | 4C | 0 | 14 | E8 | 4E | 2D |
| Octal | 31 | 61 | 314 | 130 | 114 | 0 | 24 | 350 | 116 | 55 |
| Binary | 11001 | 110001 | 11001100 | 1011000 | 1001100 | 0 | 10100 | 11101000 | 1001110 | 101101 |
Color Harmonies of #1931CC
Complementary color
Monochromatic Colors of #1931CC
Black with #1931CC
Text Example
Text Example
White with #1931CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1931CC; }
p { color: rgb(25,49,204); }
H1.HeaderClassName
{
color: #1931CC;
}
.AnyTagClassName
{
color: #1931CC;
}
</style>
background-color css
<style>
a { background-color: #1931CC; }
a { background-color: rgb(25,49,204); }
div.DivClassName
{
background-color: #1931CC;
}
.BgClassName
{
background-color: #1931CC;
}
</style>
border-color css
<style>
span { border-color: #1931CC; }
span { border-color: rgb(25,49,204); }
td.TdClassName
{
border-color: #1931CC;
}
.TagClassName
{
border-color: #1931CC;
}
</style>