Shades of Persian Blue #123CC4
Tints of Persian Blue #123CC4
RGB
CMYK
RGB Variations
Color information
#123CC4 (or 0x123CC4) is known color: Persian Blue. HEX triplet: 12, 3C and C4. RGB value is (18,60,196). Sum of RGB (Red+Green+Blue) = 18+60+196=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 196 (76.95% from 255 or 71.53% from 274); Max value from RGB is 196 - color contains mainly: blue. Hex color #123CC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CC4 is #EDC33B. Grayscale: #3E3E3E. Windows color (decimal): -15582012 or 12860434. OLE color: 12860434.
HSL color Cylindrical-coordinate representation of color #123CC4: hue angle of 225.84º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123CC4 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 60 | 196 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.23 |
| HSL | 225.84º | 0.83% | 0.42% | - |
| HSV(B) | 225.84º | 0.91% | 0.77% | - |
| XYZ | 11.83 | 7.35 | 53.02 | - |
| YUV | 62.95 | 203.09 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 196 | 0.91 | 0.69 | 0 | 0.23 | 225.84 | 0.83 | 0.42 |
| Hex | 12 | 3C | C4 | 5B | 45 | 0 | 17 | E2 | 53 | 2A |
| Octal | 22 | 74 | 304 | 133 | 105 | 0 | 27 | 342 | 123 | 52 |
| Binary | 10010 | 111100 | 11000100 | 1011011 | 1000101 | 0 | 10111 | 11100010 | 1010011 | 101010 |
Color Harmonies of #123CC4
Complementary color
Monochromatic Colors of #123CC4
Black with #123CC4
Text Example
Text Example
White with #123CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CC4; }
p { color: rgb(18,60,196); }
H1.HeaderClassName
{
color: #123CC4;
}
.AnyTagClassName
{
color: #123CC4;
}
</style>
background-color css
<style>
a { background-color: #123CC4; }
a { background-color: rgb(18,60,196); }
div.DivClassName
{
background-color: #123CC4;
}
.BgClassName
{
background-color: #123CC4;
}
</style>
border-color css
<style>
span { border-color: #123CC4; }
span { border-color: rgb(18,60,196); }
td.TdClassName
{
border-color: #123CC4;
}
.TagClassName
{
border-color: #123CC4;
}
</style>