Shades of Persian Blue #124ACD
Tints of Persian Blue #124ACD
RGB
CMYK
RGB Variations
Color information
#124ACD (or 0x124ACD) is known color: Persian Blue. HEX triplet: 12, 4A and CD. RGB value is (18,74,205). Sum of RGB (Red+Green+Blue) = 18+74+205=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #124ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ACD is #EDB532. Grayscale: #474747. Windows color (decimal): -15578419 or 13453842. OLE color: 13453842.
HSL color Cylindrical-coordinate representation of color #124ACD: hue angle of 222.03º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124ACD is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 74 | 205 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.20 |
| HSL | 222.03º | 0.84% | 0.44% | - |
| HSV(B) | 222.03º | 0.91% | 0.8% | - |
| XYZ | 13.72 | 9.43 | 58.86 | - |
| YUV | 72.19 | 202.95 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 205 | 0.91 | 0.64 | 0 | 0.20 | 222.03 | 0.84 | 0.44 |
| Hex | 12 | 4A | CD | 5B | 40 | 0 | 14 | DE | 54 | 2C |
| Octal | 22 | 112 | 315 | 133 | 100 | 0 | 24 | 336 | 124 | 54 |
| Binary | 10010 | 1001010 | 11001101 | 1011011 | 1000000 | 0 | 10100 | 11011110 | 1010100 | 101100 |
Color Harmonies of #124ACD
Complementary color
Monochromatic Colors of #124ACD
Black with #124ACD
Text Example
Text Example
White with #124ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124ACD; }
p { color: rgb(18,74,205); }
H1.HeaderClassName
{
color: #124ACD;
}
.AnyTagClassName
{
color: #124ACD;
}
</style>
background-color css
<style>
a { background-color: #124ACD; }
a { background-color: rgb(18,74,205); }
div.DivClassName
{
background-color: #124ACD;
}
.BgClassName
{
background-color: #124ACD;
}
</style>
border-color css
<style>
span { border-color: #124ACD; }
span { border-color: rgb(18,74,205); }
td.TdClassName
{
border-color: #124ACD;
}
.TagClassName
{
border-color: #124ACD;
}
</style>