Shades of Persian Blue #123DE0
Tints of Persian Blue #123DE0
RGB
CMYK
RGB Variations
Color information
#123DE0 (or 0x123DE0) is known color: Persian Blue. HEX triplet: 12, 3D and E0. RGB value is (18,61,224). Sum of RGB (Red+Green+Blue) = 18+61+224=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 224 (87.89% from 255 or 73.93% from 303); Max value from RGB is 224 - color contains mainly: blue. Hex color #123DE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DE0 is #EDC21F. Grayscale: #424242. Windows color (decimal): -15581728 or 14695698. OLE color: 14695698.
HSL color Cylindrical-coordinate representation of color #123DE0: hue angle of 227.48º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123DE0 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 61 | 224 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.12 |
| HSL | 227.48º | 0.85% | 0.47% | - |
| HSV(B) | 227.48º | 0.92% | 0.88% | - |
| XYZ | 15.37 | 8.85 | 71.42 | - |
| YUV | 66.73 | 216.75 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 224 | 0.92 | 0.73 | 0 | 0.12 | 227.48 | 0.85 | 0.47 |
| Hex | 12 | 3D | E0 | 5C | 49 | 0 | C | E3 | 55 | 2F |
| Octal | 22 | 75 | 340 | 134 | 111 | 0 | 14 | 343 | 125 | 57 |
| Binary | 10010 | 111101 | 11100000 | 1011100 | 1001001 | 0 | 1100 | 11100011 | 1010101 | 101111 |
Color Harmonies of #123DE0
Complementary color
Monochromatic Colors of #123DE0
Black with #123DE0
Text Example
Text Example
White with #123DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DE0; }
p { color: rgb(18,61,224); }
H1.HeaderClassName
{
color: #123DE0;
}
.AnyTagClassName
{
color: #123DE0;
}
</style>
background-color css
<style>
a { background-color: #123DE0; }
a { background-color: rgb(18,61,224); }
div.DivClassName
{
background-color: #123DE0;
}
.BgClassName
{
background-color: #123DE0;
}
</style>
border-color css
<style>
span { border-color: #123DE0; }
span { border-color: rgb(18,61,224); }
td.TdClassName
{
border-color: #123DE0;
}
.TagClassName
{
border-color: #123DE0;
}
</style>