Shades of Persian Blue #124AB9
Tints of Persian Blue #124AB9
RGB
CMYK
RGB Variations
Color information
#124AB9 (or 0x124AB9) is known color: Persian Blue. HEX triplet: 12, 4A and B9. RGB value is (18,74,185). Sum of RGB (Red+Green+Blue) = 18+74+185=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #124AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124AB9 is #EDB546. Grayscale: #454545. Windows color (decimal): -15578439 or 12143122. OLE color: 12143122.
HSL color Cylindrical-coordinate representation of color #124AB9: hue angle of 219.88º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124AB9 is Cyan = 0.90, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 74 | 185 | - |
| CMYK | 0.90 | 0.6 | 0 | 0.27 |
| HSL | 219.88º | 0.82% | 0.4% | - |
| HSV(B) | 219.88º | 0.9% | 0.73% | - |
| XYZ | 11.46 | 8.53 | 46.94 | - |
| YUV | 69.91 | 192.95 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 185 | 0.90 | 0.6 | 0 | 0.27 | 219.88 | 0.82 | 0.4 |
| Hex | 12 | 4A | B9 | 5A | 3C | 0 | 1B | DC | 52 | 28 |
| Octal | 22 | 112 | 271 | 132 | 74 | 0 | 33 | 334 | 122 | 50 |
| Binary | 10010 | 1001010 | 10111001 | 1011010 | 111100 | 0 | 11011 | 11011100 | 1010010 | 101000 |
Color Harmonies of #124AB9
Complementary color
Monochromatic Colors of #124AB9
Black with #124AB9
Text Example
Text Example
White with #124AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AB9; }
p { color: rgb(18,74,185); }
H1.HeaderClassName
{
color: #124AB9;
}
.AnyTagClassName
{
color: #124AB9;
}
</style>
background-color css
<style>
a { background-color: #124AB9; }
a { background-color: rgb(18,74,185); }
div.DivClassName
{
background-color: #124AB9;
}
.BgClassName
{
background-color: #124AB9;
}
</style>
border-color css
<style>
span { border-color: #124AB9; }
span { border-color: rgb(18,74,185); }
td.TdClassName
{
border-color: #124AB9;
}
.TagClassName
{
border-color: #124AB9;
}
</style>