Shades of Persian Blue #123ADB
Tints of Persian Blue #123ADB
RGB
CMYK
RGB Variations
Color information
#123ADB (or 0x123ADB) is known color: Persian Blue. HEX triplet: 12, 3A and DB. RGB value is (18,58,219). Sum of RGB (Red+Green+Blue) = 18+58+219=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #123ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123ADB is #EDC524. Grayscale: #3F3F3F. Windows color (decimal): -15582501 or 14367250. OLE color: 14367250.
HSL color Cylindrical-coordinate representation of color #123ADB: hue angle of 228.06º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123ADB is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 58 | 219 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.14 |
| HSL | 228.06º | 0.85% | 0.46% | - |
| HSV(B) | 228.06º | 0.92% | 0.86% | - |
| XYZ | 14.55 | 8.27 | 67.85 | - |
| YUV | 64.39 | 215.25 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 219 | 0.92 | 0.74 | 0 | 0.14 | 228.06 | 0.85 | 0.46 |
| Hex | 12 | 3A | DB | 5C | 4A | 0 | E | E4 | 55 | 2E |
| Octal | 22 | 72 | 333 | 134 | 112 | 0 | 16 | 344 | 125 | 56 |
| Binary | 10010 | 111010 | 11011011 | 1011100 | 1001010 | 0 | 1110 | 11100100 | 1010101 | 101110 |
Color Harmonies of #123ADB
Complementary color
Monochromatic Colors of #123ADB
Black with #123ADB
Text Example
Text Example
White with #123ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123ADB; }
p { color: rgb(18,58,219); }
H1.HeaderClassName
{
color: #123ADB;
}
.AnyTagClassName
{
color: #123ADB;
}
</style>
background-color css
<style>
a { background-color: #123ADB; }
a { background-color: rgb(18,58,219); }
div.DivClassName
{
background-color: #123ADB;
}
.BgClassName
{
background-color: #123ADB;
}
</style>
border-color css
<style>
span { border-color: #123ADB; }
span { border-color: rgb(18,58,219); }
td.TdClassName
{
border-color: #123ADB;
}
.TagClassName
{
border-color: #123ADB;
}
</style>