Shades of Persian Blue #1833EA
Tints of Persian Blue #1833EA
RGB
CMYK
RGB Variations
Color information
#1833EA (or 0x1833EA) is known color: Persian Blue. HEX triplet: 18, 33 and EA. RGB value is (24,51,234). Sum of RGB (Red+Green+Blue) = 24+51+234=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #1833EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1833EA is #E7CC15. Grayscale: #3F3F3F. Windows color (decimal): -15191062 or 15348504. OLE color: 15348504.
HSL color Cylindrical-coordinate representation of color #1833EA: hue angle of 232.29º 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 #1833EA is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 51 | 234 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.08 |
| HSL | 232.29º | 0.83% | 0.51% | - |
| HSV(B) | 232.29º | 0.9% | 0.92% | - |
| XYZ | 16.41 | 8.5 | 78.62 | - |
| YUV | 63.79 | 224.05 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 234 | 0.90 | 0.78 | 0 | 0.08 | 232.29 | 0.83 | 0.51 |
| Hex | 18 | 33 | EA | 5A | 4E | 0 | 8 | E8 | 53 | 33 |
| Octal | 30 | 63 | 352 | 132 | 116 | 0 | 10 | 350 | 123 | 63 |
| Binary | 11000 | 110011 | 11101010 | 1011010 | 1001110 | 0 | 1000 | 11101000 | 1010011 | 110011 |
Color Harmonies of #1833EA
Complementary color
Monochromatic Colors of #1833EA
Black with #1833EA
Text Example
Text Example
White with #1833EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1833EA; }
p { color: rgb(24,51,234); }
H1.HeaderClassName
{
color: #1833EA;
}
.AnyTagClassName
{
color: #1833EA;
}
</style>
background-color css
<style>
a { background-color: #1833EA; }
a { background-color: rgb(24,51,234); }
div.DivClassName
{
background-color: #1833EA;
}
.BgClassName
{
background-color: #1833EA;
}
</style>
border-color css
<style>
span { border-color: #1833EA; }
span { border-color: rgb(24,51,234); }
td.TdClassName
{
border-color: #1833EA;
}
.TagClassName
{
border-color: #1833EA;
}
</style>