Shades of Persian Blue #1835EA
Tints of Persian Blue #1835EA
RGB
CMYK
RGB Variations
Color information
#1835EA (or 0x1835EA) is known color: Persian Blue. HEX triplet: 18, 35 and EA. RGB value is (24,53,234). Sum of RGB (Red+Green+Blue) = 24+53+234=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #1835EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1835EA is #E7CA15. Grayscale: #404040. Windows color (decimal): -15190550 or 15349016. OLE color: 15349016.
HSL color Cylindrical-coordinate representation of color #1835EA: hue angle of 231.71º 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 #1835EA is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 53 | 234 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.08 |
| HSL | 231.71º | 0.83% | 0.51% | - |
| HSV(B) | 231.71º | 0.9% | 0.92% | - |
| XYZ | 16.5 | 8.68 | 78.65 | - |
| YUV | 64.96 | 223.39 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 234 | 0.90 | 0.77 | 0 | 0.08 | 231.71 | 0.83 | 0.51 |
| Hex | 18 | 35 | EA | 5A | 4D | 0 | 8 | E8 | 53 | 33 |
| Octal | 30 | 65 | 352 | 132 | 115 | 0 | 10 | 350 | 123 | 63 |
| Binary | 11000 | 110101 | 11101010 | 1011010 | 1001101 | 0 | 1000 | 11101000 | 1010011 | 110011 |
Color Harmonies of #1835EA
Complementary color
Monochromatic Colors of #1835EA
Black with #1835EA
Text Example
Text Example
White with #1835EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1835EA; }
p { color: rgb(24,53,234); }
H1.HeaderClassName
{
color: #1835EA;
}
.AnyTagClassName
{
color: #1835EA;
}
</style>
background-color css
<style>
a { background-color: #1835EA; }
a { background-color: rgb(24,53,234); }
div.DivClassName
{
background-color: #1835EA;
}
.BgClassName
{
background-color: #1835EA;
}
</style>
border-color css
<style>
span { border-color: #1835EA; }
span { border-color: rgb(24,53,234); }
td.TdClassName
{
border-color: #1835EA;
}
.TagClassName
{
border-color: #1835EA;
}
</style>