Shades of Persian Blue #123AE5
Tints of Persian Blue #123AE5
RGB
CMYK
RGB Variations
Color information
#123AE5 (or 0x123AE5) is known color: Persian Blue. HEX triplet: 12, 3A and E5. RGB value is (18,58,229). Sum of RGB (Red+Green+Blue) = 18+58+229=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 229 (89.84% from 255 or 75.08% from 305); Max value from RGB is 229 - color contains mainly: blue. Hex color #123AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AE5 is #EDC51A. Grayscale: #404040. Windows color (decimal): -15582491 or 15022610. OLE color: 15022610.
HSL color Cylindrical-coordinate representation of color #123AE5: hue angle of 228.63º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123AE5 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 58 | 229 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.10 |
| HSL | 228.63º | 0.85% | 0.48% | - |
| HSV(B) | 228.63º | 0.92% | 0.9% | - |
| XYZ | 15.91 | 8.81 | 74.99 | - |
| YUV | 65.53 | 220.25 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 229 | 0.92 | 0.75 | 0 | 0.10 | 228.63 | 0.85 | 0.48 |
| Hex | 12 | 3A | E5 | 5C | 4B | 0 | A | E5 | 55 | 30 |
| Octal | 22 | 72 | 345 | 134 | 113 | 0 | 12 | 345 | 125 | 60 |
| Binary | 10010 | 111010 | 11100101 | 1011100 | 1001011 | 0 | 1010 | 11100101 | 1010101 | 110000 |
Color Harmonies of #123AE5
Complementary color
Monochromatic Colors of #123AE5
Black with #123AE5
Text Example
Text Example
White with #123AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AE5; }
p { color: rgb(18,58,229); }
H1.HeaderClassName
{
color: #123AE5;
}
.AnyTagClassName
{
color: #123AE5;
}
</style>
background-color css
<style>
a { background-color: #123AE5; }
a { background-color: rgb(18,58,229); }
div.DivClassName
{
background-color: #123AE5;
}
.BgClassName
{
background-color: #123AE5;
}
</style>
border-color css
<style>
span { border-color: #123AE5; }
span { border-color: rgb(18,58,229); }
td.TdClassName
{
border-color: #123AE5;
}
.TagClassName
{
border-color: #123AE5;
}
</style>