Shades of Persian Blue #1935CE
Tints of Persian Blue #1935CE
RGB
CMYK
RGB Variations
Color information
#1935CE (or 0x1935CE) is known color: Persian Blue. HEX triplet: 19, 35 and CE. RGB value is (25,53,206). Sum of RGB (Red+Green+Blue) = 25+53+206=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #1935CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1935CE is #E6CA31. Grayscale: #3D3D3D. Windows color (decimal): -15125042 or 13514009. OLE color: 13514009.
HSL color Cylindrical-coordinate representation of color #1935CE: hue angle of 230.72º 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 #1935CE is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 53 | 206 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.19 |
| HSL | 230.72º | 0.78% | 0.45% | - |
| HSV(B) | 230.72º | 0.88% | 0.81% | - |
| XYZ | 12.81 | 7.21 | 59.11 | - |
| YUV | 62.07 | 209.22 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 206 | 0.88 | 0.74 | 0 | 0.19 | 230.72 | 0.78 | 0.45 |
| Hex | 19 | 35 | CE | 58 | 4A | 0 | 13 | E7 | 4E | 2D |
| Octal | 31 | 65 | 316 | 130 | 112 | 0 | 23 | 347 | 116 | 55 |
| Binary | 11001 | 110101 | 11001110 | 1011000 | 1001010 | 0 | 10011 | 11100111 | 1001110 | 101101 |
Color Harmonies of #1935CE
Complementary color
Monochromatic Colors of #1935CE
Black with #1935CE
Text Example
Text Example
White with #1935CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1935CE; }
p { color: rgb(25,53,206); }
H1.HeaderClassName
{
color: #1935CE;
}
.AnyTagClassName
{
color: #1935CE;
}
</style>
background-color css
<style>
a { background-color: #1935CE; }
a { background-color: rgb(25,53,206); }
div.DivClassName
{
background-color: #1935CE;
}
.BgClassName
{
background-color: #1935CE;
}
</style>
border-color css
<style>
span { border-color: #1935CE; }
span { border-color: rgb(25,53,206); }
td.TdClassName
{
border-color: #1935CE;
}
.TagClassName
{
border-color: #1935CE;
}
</style>