Shades of Persian Blue #123CCD
Tints of Persian Blue #123CCD
RGB
CMYK
RGB Variations
Color information
#123CCD (or 0x123CCD) is known color: Persian Blue. HEX triplet: 12, 3C and CD. RGB value is (18,60,205). Sum of RGB (Red+Green+Blue) = 18+60+205=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #123CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CCD is #EDC332. Grayscale: #3F3F3F. Windows color (decimal): -15582003 or 13450258. OLE color: 13450258.
HSL color Cylindrical-coordinate representation of color #123CCD: hue angle of 226.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123CCD is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 60 | 205 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.20 |
| HSL | 226.52º | 0.84% | 0.44% | - |
| HSV(B) | 226.52º | 0.91% | 0.8% | - |
| XYZ | 12.88 | 7.77 | 58.58 | - |
| YUV | 63.97 | 207.59 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 205 | 0.91 | 0.71 | 0 | 0.20 | 226.52 | 0.84 | 0.44 |
| Hex | 12 | 3C | CD | 5B | 47 | 0 | 14 | E3 | 54 | 2C |
| Octal | 22 | 74 | 315 | 133 | 107 | 0 | 24 | 343 | 124 | 54 |
| Binary | 10010 | 111100 | 11001101 | 1011011 | 1000111 | 0 | 10100 | 11100011 | 1010100 | 101100 |
Color Harmonies of #123CCD
Complementary color
Monochromatic Colors of #123CCD
Black with #123CCD
Text Example
Text Example
White with #123CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CCD; }
p { color: rgb(18,60,205); }
H1.HeaderClassName
{
color: #123CCD;
}
.AnyTagClassName
{
color: #123CCD;
}
</style>
background-color css
<style>
a { background-color: #123CCD; }
a { background-color: rgb(18,60,205); }
div.DivClassName
{
background-color: #123CCD;
}
.BgClassName
{
background-color: #123CCD;
}
</style>
border-color css
<style>
span { border-color: #123CCD; }
span { border-color: rgb(18,60,205); }
td.TdClassName
{
border-color: #123CCD;
}
.TagClassName
{
border-color: #123CCD;
}
</style>