Shades of Persian Blue #123AE0
Tints of Persian Blue #123AE0
RGB
CMYK
RGB Variations
Color information
#123AE0 (or 0x123AE0) is known color: Persian Blue. HEX triplet: 12, 3A and E0. RGB value is (18,58,224). Sum of RGB (Red+Green+Blue) = 18+58+224=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 224 (87.89% from 255 or 74.67% from 300); Max value from RGB is 224 - color contains mainly: blue. Hex color #123AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AE0 is #EDC51F. Grayscale: #404040. Windows color (decimal): -15582496 or 14694930. OLE color: 14694930.
HSL color Cylindrical-coordinate representation of color #123AE0: hue angle of 228.35º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123AE0 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 58 | 224 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.12 |
| HSL | 228.35º | 0.85% | 0.47% | - |
| HSV(B) | 228.35º | 0.92% | 0.88% | - |
| XYZ | 15.22 | 8.54 | 71.37 | - |
| YUV | 64.96 | 217.75 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 224 | 0.92 | 0.74 | 0 | 0.12 | 228.35 | 0.85 | 0.47 |
| Hex | 12 | 3A | E0 | 5C | 4A | 0 | C | E4 | 55 | 2F |
| Octal | 22 | 72 | 340 | 134 | 112 | 0 | 14 | 344 | 125 | 57 |
| Binary | 10010 | 111010 | 11100000 | 1011100 | 1001010 | 0 | 1100 | 11100100 | 1010101 | 101111 |
Color Harmonies of #123AE0
Complementary color
Monochromatic Colors of #123AE0
Black with #123AE0
Text Example
Text Example
White with #123AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AE0; }
p { color: rgb(18,58,224); }
H1.HeaderClassName
{
color: #123AE0;
}
.AnyTagClassName
{
color: #123AE0;
}
</style>
background-color css
<style>
a { background-color: #123AE0; }
a { background-color: rgb(18,58,224); }
div.DivClassName
{
background-color: #123AE0;
}
.BgClassName
{
background-color: #123AE0;
}
</style>
border-color css
<style>
span { border-color: #123AE0; }
span { border-color: rgb(18,58,224); }
td.TdClassName
{
border-color: #123AE0;
}
.TagClassName
{
border-color: #123AE0;
}
</style>