Shades of Persian Blue #123AB6
Tints of Persian Blue #123AB6
RGB
CMYK
RGB Variations
Color information
#123AB6 (or 0x123AB6) is known color: Persian Blue. HEX triplet: 12, 3A and B6. RGB value is (18,58,182). Sum of RGB (Red+Green+Blue) = 18+58+182=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 182 (71.48% from 255 or 70.54% from 258); Max value from RGB is 182 - color contains mainly: blue. Hex color #123AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AB6 is #EDC549. Grayscale: #3B3B3B. Windows color (decimal): -15582538 or 11942418. OLE color: 11942418.
HSL color Cylindrical-coordinate representation of color #123AB6: hue angle of 225.37º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123AB6 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 58 | 182 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.29 |
| HSL | 225.37º | 0.82% | 0.39% | - |
| HSV(B) | 225.37º | 0.9% | 0.71% | - |
| XYZ | 10.21 | 6.53 | 44.98 | - |
| YUV | 60.18 | 196.75 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 182 | 0.90 | 0.68 | 0 | 0.29 | 225.37 | 0.82 | 0.39 |
| Hex | 12 | 3A | B6 | 5A | 44 | 0 | 1D | E1 | 52 | 27 |
| Octal | 22 | 72 | 266 | 132 | 104 | 0 | 35 | 341 | 122 | 47 |
| Binary | 10010 | 111010 | 10110110 | 1011010 | 1000100 | 0 | 11101 | 11100001 | 1010010 | 100111 |
Color Harmonies of #123AB6
Complementary color
Monochromatic Colors of #123AB6
Black with #123AB6
Text Example
Text Example
White with #123AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AB6; }
p { color: rgb(18,58,182); }
H1.HeaderClassName
{
color: #123AB6;
}
.AnyTagClassName
{
color: #123AB6;
}
</style>
background-color css
<style>
a { background-color: #123AB6; }
a { background-color: rgb(18,58,182); }
div.DivClassName
{
background-color: #123AB6;
}
.BgClassName
{
background-color: #123AB6;
}
</style>
border-color css
<style>
span { border-color: #123AB6; }
span { border-color: rgb(18,58,182); }
td.TdClassName
{
border-color: #123AB6;
}
.TagClassName
{
border-color: #123AB6;
}
</style>