Shades of Persian Blue #1935BE
Tints of Persian Blue #1935BE
RGB
CMYK
RGB Variations
Color information
#1935BE (or 0x1935BE) is known color: Persian Blue. HEX triplet: 19, 35 and BE. RGB value is (25,53,190). Sum of RGB (Red+Green+Blue) = 25+53+190=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #1935BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1935BE is #E6CA41. Grayscale: #3B3B3B. Windows color (decimal): -15125058 or 12465433. OLE color: 12465433.
HSL color Cylindrical-coordinate representation of color #1935BE: hue angle of 229.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1935BE is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 53 | 190 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.25 |
| HSL | 229.82º | 0.77% | 0.42% | - |
| HSV(B) | 229.82º | 0.87% | 0.75% | - |
| XYZ | 10.97 | 6.47 | 49.39 | - |
| YUV | 60.25 | 201.22 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 190 | 0.87 | 0.72 | 0 | 0.25 | 229.82 | 0.77 | 0.42 |
| Hex | 19 | 35 | BE | 57 | 48 | 0 | 19 | E6 | 4D | 2A |
| Octal | 31 | 65 | 276 | 127 | 110 | 0 | 31 | 346 | 115 | 52 |
| Binary | 11001 | 110101 | 10111110 | 1010111 | 1001000 | 0 | 11001 | 11100110 | 1001101 | 101010 |
Color Harmonies of #1935BE
Complementary color
Monochromatic Colors of #1935BE
Black with #1935BE
Text Example
Text Example
White with #1935BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1935BE; }
p { color: rgb(25,53,190); }
H1.HeaderClassName
{
color: #1935BE;
}
.AnyTagClassName
{
color: #1935BE;
}
</style>
background-color css
<style>
a { background-color: #1935BE; }
a { background-color: rgb(25,53,190); }
div.DivClassName
{
background-color: #1935BE;
}
.BgClassName
{
background-color: #1935BE;
}
</style>
border-color css
<style>
span { border-color: #1935BE; }
span { border-color: rgb(25,53,190); }
td.TdClassName
{
border-color: #1935BE;
}
.TagClassName
{
border-color: #1935BE;
}
</style>