Shades of Persian Blue #123DC2
Tints of Persian Blue #123DC2
RGB
CMYK
RGB Variations
Color information
#123DC2 (or 0x123DC2) is known color: Persian Blue. HEX triplet: 12, 3D and C2. RGB value is (18,61,194). Sum of RGB (Red+Green+Blue) = 18+61+194=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 194 (76.17% from 255 or 71.06% from 273); Max value from RGB is 194 - color contains mainly: blue. Hex color #123DC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DC2 is #EDC23D. Grayscale: #3E3E3E. Windows color (decimal): -15581758 or 12729618. OLE color: 12729618.
HSL color Cylindrical-coordinate representation of color #123DC2: hue angle of 225.34º 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 #123DC2 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 61 | 194 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.24 |
| HSL | 225.34º | 0.83% | 0.42% | - |
| HSV(B) | 225.34º | 0.91% | 0.76% | - |
| XYZ | 11.66 | 7.36 | 51.85 | - |
| YUV | 63.31 | 201.75 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 194 | 0.91 | 0.69 | 0 | 0.24 | 225.34 | 0.83 | 0.42 |
| Hex | 12 | 3D | C2 | 5B | 45 | 0 | 18 | E1 | 53 | 2A |
| Octal | 22 | 75 | 302 | 133 | 105 | 0 | 30 | 341 | 123 | 52 |
| Binary | 10010 | 111101 | 11000010 | 1011011 | 1000101 | 0 | 11000 | 11100001 | 1010011 | 101010 |
Color Harmonies of #123DC2
Complementary color
Monochromatic Colors of #123DC2
Black with #123DC2
Text Example
Text Example
White with #123DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DC2; }
p { color: rgb(18,61,194); }
H1.HeaderClassName
{
color: #123DC2;
}
.AnyTagClassName
{
color: #123DC2;
}
</style>
background-color css
<style>
a { background-color: #123DC2; }
a { background-color: rgb(18,61,194); }
div.DivClassName
{
background-color: #123DC2;
}
.BgClassName
{
background-color: #123DC2;
}
</style>
border-color css
<style>
span { border-color: #123DC2; }
span { border-color: rgb(18,61,194); }
td.TdClassName
{
border-color: #123DC2;
}
.TagClassName
{
border-color: #123DC2;
}
</style>