Shades of Persian Blue #123CC2
Tints of Persian Blue #123CC2
RGB
CMYK
RGB Variations
Color information
#123CC2 (or 0x123CC2) is known color: Persian Blue. HEX triplet: 12, 3C and C2. RGB value is (18,60,194). Sum of RGB (Red+Green+Blue) = 18+60+194=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 194 (76.17% from 255 or 71.32% from 272); Max value from RGB is 194 - color contains mainly: blue. Hex color #123CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CC2 is #EDC33D. Grayscale: #3E3E3E. Windows color (decimal): -15582014 or 12729362. OLE color: 12729362.
HSL color Cylindrical-coordinate representation of color #123CC2: hue angle of 225.68º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123CC2 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 60 | 194 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.24 |
| HSL | 225.68º | 0.83% | 0.42% | - |
| HSV(B) | 225.68º | 0.91% | 0.76% | - |
| XYZ | 11.6 | 7.26 | 51.83 | - |
| YUV | 62.72 | 202.09 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 194 | 0.91 | 0.69 | 0 | 0.24 | 225.68 | 0.83 | 0.42 |
| Hex | 12 | 3C | C2 | 5B | 45 | 0 | 18 | E2 | 53 | 2A |
| Octal | 22 | 74 | 302 | 133 | 105 | 0 | 30 | 342 | 123 | 52 |
| Binary | 10010 | 111100 | 11000010 | 1011011 | 1000101 | 0 | 11000 | 11100010 | 1010011 | 101010 |
Color Harmonies of #123CC2
Complementary color
Monochromatic Colors of #123CC2
Black with #123CC2
Text Example
Text Example
White with #123CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CC2; }
p { color: rgb(18,60,194); }
H1.HeaderClassName
{
color: #123CC2;
}
.AnyTagClassName
{
color: #123CC2;
}
</style>
background-color css
<style>
a { background-color: #123CC2; }
a { background-color: rgb(18,60,194); }
div.DivClassName
{
background-color: #123CC2;
}
.BgClassName
{
background-color: #123CC2;
}
</style>
border-color css
<style>
span { border-color: #123CC2; }
span { border-color: rgb(18,60,194); }
td.TdClassName
{
border-color: #123CC2;
}
.TagClassName
{
border-color: #123CC2;
}
</style>