Shades of Persian Blue #1830ED
Tints of Persian Blue #1830ED
RGB
CMYK
RGB Variations
Color information
#1830ED (or 0x1830ED) is known color: Persian Blue. HEX triplet: 18, 30 and ED. RGB value is (24,48,237). Sum of RGB (Red+Green+Blue) = 24+48+237=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 237 (92.97% from 255 or 76.70% from 309); Max value from RGB is 237 - color contains mainly: blue. Hex color #1830ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1830ED is #E7CF12. Grayscale: #3D3D3D. Windows color (decimal): -15191827 or 15544344. OLE color: 15544344.
HSL color Cylindrical-coordinate representation of color #1830ED: hue angle of 233.24º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1830ED is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 48 | 237 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.07 |
| HSL | 233.24º | 0.86% | 0.51% | - |
| HSV(B) | 233.24º | 0.9% | 0.93% | - |
| XYZ | 16.72 | 8.42 | 80.87 | - |
| YUV | 62.37 | 226.55 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 237 | 0.90 | 0.80 | 0 | 0.07 | 233.24 | 0.86 | 0.51 |
| Hex | 18 | 30 | ED | 5A | 50 | 0 | 7 | E9 | 56 | 33 |
| Octal | 30 | 60 | 355 | 132 | 120 | 0 | 7 | 351 | 126 | 63 |
| Binary | 11000 | 110000 | 11101101 | 1011010 | 1010000 | 0 | 111 | 11101001 | 1010110 | 110011 |
Color Harmonies of #1830ED
Complementary color
Monochromatic Colors of #1830ED
Black with #1830ED
Text Example
Text Example
White with #1830ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1830ED; }
p { color: rgb(24,48,237); }
H1.HeaderClassName
{
color: #1830ED;
}
.AnyTagClassName
{
color: #1830ED;
}
</style>
background-color css
<style>
a { background-color: #1830ED; }
a { background-color: rgb(24,48,237); }
div.DivClassName
{
background-color: #1830ED;
}
.BgClassName
{
background-color: #1830ED;
}
</style>
border-color css
<style>
span { border-color: #1830ED; }
span { border-color: rgb(24,48,237); }
td.TdClassName
{
border-color: #1830ED;
}
.TagClassName
{
border-color: #1830ED;
}
</style>