Shades of Persian Blue #123BDC
Tints of Persian Blue #123BDC
RGB
CMYK
RGB Variations
Color information
#123BDC (or 0x123BDC) is known color: Persian Blue. HEX triplet: 12, 3B and DC. RGB value is (18,59,220). Sum of RGB (Red+Green+Blue) = 18+59+220=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #123BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BDC is #EDC423. Grayscale: #404040. Windows color (decimal): -15582244 or 14433042. OLE color: 14433042.
HSL color Cylindrical-coordinate representation of color #123BDC: hue angle of 227.82º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123BDC is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 59 | 220 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.14 |
| HSL | 227.82º | 0.85% | 0.47% | - |
| HSV(B) | 227.82º | 0.92% | 0.86% | - |
| XYZ | 14.73 | 8.42 | 68.56 | - |
| YUV | 65.1 | 215.42 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 220 | 0.92 | 0.73 | 0 | 0.14 | 227.82 | 0.85 | 0.47 |
| Hex | 12 | 3B | DC | 5C | 49 | 0 | E | E4 | 55 | 2F |
| Octal | 22 | 73 | 334 | 134 | 111 | 0 | 16 | 344 | 125 | 57 |
| Binary | 10010 | 111011 | 11011100 | 1011100 | 1001001 | 0 | 1110 | 11100100 | 1010101 | 101111 |
Color Harmonies of #123BDC
Complementary color
Monochromatic Colors of #123BDC
Black with #123BDC
Text Example
Text Example
White with #123BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BDC; }
p { color: rgb(18,59,220); }
H1.HeaderClassName
{
color: #123BDC;
}
.AnyTagClassName
{
color: #123BDC;
}
</style>
background-color css
<style>
a { background-color: #123BDC; }
a { background-color: rgb(18,59,220); }
div.DivClassName
{
background-color: #123BDC;
}
.BgClassName
{
background-color: #123BDC;
}
</style>
border-color css
<style>
span { border-color: #123BDC; }
span { border-color: rgb(18,59,220); }
td.TdClassName
{
border-color: #123BDC;
}
.TagClassName
{
border-color: #123BDC;
}
</style>