Shades of Persian Blue #123BEA
Tints of Persian Blue #123BEA
RGB
CMYK
RGB Variations
Color information
#123BEA (or 0x123BEA) is known color: Persian Blue. HEX triplet: 12, 3B and EA. RGB value is (18,59,234). Sum of RGB (Red+Green+Blue) = 18+59+234=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #123BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123BEA is #EDC415. Grayscale: #414141. Windows color (decimal): -15582230 or 15350546. OLE color: 15350546.
HSL color Cylindrical-coordinate representation of color #123BEA: hue angle of 228.61º 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 #123BEA is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 59 | 234 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.08 |
| HSL | 228.61º | 0.86% | 0.49% | - |
| HSV(B) | 228.61º | 0.92% | 0.92% | - |
| XYZ | 16.66 | 9.2 | 78.74 | - |
| YUV | 66.69 | 222.42 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 234 | 0.92 | 0.75 | 0 | 0.08 | 228.61 | 0.86 | 0.49 |
| Hex | 12 | 3B | EA | 5C | 4B | 0 | 8 | E5 | 56 | 31 |
| Octal | 22 | 73 | 352 | 134 | 113 | 0 | 10 | 345 | 126 | 61 |
| Binary | 10010 | 111011 | 11101010 | 1011100 | 1001011 | 0 | 1000 | 11100101 | 1010110 | 110001 |
Color Harmonies of #123BEA
Complementary color
Monochromatic Colors of #123BEA
Black with #123BEA
Text Example
Text Example
White with #123BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BEA; }
p { color: rgb(18,59,234); }
H1.HeaderClassName
{
color: #123BEA;
}
.AnyTagClassName
{
color: #123BEA;
}
</style>
background-color css
<style>
a { background-color: #123BEA; }
a { background-color: rgb(18,59,234); }
div.DivClassName
{
background-color: #123BEA;
}
.BgClassName
{
background-color: #123BEA;
}
</style>
border-color css
<style>
span { border-color: #123BEA; }
span { border-color: rgb(18,59,234); }
td.TdClassName
{
border-color: #123BEA;
}
.TagClassName
{
border-color: #123BEA;
}
</style>