Shades of Persian Blue #123ABC
Tints of Persian Blue #123ABC
RGB
CMYK
RGB Variations
Color information
#123ABC (or 0x123ABC) is known color: Persian Blue. HEX triplet: 12, 3A and BC. RGB value is (18,58,188). Sum of RGB (Red+Green+Blue) = 18+58+188=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #123ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123ABC is #EDC543. Grayscale: #3C3C3C. Windows color (decimal): -15582532 or 12335634. OLE color: 12335634.
HSL color Cylindrical-coordinate representation of color #123ABC: hue angle of 225.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123ABC is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 58 | 188 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.26 |
| HSL | 225.88º | 0.83% | 0.4% | - |
| HSV(B) | 225.88º | 0.9% | 0.74% | - |
| XYZ | 10.84 | 6.79 | 48.32 | - |
| YUV | 60.86 | 199.75 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 188 | 0.90 | 0.69 | 0 | 0.26 | 225.88 | 0.83 | 0.4 |
| Hex | 12 | 3A | BC | 5A | 45 | 0 | 1A | E2 | 53 | 28 |
| Octal | 22 | 72 | 274 | 132 | 105 | 0 | 32 | 342 | 123 | 50 |
| Binary | 10010 | 111010 | 10111100 | 1011010 | 1000101 | 0 | 11010 | 11100010 | 1010011 | 101000 |
Color Harmonies of #123ABC
Complementary color
Monochromatic Colors of #123ABC
Black with #123ABC
Text Example
Text Example
White with #123ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123ABC; }
p { color: rgb(18,58,188); }
H1.HeaderClassName
{
color: #123ABC;
}
.AnyTagClassName
{
color: #123ABC;
}
</style>
background-color css
<style>
a { background-color: #123ABC; }
a { background-color: rgb(18,58,188); }
div.DivClassName
{
background-color: #123ABC;
}
.BgClassName
{
background-color: #123ABC;
}
</style>
border-color css
<style>
span { border-color: #123ABC; }
span { border-color: rgb(18,58,188); }
td.TdClassName
{
border-color: #123ABC;
}
.TagClassName
{
border-color: #123ABC;
}
</style>