Shades of Persian Blue #1838EE
Tints of Persian Blue #1838EE
RGB
CMYK
RGB Variations
Color information
#1838EE (or 0x1838EE) is known color: Persian Blue. HEX triplet: 18, 38 and EE. RGB value is (24,56,238). Sum of RGB (Red+Green+Blue) = 24+56+238=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #1838EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1838EE is #E7C711. Grayscale: #424242. Windows color (decimal): -15189778 or 15611928. OLE color: 15611928.
HSL color Cylindrical-coordinate representation of color #1838EE: hue angle of 231.03º 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 #1838EE is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 56 | 238 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.07 |
| HSL | 231.03º | 0.86% | 0.51% | - |
| HSV(B) | 231.03º | 0.9% | 0.93% | - |
| XYZ | 17.22 | 9.2 | 81.76 | - |
| YUV | 67.18 | 224.4 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 238 | 0.90 | 0.76 | 0 | 0.07 | 231.03 | 0.86 | 0.51 |
| Hex | 18 | 38 | EE | 5A | 4C | 0 | 7 | E7 | 56 | 33 |
| Octal | 30 | 70 | 356 | 132 | 114 | 0 | 7 | 347 | 126 | 63 |
| Binary | 11000 | 111000 | 11101110 | 1011010 | 1001100 | 0 | 111 | 11100111 | 1010110 | 110011 |
Color Harmonies of #1838EE
Complementary color
Monochromatic Colors of #1838EE
Black with #1838EE
Text Example
Text Example
White with #1838EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1838EE; }
p { color: rgb(24,56,238); }
H1.HeaderClassName
{
color: #1838EE;
}
.AnyTagClassName
{
color: #1838EE;
}
</style>
background-color css
<style>
a { background-color: #1838EE; }
a { background-color: rgb(24,56,238); }
div.DivClassName
{
background-color: #1838EE;
}
.BgClassName
{
background-color: #1838EE;
}
</style>
border-color css
<style>
span { border-color: #1838EE; }
span { border-color: rgb(24,56,238); }
td.TdClassName
{
border-color: #1838EE;
}
.TagClassName
{
border-color: #1838EE;
}
</style>