Shades of Persian Blue #123CEC
Tints of Persian Blue #123CEC
RGB
CMYK
RGB Variations
Color information
#123CEC (or 0x123CEC) is known color: Persian Blue. HEX triplet: 12, 3C and EC. RGB value is (18,60,236). Sum of RGB (Red+Green+Blue) = 18+60+236=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #123CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123CEC is #EDC313. Grayscale: #424242. Windows color (decimal): -15581972 or 15481874. OLE color: 15481874.
HSL color Cylindrical-coordinate representation of color #123CEC: hue angle of 228.44º 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 #123CEC is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 60 | 236 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.07 |
| HSL | 228.44º | 0.86% | 0.5% | - |
| HSV(B) | 228.44º | 0.92% | 0.93% | - |
| XYZ | 17.01 | 9.42 | 80.28 | - |
| YUV | 67.51 | 223.09 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 236 | 0.92 | 0.75 | 0 | 0.07 | 228.44 | 0.86 | 0.5 |
| Hex | 12 | 3C | EC | 5C | 4B | 0 | 7 | E4 | 56 | 32 |
| Octal | 22 | 74 | 354 | 134 | 113 | 0 | 7 | 344 | 126 | 62 |
| Binary | 10010 | 111100 | 11101100 | 1011100 | 1001011 | 0 | 111 | 11100100 | 1010110 | 110010 |
Color Harmonies of #123CEC
Complementary color
Monochromatic Colors of #123CEC
Black with #123CEC
Text Example
Text Example
White with #123CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CEC; }
p { color: rgb(18,60,236); }
H1.HeaderClassName
{
color: #123CEC;
}
.AnyTagClassName
{
color: #123CEC;
}
</style>
background-color css
<style>
a { background-color: #123CEC; }
a { background-color: rgb(18,60,236); }
div.DivClassName
{
background-color: #123CEC;
}
.BgClassName
{
background-color: #123CEC;
}
</style>
border-color css
<style>
span { border-color: #123CEC; }
span { border-color: rgb(18,60,236); }
td.TdClassName
{
border-color: #123CEC;
}
.TagClassName
{
border-color: #123CEC;
}
</style>