Shades of Persian Blue #123AEA
Tints of Persian Blue #123AEA
RGB
CMYK
RGB Variations
Color information
#123AEA (or 0x123AEA) is known color: Persian Blue. HEX triplet: 12, 3A and EA. RGB value is (18,58,234). Sum of RGB (Red+Green+Blue) = 18+58+234=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 234 (91.80% from 255 or 75.48% from 310); Max value from RGB is 234 - color contains mainly: blue. Hex color #123AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123AEA is #EDC515. Grayscale: #414141. Windows color (decimal): -15582486 or 15350290. OLE color: 15350290.
HSL color Cylindrical-coordinate representation of color #123AEA: hue angle of 228.89º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123AEA is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 58 | 234 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.08 |
| HSL | 228.89º | 0.86% | 0.49% | - |
| HSV(B) | 228.89º | 0.92% | 0.92% | - |
| XYZ | 16.61 | 9.1 | 78.72 | - |
| YUV | 66.1 | 222.75 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 234 | 0.92 | 0.75 | 0 | 0.08 | 228.89 | 0.86 | 0.49 |
| Hex | 12 | 3A | EA | 5C | 4B | 0 | 8 | E5 | 56 | 31 |
| Octal | 22 | 72 | 352 | 134 | 113 | 0 | 10 | 345 | 126 | 61 |
| Binary | 10010 | 111010 | 11101010 | 1011100 | 1001011 | 0 | 1000 | 11100101 | 1010110 | 110001 |
Color Harmonies of #123AEA
Complementary color
Monochromatic Colors of #123AEA
Black with #123AEA
Text Example
Text Example
White with #123AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AEA; }
p { color: rgb(18,58,234); }
H1.HeaderClassName
{
color: #123AEA;
}
.AnyTagClassName
{
color: #123AEA;
}
</style>
background-color css
<style>
a { background-color: #123AEA; }
a { background-color: rgb(18,58,234); }
div.DivClassName
{
background-color: #123AEA;
}
.BgClassName
{
background-color: #123AEA;
}
</style>
border-color css
<style>
span { border-color: #123AEA; }
span { border-color: rgb(18,58,234); }
td.TdClassName
{
border-color: #123AEA;
}
.TagClassName
{
border-color: #123AEA;
}
</style>