Shades of Persian Blue #123AD0
Tints of Persian Blue #123AD0
RGB
CMYK
RGB Variations
Color information
#123AD0 (or 0x123AD0) is known color: Persian Blue. HEX triplet: 12, 3A and D0. RGB value is (18,58,208). Sum of RGB (Red+Green+Blue) = 18+58+208=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 208 (81.64% from 255 or 73.24% from 284); Max value from RGB is 208 - color contains mainly: blue. Hex color #123AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AD0 is #EDC52F. Grayscale: #3E3E3E. Windows color (decimal): -15582512 or 13646354. OLE color: 13646354.
HSL color Cylindrical-coordinate representation of color #123AD0: hue angle of 227.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123AD0 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 58 | 208 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.18 |
| HSL | 227.37º | 0.84% | 0.44% | - |
| HSV(B) | 227.37º | 0.91% | 0.82% | - |
| XYZ | 13.15 | 7.71 | 60.47 | - |
| YUV | 63.14 | 209.75 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 208 | 0.91 | 0.72 | 0 | 0.18 | 227.37 | 0.84 | 0.44 |
| Hex | 12 | 3A | D0 | 5B | 48 | 0 | 12 | E3 | 54 | 2C |
| Octal | 22 | 72 | 320 | 133 | 110 | 0 | 22 | 343 | 124 | 54 |
| Binary | 10010 | 111010 | 11010000 | 1011011 | 1001000 | 0 | 10010 | 11100011 | 1010100 | 101100 |
Color Harmonies of #123AD0
Complementary color
Monochromatic Colors of #123AD0
Black with #123AD0
Text Example
Text Example
White with #123AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AD0; }
p { color: rgb(18,58,208); }
H1.HeaderClassName
{
color: #123AD0;
}
.AnyTagClassName
{
color: #123AD0;
}
</style>
background-color css
<style>
a { background-color: #123AD0; }
a { background-color: rgb(18,58,208); }
div.DivClassName
{
background-color: #123AD0;
}
.BgClassName
{
background-color: #123AD0;
}
</style>
border-color css
<style>
span { border-color: #123AD0; }
span { border-color: rgb(18,58,208); }
td.TdClassName
{
border-color: #123AD0;
}
.TagClassName
{
border-color: #123AD0;
}
</style>