Shades of Persian Blue #123CE3
Tints of Persian Blue #123CE3
RGB
CMYK
RGB Variations
Color information
#123CE3 (or 0x123CE3) is known color: Persian Blue. HEX triplet: 12, 3C and E3. RGB value is (18,60,227). Sum of RGB (Red+Green+Blue) = 18+60+227=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 227 (89.06% from 255 or 74.43% from 305); Max value from RGB is 227 - color contains mainly: blue. Hex color #123CE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CE3 is #EDC31C. Grayscale: #414141. Windows color (decimal): -15581981 or 14892050. OLE color: 14892050.
HSL color Cylindrical-coordinate representation of color #123CE3: hue angle of 227.94º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123CE3 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 60 | 227 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.11 |
| HSL | 227.94º | 0.85% | 0.48% | - |
| HSV(B) | 227.94º | 0.92% | 0.89% | - |
| XYZ | 15.73 | 8.91 | 73.56 | - |
| YUV | 66.48 | 218.59 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 227 | 0.92 | 0.74 | 0 | 0.11 | 227.94 | 0.85 | 0.48 |
| Hex | 12 | 3C | E3 | 5C | 4A | 0 | B | E4 | 55 | 30 |
| Octal | 22 | 74 | 343 | 134 | 112 | 0 | 13 | 344 | 125 | 60 |
| Binary | 10010 | 111100 | 11100011 | 1011100 | 1001010 | 0 | 1011 | 11100100 | 1010101 | 110000 |
Color Harmonies of #123CE3
Complementary color
Monochromatic Colors of #123CE3
Black with #123CE3
Text Example
Text Example
White with #123CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CE3; }
p { color: rgb(18,60,227); }
H1.HeaderClassName
{
color: #123CE3;
}
.AnyTagClassName
{
color: #123CE3;
}
</style>
background-color css
<style>
a { background-color: #123CE3; }
a { background-color: rgb(18,60,227); }
div.DivClassName
{
background-color: #123CE3;
}
.BgClassName
{
background-color: #123CE3;
}
</style>
border-color css
<style>
span { border-color: #123CE3; }
span { border-color: rgb(18,60,227); }
td.TdClassName
{
border-color: #123CE3;
}
.TagClassName
{
border-color: #123CE3;
}
</style>