Shades of Persian Blue #123AEF
Tints of Persian Blue #123AEF
RGB
CMYK
RGB Variations
Color information
#123AEF (or 0x123AEF) is known color: Persian Blue. HEX triplet: 12, 3A and EF. RGB value is (18,58,239). Sum of RGB (Red+Green+Blue) = 18+58+239=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #123AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123AEF is #EDC510. Grayscale: #414141. Windows color (decimal): -15582481 or 15677970. OLE color: 15677970.
HSL color Cylindrical-coordinate representation of color #123AEF: hue angle of 229.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123AEF is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 58 | 239 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.06 |
| HSL | 229.14º | 0.87% | 0.5% | - |
| HSV(B) | 229.14º | 0.92% | 0.94% | - |
| XYZ | 17.34 | 9.39 | 82.56 | - |
| YUV | 66.67 | 225.25 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 239 | 0.92 | 0.76 | 0 | 0.06 | 229.14 | 0.87 | 0.5 |
| Hex | 12 | 3A | EF | 5C | 4C | 0 | 6 | E5 | 57 | 32 |
| Octal | 22 | 72 | 357 | 134 | 114 | 0 | 6 | 345 | 127 | 62 |
| Binary | 10010 | 111010 | 11101111 | 1011100 | 1001100 | 0 | 110 | 11100101 | 1010111 | 110010 |
Color Harmonies of #123AEF
Complementary color
Monochromatic Colors of #123AEF
Black with #123AEF
Text Example
Text Example
White with #123AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AEF; }
p { color: rgb(18,58,239); }
H1.HeaderClassName
{
color: #123AEF;
}
.AnyTagClassName
{
color: #123AEF;
}
</style>
background-color css
<style>
a { background-color: #123AEF; }
a { background-color: rgb(18,58,239); }
div.DivClassName
{
background-color: #123AEF;
}
.BgClassName
{
background-color: #123AEF;
}
</style>
border-color css
<style>
span { border-color: #123AEF; }
span { border-color: rgb(18,58,239); }
td.TdClassName
{
border-color: #123AEF;
}
.TagClassName
{
border-color: #123AEF;
}
</style>