Shades of Persian Blue #1829EA
Tints of Persian Blue #1829EA
RGB
CMYK
RGB Variations
Color information
#1829EA (or 0x1829EA) is known color: Persian Blue. HEX triplet: 18, 29 and EA. RGB value is (24,41,234). Sum of RGB (Red+Green+Blue) = 24+41+234=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #1829EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1829EA is #E7D615. Grayscale: #393939. Windows color (decimal): -15193622 or 15345944. OLE color: 15345944.
HSL color Cylindrical-coordinate representation of color #1829EA: hue angle of 235.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1829EA is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 41 | 234 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.08 |
| HSL | 235.14º | 0.83% | 0.51% | - |
| HSV(B) | 235.14º | 0.9% | 0.92% | - |
| XYZ | 16.02 | 7.72 | 78.49 | - |
| YUV | 57.92 | 227.37 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 234 | 0.90 | 0.82 | 0 | 0.08 | 235.14 | 0.83 | 0.51 |
| Hex | 18 | 29 | EA | 5A | 52 | 0 | 8 | EB | 53 | 33 |
| Octal | 30 | 51 | 352 | 132 | 122 | 0 | 10 | 353 | 123 | 63 |
| Binary | 11000 | 101001 | 11101010 | 1011010 | 1010010 | 0 | 1000 | 11101011 | 1010011 | 110011 |
Color Harmonies of #1829EA
Complementary color
Monochromatic Colors of #1829EA
Black with #1829EA
Text Example
Text Example
White with #1829EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1829EA; }
p { color: rgb(24,41,234); }
H1.HeaderClassName
{
color: #1829EA;
}
.AnyTagClassName
{
color: #1829EA;
}
</style>
background-color css
<style>
a { background-color: #1829EA; }
a { background-color: rgb(24,41,234); }
div.DivClassName
{
background-color: #1829EA;
}
.BgClassName
{
background-color: #1829EA;
}
</style>
border-color css
<style>
span { border-color: #1829EA; }
span { border-color: rgb(24,41,234); }
td.TdClassName
{
border-color: #1829EA;
}
.TagClassName
{
border-color: #1829EA;
}
</style>