Shades of Persian Blue #1933CE
Tints of Persian Blue #1933CE
RGB
CMYK
RGB Variations
Color information
#1933CE (or 0x1933CE) is known color: Persian Blue. HEX triplet: 19, 33 and CE. RGB value is (25,51,206). Sum of RGB (Red+Green+Blue) = 25+51+206=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #1933CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1933CE is #E6CC31. Grayscale: #3C3C3C. Windows color (decimal): -15125554 or 13513497. OLE color: 13513497.
HSL color Cylindrical-coordinate representation of color #1933CE: hue angle of 231.38º 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 #1933CE is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 51 | 206 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.19 |
| HSL | 231.38º | 0.78% | 0.45% | - |
| HSV(B) | 231.38º | 0.88% | 0.81% | - |
| XYZ | 12.73 | 7.03 | 59.08 | - |
| YUV | 60.9 | 209.89 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 206 | 0.88 | 0.75 | 0 | 0.19 | 231.38 | 0.78 | 0.45 |
| Hex | 19 | 33 | CE | 58 | 4B | 0 | 13 | E7 | 4E | 2D |
| Octal | 31 | 63 | 316 | 130 | 113 | 0 | 23 | 347 | 116 | 55 |
| Binary | 11001 | 110011 | 11001110 | 1011000 | 1001011 | 0 | 10011 | 11100111 | 1001110 | 101101 |
Color Harmonies of #1933CE
Complementary color
Monochromatic Colors of #1933CE
Black with #1933CE
Text Example
Text Example
White with #1933CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1933CE; }
p { color: rgb(25,51,206); }
H1.HeaderClassName
{
color: #1933CE;
}
.AnyTagClassName
{
color: #1933CE;
}
</style>
background-color css
<style>
a { background-color: #1933CE; }
a { background-color: rgb(25,51,206); }
div.DivClassName
{
background-color: #1933CE;
}
.BgClassName
{
background-color: #1933CE;
}
</style>
border-color css
<style>
span { border-color: #1933CE; }
span { border-color: rgb(25,51,206); }
td.TdClassName
{
border-color: #1933CE;
}
.TagClassName
{
border-color: #1933CE;
}
</style>