Shades of Persian Blue #123AE3
Tints of Persian Blue #123AE3
RGB
CMYK
RGB Variations
Color information
#123AE3 (or 0x123AE3) is known color: Persian Blue. HEX triplet: 12, 3A and E3. RGB value is (18,58,227). Sum of RGB (Red+Green+Blue) = 18+58+227=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 227 (89.06% from 255 or 74.92% from 303); Max value from RGB is 227 - color contains mainly: blue. Hex color #123AE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AE3 is #EDC51C. Grayscale: #404040. Windows color (decimal): -15582493 or 14891538. OLE color: 14891538.
HSL color Cylindrical-coordinate representation of color #123AE3: hue angle of 228.52º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123AE3 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 58 | 227 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.11 |
| HSL | 228.52º | 0.85% | 0.48% | - |
| HSV(B) | 228.52º | 0.92% | 0.89% | - |
| XYZ | 15.63 | 8.7 | 73.53 | - |
| YUV | 65.31 | 219.25 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 227 | 0.92 | 0.74 | 0 | 0.11 | 228.52 | 0.85 | 0.48 |
| Hex | 12 | 3A | E3 | 5C | 4A | 0 | B | E5 | 55 | 30 |
| Octal | 22 | 72 | 343 | 134 | 112 | 0 | 13 | 345 | 125 | 60 |
| Binary | 10010 | 111010 | 11100011 | 1011100 | 1001010 | 0 | 1011 | 11100101 | 1010101 | 110000 |
Color Harmonies of #123AE3
Complementary color
Monochromatic Colors of #123AE3
Black with #123AE3
Text Example
Text Example
White with #123AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AE3; }
p { color: rgb(18,58,227); }
H1.HeaderClassName
{
color: #123AE3;
}
.AnyTagClassName
{
color: #123AE3;
}
</style>
background-color css
<style>
a { background-color: #123AE3; }
a { background-color: rgb(18,58,227); }
div.DivClassName
{
background-color: #123AE3;
}
.BgClassName
{
background-color: #123AE3;
}
</style>
border-color css
<style>
span { border-color: #123AE3; }
span { border-color: rgb(18,58,227); }
td.TdClassName
{
border-color: #123AE3;
}
.TagClassName
{
border-color: #123AE3;
}
</style>