Shades of Persian Blue #124AC8
Tints of Persian Blue #124AC8
RGB
CMYK
RGB Variations
Color information
#124AC8 (or 0x124AC8) is known color: Persian Blue. HEX triplet: 12, 4A and C8. RGB value is (18,74,200). Sum of RGB (Red+Green+Blue) = 18+74+200=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 200 (78.52% from 255 or 68.49% from 292); Max value from RGB is 200 - color contains mainly: blue. Hex color #124AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124AC8 is #EDB537. Grayscale: #474747. Windows color (decimal): -15578424 or 13126162. OLE color: 13126162.
HSL color Cylindrical-coordinate representation of color #124AC8: hue angle of 221.54º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124AC8 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 74 | 200 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.22 |
| HSL | 221.54º | 0.83% | 0.43% | - |
| HSV(B) | 221.54º | 0.91% | 0.78% | - |
| XYZ | 13.12 | 9.2 | 55.73 | - |
| YUV | 71.62 | 200.45 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 200 | 0.91 | 0.63 | 0 | 0.22 | 221.54 | 0.83 | 0.43 |
| Hex | 12 | 4A | C8 | 5B | 3F | 0 | 16 | DE | 53 | 2B |
| Octal | 22 | 112 | 310 | 133 | 77 | 0 | 26 | 336 | 123 | 53 |
| Binary | 10010 | 1001010 | 11001000 | 1011011 | 111111 | 0 | 10110 | 11011110 | 1010011 | 101011 |
Color Harmonies of #124AC8
Complementary color
Monochromatic Colors of #124AC8
Black with #124AC8
Text Example
Text Example
White with #124AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AC8; }
p { color: rgb(18,74,200); }
H1.HeaderClassName
{
color: #124AC8;
}
.AnyTagClassName
{
color: #124AC8;
}
</style>
background-color css
<style>
a { background-color: #124AC8; }
a { background-color: rgb(18,74,200); }
div.DivClassName
{
background-color: #124AC8;
}
.BgClassName
{
background-color: #124AC8;
}
</style>
border-color css
<style>
span { border-color: #124AC8; }
span { border-color: rgb(18,74,200); }
td.TdClassName
{
border-color: #124AC8;
}
.TagClassName
{
border-color: #124AC8;
}
</style>