Shades of Persian Blue #123CDB
Tints of Persian Blue #123CDB
RGB
CMYK
RGB Variations
Color information
#123CDB (or 0x123CDB) is known color: Persian Blue. HEX triplet: 12, 3C and DB. RGB value is (18,60,219). Sum of RGB (Red+Green+Blue) = 18+60+219=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #123CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CDB is #EDC324. Grayscale: #404040. Windows color (decimal): -15581989 or 14367762. OLE color: 14367762.
HSL color Cylindrical-coordinate representation of color #123CDB: hue angle of 227.46º 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 #123CDB is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 60 | 219 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.14 |
| HSL | 227.46º | 0.85% | 0.46% | - |
| HSV(B) | 227.46º | 0.92% | 0.86% | - |
| XYZ | 14.65 | 8.47 | 67.88 | - |
| YUV | 65.57 | 214.59 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 219 | 0.92 | 0.73 | 0 | 0.14 | 227.46 | 0.85 | 0.46 |
| Hex | 12 | 3C | DB | 5C | 49 | 0 | E | E3 | 55 | 2E |
| Octal | 22 | 74 | 333 | 134 | 111 | 0 | 16 | 343 | 125 | 56 |
| Binary | 10010 | 111100 | 11011011 | 1011100 | 1001001 | 0 | 1110 | 11100011 | 1010101 | 101110 |
Color Harmonies of #123CDB
Complementary color
Monochromatic Colors of #123CDB
Black with #123CDB
Text Example
Text Example
White with #123CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CDB; }
p { color: rgb(18,60,219); }
H1.HeaderClassName
{
color: #123CDB;
}
.AnyTagClassName
{
color: #123CDB;
}
</style>
background-color css
<style>
a { background-color: #123CDB; }
a { background-color: rgb(18,60,219); }
div.DivClassName
{
background-color: #123CDB;
}
.BgClassName
{
background-color: #123CDB;
}
</style>
border-color css
<style>
span { border-color: #123CDB; }
span { border-color: rgb(18,60,219); }
td.TdClassName
{
border-color: #123CDB;
}
.TagClassName
{
border-color: #123CDB;
}
</style>