Shades of Persian Blue #124AC2
Tints of Persian Blue #124AC2
RGB
CMYK
RGB Variations
Color information
#124AC2 (or 0x124AC2) is known color: Persian Blue. HEX triplet: 12, 4A and C2. RGB value is (18,74,194). Sum of RGB (Red+Green+Blue) = 18+74+194=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 194 (76.17% from 255 or 67.83% from 286); Max value from RGB is 194 - color contains mainly: blue. Hex color #124AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124AC2 is #EDB53D. Grayscale: #464646. Windows color (decimal): -15578430 or 12732946. OLE color: 12732946.
HSL color Cylindrical-coordinate representation of color #124AC2: hue angle of 220.91º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124AC2 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 74 | 194 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.24 |
| HSL | 220.91º | 0.83% | 0.42% | - |
| HSV(B) | 220.91º | 0.91% | 0.76% | - |
| XYZ | 12.44 | 8.92 | 52.11 | - |
| YUV | 70.94 | 197.45 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 194 | 0.91 | 0.62 | 0 | 0.24 | 220.91 | 0.83 | 0.42 |
| Hex | 12 | 4A | C2 | 5B | 3E | 0 | 18 | DD | 53 | 2A |
| Octal | 22 | 112 | 302 | 133 | 76 | 0 | 30 | 335 | 123 | 52 |
| Binary | 10010 | 1001010 | 11000010 | 1011011 | 111110 | 0 | 11000 | 11011101 | 1010011 | 101010 |
Color Harmonies of #124AC2
Complementary color
Monochromatic Colors of #124AC2
Black with #124AC2
Text Example
Text Example
White with #124AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AC2; }
p { color: rgb(18,74,194); }
H1.HeaderClassName
{
color: #124AC2;
}
.AnyTagClassName
{
color: #124AC2;
}
</style>
background-color css
<style>
a { background-color: #124AC2; }
a { background-color: rgb(18,74,194); }
div.DivClassName
{
background-color: #124AC2;
}
.BgClassName
{
background-color: #124AC2;
}
</style>
border-color css
<style>
span { border-color: #124AC2; }
span { border-color: rgb(18,74,194); }
td.TdClassName
{
border-color: #124AC2;
}
.TagClassName
{
border-color: #124AC2;
}
</style>