Shades of Persian Blue #124AD7
Tints of Persian Blue #124AD7
RGB
CMYK
RGB Variations
Color information
#124AD7 (or 0x124AD7) is known color: Persian Blue. HEX triplet: 12, 4A and D7. RGB value is (18,74,215). Sum of RGB (Red+Green+Blue) = 18+74+215=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 215 (84.38% from 255 or 70.03% from 307); Max value from RGB is 215 - color contains mainly: blue. Hex color #124AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124AD7 is #EDB528. Grayscale: #484848. Windows color (decimal): -15578409 or 14109202. OLE color: 14109202.
HSL color Cylindrical-coordinate representation of color #124AD7: hue angle of 222.94º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124AD7 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 74 | 215 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.16 |
| HSL | 222.94º | 0.85% | 0.46% | - |
| HSV(B) | 222.94º | 0.92% | 0.84% | - |
| XYZ | 14.96 | 9.93 | 65.42 | - |
| YUV | 73.33 | 207.95 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 215 | 0.92 | 0.66 | 0 | 0.16 | 222.94 | 0.85 | 0.46 |
| Hex | 12 | 4A | D7 | 5C | 42 | 0 | 10 | DF | 55 | 2E |
| Octal | 22 | 112 | 327 | 134 | 102 | 0 | 20 | 337 | 125 | 56 |
| Binary | 10010 | 1001010 | 11010111 | 1011100 | 1000010 | 0 | 10000 | 11011111 | 1010101 | 101110 |
Color Harmonies of #124AD7
Complementary color
Monochromatic Colors of #124AD7
Black with #124AD7
Text Example
Text Example
White with #124AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AD7; }
p { color: rgb(18,74,215); }
H1.HeaderClassName
{
color: #124AD7;
}
.AnyTagClassName
{
color: #124AD7;
}
</style>
background-color css
<style>
a { background-color: #124AD7; }
a { background-color: rgb(18,74,215); }
div.DivClassName
{
background-color: #124AD7;
}
.BgClassName
{
background-color: #124AD7;
}
</style>
border-color css
<style>
span { border-color: #124AD7; }
span { border-color: rgb(18,74,215); }
td.TdClassName
{
border-color: #124AD7;
}
.TagClassName
{
border-color: #124AD7;
}
</style>