Shades of Persian Blue #123DEC
Tints of Persian Blue #123DEC
RGB
CMYK
RGB Variations
Color information
#123DEC (or 0x123DEC) is known color: Persian Blue. HEX triplet: 12, 3D and EC. RGB value is (18,61,236). Sum of RGB (Red+Green+Blue) = 18+61+236=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #123DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123DEC is #EDC213. Grayscale: #434343. Windows color (decimal): -15581716 or 15482130. OLE color: 15482130.
HSL color Cylindrical-coordinate representation of color #123DEC: hue angle of 228.17º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123DEC is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 61 | 236 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.07 |
| HSL | 228.17º | 0.86% | 0.5% | - |
| HSV(B) | 228.17º | 0.92% | 0.93% | - |
| XYZ | 17.06 | 9.52 | 80.3 | - |
| YUV | 68.09 | 222.75 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 236 | 0.92 | 0.74 | 0 | 0.07 | 228.17 | 0.86 | 0.5 |
| Hex | 12 | 3D | EC | 5C | 4A | 0 | 7 | E4 | 56 | 32 |
| Octal | 22 | 75 | 354 | 134 | 112 | 0 | 7 | 344 | 126 | 62 |
| Binary | 10010 | 111101 | 11101100 | 1011100 | 1001010 | 0 | 111 | 11100100 | 1010110 | 110010 |
Color Harmonies of #123DEC
Complementary color
Monochromatic Colors of #123DEC
Black with #123DEC
Text Example
Text Example
White with #123DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DEC; }
p { color: rgb(18,61,236); }
H1.HeaderClassName
{
color: #123DEC;
}
.AnyTagClassName
{
color: #123DEC;
}
</style>
background-color css
<style>
a { background-color: #123DEC; }
a { background-color: rgb(18,61,236); }
div.DivClassName
{
background-color: #123DEC;
}
.BgClassName
{
background-color: #123DEC;
}
</style>
border-color css
<style>
span { border-color: #123DEC; }
span { border-color: rgb(18,61,236); }
td.TdClassName
{
border-color: #123DEC;
}
.TagClassName
{
border-color: #123DEC;
}
</style>