Shades of Persian Blue #123BC2
Tints of Persian Blue #123BC2
RGB
CMYK
RGB Variations
Color information
#123BC2 (or 0x123BC2) is known color: Persian Blue. HEX triplet: 12, 3B and C2. RGB value is (18,59,194). Sum of RGB (Red+Green+Blue) = 18+59+194=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 194 (76.17% from 255 or 71.59% from 271); Max value from RGB is 194 - color contains mainly: blue. Hex color #123BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BC2 is #EDC43D. Grayscale: #3D3D3D. Windows color (decimal): -15582270 or 12729106. OLE color: 12729106.
HSL color Cylindrical-coordinate representation of color #123BC2: hue angle of 226.02º 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 #123BC2 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 59 | 194 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.24 |
| HSL | 226.02º | 0.83% | 0.42% | - |
| HSV(B) | 226.02º | 0.91% | 0.76% | - |
| XYZ | 11.55 | 7.15 | 51.81 | - |
| YUV | 62.13 | 202.42 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 194 | 0.91 | 0.70 | 0 | 0.24 | 226.02 | 0.83 | 0.42 |
| Hex | 12 | 3B | C2 | 5B | 46 | 0 | 18 | E2 | 53 | 2A |
| Octal | 22 | 73 | 302 | 133 | 106 | 0 | 30 | 342 | 123 | 52 |
| Binary | 10010 | 111011 | 11000010 | 1011011 | 1000110 | 0 | 11000 | 11100010 | 1010011 | 101010 |
Color Harmonies of #123BC2
Complementary color
Monochromatic Colors of #123BC2
Black with #123BC2
Text Example
Text Example
White with #123BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BC2; }
p { color: rgb(18,59,194); }
H1.HeaderClassName
{
color: #123BC2;
}
.AnyTagClassName
{
color: #123BC2;
}
</style>
background-color css
<style>
a { background-color: #123BC2; }
a { background-color: rgb(18,59,194); }
div.DivClassName
{
background-color: #123BC2;
}
.BgClassName
{
background-color: #123BC2;
}
</style>
border-color css
<style>
span { border-color: #123BC2; }
span { border-color: rgb(18,59,194); }
td.TdClassName
{
border-color: #123BC2;
}
.TagClassName
{
border-color: #123BC2;
}
</style>