Shades of Persian Blue #1934DC
Tints of Persian Blue #1934DC
RGB
CMYK
RGB Variations
Color information
#1934DC (or 0x1934DC) is known color: Persian Blue. HEX triplet: 19, 34 and DC. RGB value is (25,52,220). Sum of RGB (Red+Green+Blue) = 25+52+220=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #1934DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1934DC is #E6CB23. Grayscale: #3E3E3E. Windows color (decimal): -15125284 or 14431257. OLE color: 14431257.
HSL color Cylindrical-coordinate representation of color #1934DC: hue angle of 231.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1934DC is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 52 | 220 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.14 |
| HSL | 231.69º | 0.8% | 0.48% | - |
| HSV(B) | 231.69º | 0.89% | 0.86% | - |
| XYZ | 14.55 | 7.83 | 68.45 | - |
| YUV | 63.08 | 216.55 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 220 | 0.89 | 0.76 | 0 | 0.14 | 231.69 | 0.8 | 0.48 |
| Hex | 19 | 34 | DC | 59 | 4C | 0 | E | E8 | 50 | 30 |
| Octal | 31 | 64 | 334 | 131 | 114 | 0 | 16 | 350 | 120 | 60 |
| Binary | 11001 | 110100 | 11011100 | 1011001 | 1001100 | 0 | 1110 | 11101000 | 1010000 | 110000 |
Color Harmonies of #1934DC
Complementary color
Monochromatic Colors of #1934DC
Black with #1934DC
Text Example
Text Example
White with #1934DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1934DC; }
p { color: rgb(25,52,220); }
H1.HeaderClassName
{
color: #1934DC;
}
.AnyTagClassName
{
color: #1934DC;
}
</style>
background-color css
<style>
a { background-color: #1934DC; }
a { background-color: rgb(25,52,220); }
div.DivClassName
{
background-color: #1934DC;
}
.BgClassName
{
background-color: #1934DC;
}
</style>
border-color css
<style>
span { border-color: #1934DC; }
span { border-color: rgb(25,52,220); }
td.TdClassName
{
border-color: #1934DC;
}
.TagClassName
{
border-color: #1934DC;
}
</style>