Shades of Persian Blue #123CEA
Tints of Persian Blue #123CEA
RGB
CMYK
RGB Variations
Color information
#123CEA (or 0x123CEA) is known color: Persian Blue. HEX triplet: 12, 3C and EA. RGB value is (18,60,234). Sum of RGB (Red+Green+Blue) = 18+60+234=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #123CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123CEA is #EDC315. Grayscale: #424242. Windows color (decimal): -15581974 or 15350802. OLE color: 15350802.
HSL color Cylindrical-coordinate representation of color #123CEA: hue angle of 228.33º 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 #123CEA is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 60 | 234 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.08 |
| HSL | 228.33º | 0.86% | 0.49% | - |
| HSV(B) | 228.33º | 0.92% | 0.92% | - |
| XYZ | 16.72 | 9.3 | 78.76 | - |
| YUV | 67.28 | 222.09 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 234 | 0.92 | 0.74 | 0 | 0.08 | 228.33 | 0.86 | 0.49 |
| Hex | 12 | 3C | EA | 5C | 4A | 0 | 8 | E4 | 56 | 31 |
| Octal | 22 | 74 | 352 | 134 | 112 | 0 | 10 | 344 | 126 | 61 |
| Binary | 10010 | 111100 | 11101010 | 1011100 | 1001010 | 0 | 1000 | 11100100 | 1010110 | 110001 |
Color Harmonies of #123CEA
Complementary color
Monochromatic Colors of #123CEA
Black with #123CEA
Text Example
Text Example
White with #123CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CEA; }
p { color: rgb(18,60,234); }
H1.HeaderClassName
{
color: #123CEA;
}
.AnyTagClassName
{
color: #123CEA;
}
</style>
background-color css
<style>
a { background-color: #123CEA; }
a { background-color: rgb(18,60,234); }
div.DivClassName
{
background-color: #123CEA;
}
.BgClassName
{
background-color: #123CEA;
}
</style>
border-color css
<style>
span { border-color: #123CEA; }
span { border-color: rgb(18,60,234); }
td.TdClassName
{
border-color: #123CEA;
}
.TagClassName
{
border-color: #123CEA;
}
</style>