Shades of Persian Blue #1836ED
Tints of Persian Blue #1836ED
RGB
CMYK
RGB Variations
Color information
#1836ED (or 0x1836ED) is known color: Persian Blue. HEX triplet: 18, 36 and ED. RGB value is (24,54,237). Sum of RGB (Red+Green+Blue) = 24+54+237=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #1836ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1836ED is #E7C912. Grayscale: #414141. Windows color (decimal): -15190291 or 15545880. OLE color: 15545880.
HSL color Cylindrical-coordinate representation of color #1836ED: hue angle of 231.55º 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 #1836ED is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 54 | 237 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.07 |
| HSL | 231.55º | 0.86% | 0.51% | - |
| HSV(B) | 231.55º | 0.9% | 0.93% | - |
| XYZ | 16.98 | 8.95 | 80.95 | - |
| YUV | 65.89 | 224.56 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 237 | 0.90 | 0.77 | 0 | 0.07 | 231.55 | 0.86 | 0.51 |
| Hex | 18 | 36 | ED | 5A | 4D | 0 | 7 | E8 | 56 | 33 |
| Octal | 30 | 66 | 355 | 132 | 115 | 0 | 7 | 350 | 126 | 63 |
| Binary | 11000 | 110110 | 11101101 | 1011010 | 1001101 | 0 | 111 | 11101000 | 1010110 | 110011 |
Color Harmonies of #1836ED
Complementary color
Monochromatic Colors of #1836ED
Black with #1836ED
Text Example
Text Example
White with #1836ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1836ED; }
p { color: rgb(24,54,237); }
H1.HeaderClassName
{
color: #1836ED;
}
.AnyTagClassName
{
color: #1836ED;
}
</style>
background-color css
<style>
a { background-color: #1836ED; }
a { background-color: rgb(24,54,237); }
div.DivClassName
{
background-color: #1836ED;
}
.BgClassName
{
background-color: #1836ED;
}
</style>
border-color css
<style>
span { border-color: #1836ED; }
span { border-color: rgb(24,54,237); }
td.TdClassName
{
border-color: #1836ED;
}
.TagClassName
{
border-color: #1836ED;
}
</style>