Shades of Persian Blue #123FEA
Tints of Persian Blue #123FEA
RGB
CMYK
RGB Variations
Color information
#123FEA (or 0x123FEA) is known color: Persian Blue. HEX triplet: 12, 3F and EA. RGB value is (18,63,234). Sum of RGB (Red+Green+Blue) = 18+63+234=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #123FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123FEA is #EDC015. Grayscale: #444444. Windows color (decimal): -15581206 or 15351570. OLE color: 15351570.
HSL color Cylindrical-coordinate representation of color #123FEA: hue angle of 227.5º 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 #123FEA is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 63 | 234 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.08 |
| HSL | 227.5º | 0.86% | 0.49% | - |
| HSV(B) | 227.5º | 0.92% | 0.92% | - |
| XYZ | 16.88 | 9.62 | 78.81 | - |
| YUV | 69.04 | 221.09 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 234 | 0.92 | 0.73 | 0 | 0.08 | 227.5 | 0.86 | 0.49 |
| Hex | 12 | 3F | EA | 5C | 49 | 0 | 8 | E4 | 56 | 31 |
| Octal | 22 | 77 | 352 | 134 | 111 | 0 | 10 | 344 | 126 | 61 |
| Binary | 10010 | 111111 | 11101010 | 1011100 | 1001001 | 0 | 1000 | 11100100 | 1010110 | 110001 |
Color Harmonies of #123FEA
Complementary color
Monochromatic Colors of #123FEA
Black with #123FEA
Text Example
Text Example
White with #123FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FEA; }
p { color: rgb(18,63,234); }
H1.HeaderClassName
{
color: #123FEA;
}
.AnyTagClassName
{
color: #123FEA;
}
</style>
background-color css
<style>
a { background-color: #123FEA; }
a { background-color: rgb(18,63,234); }
div.DivClassName
{
background-color: #123FEA;
}
.BgClassName
{
background-color: #123FEA;
}
</style>
border-color css
<style>
span { border-color: #123FEA; }
span { border-color: rgb(18,63,234); }
td.TdClassName
{
border-color: #123FEA;
}
.TagClassName
{
border-color: #123FEA;
}
</style>