Shades of Persian Blue #123AC5
Tints of Persian Blue #123AC5
RGB
CMYK
RGB Variations
Color information
#123AC5 (or 0x123AC5) is known color: Persian Blue. HEX triplet: 12, 3A and C5. RGB value is (18,58,197). Sum of RGB (Red+Green+Blue) = 18+58+197=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 197 (77.34% from 255 or 72.16% from 273); Max value from RGB is 197 - color contains mainly: blue. Hex color #123AC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AC5 is #EDC53A. Grayscale: #3D3D3D. Windows color (decimal): -15582523 or 12925458. OLE color: 12925458.
HSL color Cylindrical-coordinate representation of color #123AC5: hue angle of 226.59º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123AC5 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 58 | 197 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.23 |
| HSL | 226.59º | 0.83% | 0.42% | - |
| HSV(B) | 226.59º | 0.91% | 0.77% | - |
| XYZ | 11.84 | 7.19 | 53.59 | - |
| YUV | 61.89 | 204.25 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 197 | 0.91 | 0.71 | 0 | 0.23 | 226.59 | 0.83 | 0.42 |
| Hex | 12 | 3A | C5 | 5B | 47 | 0 | 17 | E3 | 53 | 2A |
| Octal | 22 | 72 | 305 | 133 | 107 | 0 | 27 | 343 | 123 | 52 |
| Binary | 10010 | 111010 | 11000101 | 1011011 | 1000111 | 0 | 10111 | 11100011 | 1010011 | 101010 |
Color Harmonies of #123AC5
Complementary color
Monochromatic Colors of #123AC5
Black with #123AC5
Text Example
Text Example
White with #123AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AC5; }
p { color: rgb(18,58,197); }
H1.HeaderClassName
{
color: #123AC5;
}
.AnyTagClassName
{
color: #123AC5;
}
</style>
background-color css
<style>
a { background-color: #123AC5; }
a { background-color: rgb(18,58,197); }
div.DivClassName
{
background-color: #123AC5;
}
.BgClassName
{
background-color: #123AC5;
}
</style>
border-color css
<style>
span { border-color: #123AC5; }
span { border-color: rgb(18,58,197); }
td.TdClassName
{
border-color: #123AC5;
}
.TagClassName
{
border-color: #123AC5;
}
</style>