Shades of Persian Blue #123AF0
Tints of Persian Blue #123AF0
RGB
CMYK
RGB Variations
Color information
#123AF0 (or 0x123AF0) is known color: Persian Blue. HEX triplet: 12, 3A and F0. RGB value is (18,58,240). Sum of RGB (Red+Green+Blue) = 18+58+240=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 240 (94.14% from 255 or 75.95% from 316); Max value from RGB is 240 - color contains mainly: blue. Hex color #123AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123AF0 is #EDC50F. Grayscale: #424242. Windows color (decimal): -15582480 or 15743506. OLE color: 15743506.
HSL color Cylindrical-coordinate representation of color #123AF0: hue angle of 229.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123AF0 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 58 | 240 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.06 |
| HSL | 229.19º | 0.88% | 0.51% | - |
| HSV(B) | 229.19º | 0.93% | 0.94% | - |
| XYZ | 17.49 | 9.45 | 83.34 | - |
| YUV | 66.79 | 225.75 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 240 | 0.92 | 0.76 | 0 | 0.06 | 229.19 | 0.88 | 0.51 |
| Hex | 12 | 3A | F0 | 5C | 4C | 0 | 6 | E5 | 58 | 33 |
| Octal | 22 | 72 | 360 | 134 | 114 | 0 | 6 | 345 | 130 | 63 |
| Binary | 10010 | 111010 | 11110000 | 1011100 | 1001100 | 0 | 110 | 11100101 | 1011000 | 110011 |
Color Harmonies of #123AF0
Complementary color
Monochromatic Colors of #123AF0
Black with #123AF0
Text Example
Text Example
White with #123AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AF0; }
p { color: rgb(18,58,240); }
H1.HeaderClassName
{
color: #123AF0;
}
.AnyTagClassName
{
color: #123AF0;
}
</style>
background-color css
<style>
a { background-color: #123AF0; }
a { background-color: rgb(18,58,240); }
div.DivClassName
{
background-color: #123AF0;
}
.BgClassName
{
background-color: #123AF0;
}
</style>
border-color css
<style>
span { border-color: #123AF0; }
span { border-color: rgb(18,58,240); }
td.TdClassName
{
border-color: #123AF0;
}
.TagClassName
{
border-color: #123AF0;
}
</style>