Shades of Persian Blue #123ECC
Tints of Persian Blue #123ECC
RGB
CMYK
RGB Variations
Color information
#123ECC (or 0x123ECC) is known color: Persian Blue. HEX triplet: 12, 3E and CC. RGB value is (18,62,204). Sum of RGB (Red+Green+Blue) = 18+62+204=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #123ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123ECC is #EDC133. Grayscale: #404040. Windows color (decimal): -15581492 or 13385234. OLE color: 13385234.
HSL color Cylindrical-coordinate representation of color #123ECC: hue angle of 225.81º 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 #123ECC is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 62 | 204 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.2 |
| HSL | 225.81º | 0.84% | 0.44% | - |
| HSV(B) | 225.81º | 0.91% | 0.8% | - |
| XYZ | 12.87 | 7.93 | 57.98 | - |
| YUV | 65.03 | 206.42 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 204 | 0.91 | 0.70 | 0 | 0.2 | 225.81 | 0.84 | 0.44 |
| Hex | 12 | 3E | CC | 5B | 46 | 0 | 14 | E2 | 54 | 2C |
| Octal | 22 | 76 | 314 | 133 | 106 | 0 | 24 | 342 | 124 | 54 |
| Binary | 10010 | 111110 | 11001100 | 1011011 | 1000110 | 0 | 10100 | 11100010 | 1010100 | 101100 |
Color Harmonies of #123ECC
Complementary color
Monochromatic Colors of #123ECC
Black with #123ECC
Text Example
Text Example
White with #123ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123ECC; }
p { color: rgb(18,62,204); }
H1.HeaderClassName
{
color: #123ECC;
}
.AnyTagClassName
{
color: #123ECC;
}
</style>
background-color css
<style>
a { background-color: #123ECC; }
a { background-color: rgb(18,62,204); }
div.DivClassName
{
background-color: #123ECC;
}
.BgClassName
{
background-color: #123ECC;
}
</style>
border-color css
<style>
span { border-color: #123ECC; }
span { border-color: rgb(18,62,204); }
td.TdClassName
{
border-color: #123ECC;
}
.TagClassName
{
border-color: #123ECC;
}
</style>