Shades of Persian Blue #123AD9
Tints of Persian Blue #123AD9
RGB
CMYK
RGB Variations
Color information
#123AD9 (or 0x123AD9) is known color: Persian Blue. HEX triplet: 12, 3A and D9. RGB value is (18,58,217). Sum of RGB (Red+Green+Blue) = 18+58+217=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 217 (85.16% from 255 or 74.06% from 293); Max value from RGB is 217 - color contains mainly: blue. Hex color #123AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AD9 is #EDC526. Grayscale: #3F3F3F. Windows color (decimal): -15582503 or 14236178. OLE color: 14236178.
HSL color Cylindrical-coordinate representation of color #123AD9: hue angle of 227.94º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123AD9 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 58 | 217 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.15 |
| HSL | 227.94º | 0.85% | 0.46% | - |
| HSV(B) | 227.94º | 0.92% | 0.85% | - |
| XYZ | 14.29 | 8.16 | 66.47 | - |
| YUV | 64.17 | 214.25 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 217 | 0.92 | 0.73 | 0 | 0.15 | 227.94 | 0.85 | 0.46 |
| Hex | 12 | 3A | D9 | 5C | 49 | 0 | F | E4 | 55 | 2E |
| Octal | 22 | 72 | 331 | 134 | 111 | 0 | 17 | 344 | 125 | 56 |
| Binary | 10010 | 111010 | 11011001 | 1011100 | 1001001 | 0 | 1111 | 11100100 | 1010101 | 101110 |
Color Harmonies of #123AD9
Complementary color
Monochromatic Colors of #123AD9
Black with #123AD9
Text Example
Text Example
White with #123AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AD9; }
p { color: rgb(18,58,217); }
H1.HeaderClassName
{
color: #123AD9;
}
.AnyTagClassName
{
color: #123AD9;
}
</style>
background-color css
<style>
a { background-color: #123AD9; }
a { background-color: rgb(18,58,217); }
div.DivClassName
{
background-color: #123AD9;
}
.BgClassName
{
background-color: #123AD9;
}
</style>
border-color css
<style>
span { border-color: #123AD9; }
span { border-color: rgb(18,58,217); }
td.TdClassName
{
border-color: #123AD9;
}
.TagClassName
{
border-color: #123AD9;
}
</style>