Shades of Persian Blue #123AB5
Tints of Persian Blue #123AB5
RGB
CMYK
RGB Variations
Color information
#123AB5 (or 0x123AB5) is known color: Persian Blue. HEX triplet: 12, 3A and B5. RGB value is (18,58,181). Sum of RGB (Red+Green+Blue) = 18+58+181=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 181 (71.09% from 255 or 70.43% from 257); Max value from RGB is 181 - color contains mainly: blue. Hex color #123AB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AB5 is #EDC54A. Grayscale: #3B3B3B. Windows color (decimal): -15582539 or 11876882. OLE color: 11876882.
HSL color Cylindrical-coordinate representation of color #123AB5: hue angle of 225.28º 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 #123AB5 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 58 | 181 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.29 |
| HSL | 225.28º | 0.82% | 0.39% | - |
| HSV(B) | 225.28º | 0.9% | 0.71% | - |
| XYZ | 10.1 | 6.49 | 44.44 | - |
| YUV | 60.06 | 196.25 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 181 | 0.90 | 0.68 | 0 | 0.29 | 225.28 | 0.82 | 0.39 |
| Hex | 12 | 3A | B5 | 5A | 44 | 0 | 1D | E1 | 52 | 27 |
| Octal | 22 | 72 | 265 | 132 | 104 | 0 | 35 | 341 | 122 | 47 |
| Binary | 10010 | 111010 | 10110101 | 1011010 | 1000100 | 0 | 11101 | 11100001 | 1010010 | 100111 |
Color Harmonies of #123AB5
Complementary color
Monochromatic Colors of #123AB5
Black with #123AB5
Text Example
Text Example
White with #123AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AB5; }
p { color: rgb(18,58,181); }
H1.HeaderClassName
{
color: #123AB5;
}
.AnyTagClassName
{
color: #123AB5;
}
</style>
background-color css
<style>
a { background-color: #123AB5; }
a { background-color: rgb(18,58,181); }
div.DivClassName
{
background-color: #123AB5;
}
.BgClassName
{
background-color: #123AB5;
}
</style>
border-color css
<style>
span { border-color: #123AB5; }
span { border-color: rgb(18,58,181); }
td.TdClassName
{
border-color: #123AB5;
}
.TagClassName
{
border-color: #123AB5;
}
</style>