Shades of Persian Blue #123AE6
Tints of Persian Blue #123AE6
RGB
CMYK
RGB Variations
Color information
#123AE6 (or 0x123AE6) is known color: Persian Blue. HEX triplet: 12, 3A and E6. RGB value is (18,58,230). Sum of RGB (Red+Green+Blue) = 18+58+230=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 230 (90.23% from 255 or 75.16% from 306); Max value from RGB is 230 - color contains mainly: blue. Hex color #123AE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123AE6 is #EDC519. Grayscale: #404040. Windows color (decimal): -15582490 or 15088146. OLE color: 15088146.
HSL color Cylindrical-coordinate representation of color #123AE6: hue angle of 228.68º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123AE6 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 58 | 230 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.10 |
| HSL | 228.68º | 0.85% | 0.49% | - |
| HSV(B) | 228.68º | 0.92% | 0.9% | - |
| XYZ | 16.05 | 8.87 | 75.73 | - |
| YUV | 65.65 | 220.75 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 230 | 0.92 | 0.75 | 0 | 0.10 | 228.68 | 0.85 | 0.49 |
| Hex | 12 | 3A | E6 | 5C | 4B | 0 | A | E5 | 55 | 31 |
| Octal | 22 | 72 | 346 | 134 | 113 | 0 | 12 | 345 | 125 | 61 |
| Binary | 10010 | 111010 | 11100110 | 1011100 | 1001011 | 0 | 1010 | 11100101 | 1010101 | 110001 |
Color Harmonies of #123AE6
Complementary color
Monochromatic Colors of #123AE6
Black with #123AE6
Text Example
Text Example
White with #123AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AE6; }
p { color: rgb(18,58,230); }
H1.HeaderClassName
{
color: #123AE6;
}
.AnyTagClassName
{
color: #123AE6;
}
</style>
background-color css
<style>
a { background-color: #123AE6; }
a { background-color: rgb(18,58,230); }
div.DivClassName
{
background-color: #123AE6;
}
.BgClassName
{
background-color: #123AE6;
}
</style>
border-color css
<style>
span { border-color: #123AE6; }
span { border-color: rgb(18,58,230); }
td.TdClassName
{
border-color: #123AE6;
}
.TagClassName
{
border-color: #123AE6;
}
</style>