Shades of Persian Blue #123DC0
Tints of Persian Blue #123DC0
RGB
CMYK
RGB Variations
Color information
#123DC0 (or 0x123DC0) is known color: Persian Blue. HEX triplet: 12, 3D and C0. RGB value is (18,61,192). Sum of RGB (Red+Green+Blue) = 18+61+192=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #123DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DC0 is #EDC23F. Grayscale: #3E3E3E. Windows color (decimal): -15581760 or 12598546. OLE color: 12598546.
HSL color Cylindrical-coordinate representation of color #123DC0: hue angle of 225.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123DC0 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 61 | 192 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.25 |
| HSL | 225.17º | 0.83% | 0.41% | - |
| HSV(B) | 225.17º | 0.91% | 0.75% | - |
| XYZ | 11.43 | 7.27 | 50.67 | - |
| YUV | 63.08 | 200.75 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 192 | 0.91 | 0.68 | 0 | 0.25 | 225.17 | 0.83 | 0.41 |
| Hex | 12 | 3D | C0 | 5B | 44 | 0 | 19 | E1 | 53 | 29 |
| Octal | 22 | 75 | 300 | 133 | 104 | 0 | 31 | 341 | 123 | 51 |
| Binary | 10010 | 111101 | 11000000 | 1011011 | 1000100 | 0 | 11001 | 11100001 | 1010011 | 101001 |
Color Harmonies of #123DC0
Complementary color
Monochromatic Colors of #123DC0
Black with #123DC0
Text Example
Text Example
White with #123DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DC0; }
p { color: rgb(18,61,192); }
H1.HeaderClassName
{
color: #123DC0;
}
.AnyTagClassName
{
color: #123DC0;
}
</style>
background-color css
<style>
a { background-color: #123DC0; }
a { background-color: rgb(18,61,192); }
div.DivClassName
{
background-color: #123DC0;
}
.BgClassName
{
background-color: #123DC0;
}
</style>
border-color css
<style>
span { border-color: #123DC0; }
span { border-color: rgb(18,61,192); }
td.TdClassName
{
border-color: #123DC0;
}
.TagClassName
{
border-color: #123DC0;
}
</style>