Shades of Persian Blue #124ABA
Tints of Persian Blue #124ABA
RGB
CMYK
RGB Variations
Color information
#124ABA (or 0x124ABA) is known color: Persian Blue. HEX triplet: 12, 4A and BA. RGB value is (18,74,186). Sum of RGB (Red+Green+Blue) = 18+74+186=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #124ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ABA is #EDB545. Grayscale: #454545. Windows color (decimal): -15578438 or 12208658. OLE color: 12208658.
HSL color Cylindrical-coordinate representation of color #124ABA: hue angle of 220º 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 #124ABA is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 74 | 186 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.27 |
| HSL | 220º | 0.82% | 0.4% | - |
| HSV(B) | 220º | 0.9% | 0.73% | - |
| XYZ | 11.56 | 8.57 | 47.5 | - |
| YUV | 70.02 | 193.45 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 186 | 0.90 | 0.60 | 0 | 0.27 | 220 | 0.82 | 0.4 |
| Hex | 12 | 4A | BA | 5A | 3C | 0 | 1B | DC | 52 | 28 |
| Octal | 22 | 112 | 272 | 132 | 74 | 0 | 33 | 334 | 122 | 50 |
| Binary | 10010 | 1001010 | 10111010 | 1011010 | 111100 | 0 | 11011 | 11011100 | 1010010 | 101000 |
Color Harmonies of #124ABA
Complementary color
Monochromatic Colors of #124ABA
Black with #124ABA
Text Example
Text Example
White with #124ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124ABA; }
p { color: rgb(18,74,186); }
H1.HeaderClassName
{
color: #124ABA;
}
.AnyTagClassName
{
color: #124ABA;
}
</style>
background-color css
<style>
a { background-color: #124ABA; }
a { background-color: rgb(18,74,186); }
div.DivClassName
{
background-color: #124ABA;
}
.BgClassName
{
background-color: #124ABA;
}
</style>
border-color css
<style>
span { border-color: #124ABA; }
span { border-color: rgb(18,74,186); }
td.TdClassName
{
border-color: #124ABA;
}
.TagClassName
{
border-color: #124ABA;
}
</style>