Shades of Persian Blue #123DDC
Tints of Persian Blue #123DDC
RGB
CMYK
RGB Variations
Color information
#123DDC (or 0x123DDC) is known color: Persian Blue. HEX triplet: 12, 3D and DC. RGB value is (18,61,220). Sum of RGB (Red+Green+Blue) = 18+61+220=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #123DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DDC is #EDC223. Grayscale: #414141. Windows color (decimal): -15581732 or 14433554. OLE color: 14433554.
HSL color Cylindrical-coordinate representation of color #123DDC: hue angle of 227.23º 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 #123DDC is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 61 | 220 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.14 |
| HSL | 227.23º | 0.85% | 0.47% | - |
| HSV(B) | 227.23º | 0.92% | 0.86% | - |
| XYZ | 14.84 | 8.63 | 68.59 | - |
| YUV | 66.27 | 214.75 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 220 | 0.92 | 0.72 | 0 | 0.14 | 227.23 | 0.85 | 0.47 |
| Hex | 12 | 3D | DC | 5C | 48 | 0 | E | E3 | 55 | 2F |
| Octal | 22 | 75 | 334 | 134 | 110 | 0 | 16 | 343 | 125 | 57 |
| Binary | 10010 | 111101 | 11011100 | 1011100 | 1001000 | 0 | 1110 | 11100011 | 1010101 | 101111 |
Color Harmonies of #123DDC
Complementary color
Monochromatic Colors of #123DDC
Black with #123DDC
Text Example
Text Example
White with #123DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DDC; }
p { color: rgb(18,61,220); }
H1.HeaderClassName
{
color: #123DDC;
}
.AnyTagClassName
{
color: #123DDC;
}
</style>
background-color css
<style>
a { background-color: #123DDC; }
a { background-color: rgb(18,61,220); }
div.DivClassName
{
background-color: #123DDC;
}
.BgClassName
{
background-color: #123DDC;
}
</style>
border-color css
<style>
span { border-color: #123DDC; }
span { border-color: rgb(18,61,220); }
td.TdClassName
{
border-color: #123DDC;
}
.TagClassName
{
border-color: #123DDC;
}
</style>