Shades of Persian Blue #1936CF
Tints of Persian Blue #1936CF
RGB
CMYK
RGB Variations
Color information
#1936CF (or 0x1936CF) is known color: Persian Blue. HEX triplet: 19, 36 and CF. RGB value is (25,54,207). Sum of RGB (Red+Green+Blue) = 25+54+207=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #1936CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1936CF is #E6C930. Grayscale: #3E3E3E. Windows color (decimal): -15124785 or 13579801. OLE color: 13579801.
HSL color Cylindrical-coordinate representation of color #1936CF: hue angle of 230.44º 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 #1936CF is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 54 | 207 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.19 |
| HSL | 230.44º | 0.78% | 0.45% | - |
| HSV(B) | 230.44º | 0.88% | 0.81% | - |
| XYZ | 12.98 | 7.35 | 59.77 | - |
| YUV | 62.77 | 209.39 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 207 | 0.88 | 0.74 | 0 | 0.19 | 230.44 | 0.78 | 0.45 |
| Hex | 19 | 36 | CF | 58 | 4A | 0 | 13 | E6 | 4E | 2D |
| Octal | 31 | 66 | 317 | 130 | 112 | 0 | 23 | 346 | 116 | 55 |
| Binary | 11001 | 110110 | 11001111 | 1011000 | 1001010 | 0 | 10011 | 11100110 | 1001110 | 101101 |
Color Harmonies of #1936CF
Complementary color
Monochromatic Colors of #1936CF
Black with #1936CF
Text Example
Text Example
White with #1936CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1936CF; }
p { color: rgb(25,54,207); }
H1.HeaderClassName
{
color: #1936CF;
}
.AnyTagClassName
{
color: #1936CF;
}
</style>
background-color css
<style>
a { background-color: #1936CF; }
a { background-color: rgb(25,54,207); }
div.DivClassName
{
background-color: #1936CF;
}
.BgClassName
{
background-color: #1936CF;
}
</style>
border-color css
<style>
span { border-color: #1936CF; }
span { border-color: rgb(25,54,207); }
td.TdClassName
{
border-color: #1936CF;
}
.TagClassName
{
border-color: #1936CF;
}
</style>