Shades of Persian Blue #123AB8
Tints of Persian Blue #123AB8
RGB
CMYK
RGB Variations
Color information
#123AB8 (or 0x123AB8) is known color: Persian Blue. HEX triplet: 12, 3A and B8. RGB value is (18,58,184). Sum of RGB (Red+Green+Blue) = 18+58+184=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 184 (72.27% from 255 or 70.77% from 260); Max value from RGB is 184 - color contains mainly: blue. Hex color #123AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AB8 is #EDC547. Grayscale: #3B3B3B. Windows color (decimal): -15582536 or 12073490. OLE color: 12073490.
HSL color Cylindrical-coordinate representation of color #123AB8: hue angle of 225.54º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123AB8 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 58 | 184 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.28 |
| HSL | 225.54º | 0.82% | 0.4% | - |
| HSV(B) | 225.54º | 0.9% | 0.72% | - |
| XYZ | 10.41 | 6.62 | 46.08 | - |
| YUV | 60.4 | 197.75 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 184 | 0.90 | 0.68 | 0 | 0.28 | 225.54 | 0.82 | 0.4 |
| Hex | 12 | 3A | B8 | 5A | 44 | 0 | 1C | E2 | 52 | 28 |
| Octal | 22 | 72 | 270 | 132 | 104 | 0 | 34 | 342 | 122 | 50 |
| Binary | 10010 | 111010 | 10111000 | 1011010 | 1000100 | 0 | 11100 | 11100010 | 1010010 | 101000 |
Color Harmonies of #123AB8
Complementary color
Monochromatic Colors of #123AB8
Black with #123AB8
Text Example
Text Example
White with #123AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AB8; }
p { color: rgb(18,58,184); }
H1.HeaderClassName
{
color: #123AB8;
}
.AnyTagClassName
{
color: #123AB8;
}
</style>
background-color css
<style>
a { background-color: #123AB8; }
a { background-color: rgb(18,58,184); }
div.DivClassName
{
background-color: #123AB8;
}
.BgClassName
{
background-color: #123AB8;
}
</style>
border-color css
<style>
span { border-color: #123AB8; }
span { border-color: rgb(18,58,184); }
td.TdClassName
{
border-color: #123AB8;
}
.TagClassName
{
border-color: #123AB8;
}
</style>