Shades of Persian Blue #123AF7
Tints of Persian Blue #123AF7
RGB
CMYK
RGB Variations
Color information
#123AF7 (or 0x123AF7) is known color: Persian Blue. HEX triplet: 12, 3A and F7. RGB value is (18,58,247). Sum of RGB (Red+Green+Blue) = 18+58+247=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 247 (96.88% from 255 or 76.47% from 323); Max value from RGB is 247 - color contains mainly: blue. Hex color #123AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123AF7 is #EDC508. Grayscale: #424242. Windows color (decimal): -15582473 or 16202258. OLE color: 16202258.
HSL color Cylindrical-coordinate representation of color #123AF7: hue angle of 229.52º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123AF7 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 58 | 247 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.03 |
| HSL | 229.52º | 0.93% | 0.52% | - |
| HSV(B) | 229.52º | 0.93% | 0.97% | - |
| XYZ | 18.55 | 9.87 | 88.92 | - |
| YUV | 67.59 | 229.25 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 247 | 0.93 | 0.77 | 0 | 0.03 | 229.52 | 0.93 | 0.52 |
| Hex | 12 | 3A | F7 | 5D | 4D | 0 | 3 | E6 | 5D | 34 |
| Octal | 22 | 72 | 367 | 135 | 115 | 0 | 3 | 346 | 135 | 64 |
| Binary | 10010 | 111010 | 11110111 | 1011101 | 1001101 | 0 | 11 | 11100110 | 1011101 | 110100 |
Color Harmonies of #123AF7
Complementary color
Monochromatic Colors of #123AF7
Black with #123AF7
Text Example
Text Example
White with #123AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AF7; }
p { color: rgb(18,58,247); }
H1.HeaderClassName
{
color: #123AF7;
}
.AnyTagClassName
{
color: #123AF7;
}
</style>
background-color css
<style>
a { background-color: #123AF7; }
a { background-color: rgb(18,58,247); }
div.DivClassName
{
background-color: #123AF7;
}
.BgClassName
{
background-color: #123AF7;
}
</style>
border-color css
<style>
span { border-color: #123AF7; }
span { border-color: rgb(18,58,247); }
td.TdClassName
{
border-color: #123AF7;
}
.TagClassName
{
border-color: #123AF7;
}
</style>