Shades of Persian Blue #123BE9
Tints of Persian Blue #123BE9
RGB
CMYK
RGB Variations
Color information
#123BE9 (or 0x123BE9) is known color: Persian Blue. HEX triplet: 12, 3B and E9. RGB value is (18,59,233). Sum of RGB (Red+Green+Blue) = 18+59+233=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #123BE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123BE9 is #EDC416. Grayscale: #414141. Windows color (decimal): -15582231 or 15285010. OLE color: 15285010.
HSL color Cylindrical-coordinate representation of color #123BE9: hue angle of 228.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123BE9 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 59 | 233 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.09 |
| HSL | 228.56º | 0.86% | 0.49% | - |
| HSV(B) | 228.56º | 0.92% | 0.91% | - |
| XYZ | 16.52 | 9.14 | 77.98 | - |
| YUV | 66.58 | 221.92 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 233 | 0.92 | 0.75 | 0 | 0.09 | 228.56 | 0.86 | 0.49 |
| Hex | 12 | 3B | E9 | 5C | 4B | 0 | 9 | E5 | 56 | 31 |
| Octal | 22 | 73 | 351 | 134 | 113 | 0 | 11 | 345 | 126 | 61 |
| Binary | 10010 | 111011 | 11101001 | 1011100 | 1001011 | 0 | 1001 | 11100101 | 1010110 | 110001 |
Color Harmonies of #123BE9
Complementary color
Monochromatic Colors of #123BE9
Black with #123BE9
Text Example
Text Example
White with #123BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BE9; }
p { color: rgb(18,59,233); }
H1.HeaderClassName
{
color: #123BE9;
}
.AnyTagClassName
{
color: #123BE9;
}
</style>
background-color css
<style>
a { background-color: #123BE9; }
a { background-color: rgb(18,59,233); }
div.DivClassName
{
background-color: #123BE9;
}
.BgClassName
{
background-color: #123BE9;
}
</style>
border-color css
<style>
span { border-color: #123BE9; }
span { border-color: rgb(18,59,233); }
td.TdClassName
{
border-color: #123BE9;
}
.TagClassName
{
border-color: #123BE9;
}
</style>