Shades of Persian Blue #123BEB
Tints of Persian Blue #123BEB
RGB
CMYK
RGB Variations
Color information
#123BEB (or 0x123BEB) is known color: Persian Blue. HEX triplet: 12, 3B and EB. RGB value is (18,59,235). Sum of RGB (Red+Green+Blue) = 18+59+235=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #123BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123BEB is #EDC414. Grayscale: #424242. Windows color (decimal): -15582229 or 15416082. OLE color: 15416082.
HSL color Cylindrical-coordinate representation of color #123BEB: hue angle of 228.66º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123BEB is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 59 | 235 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.08 |
| HSL | 228.66º | 0.86% | 0.5% | - |
| HSV(B) | 228.66º | 0.92% | 0.92% | - |
| XYZ | 16.81 | 9.25 | 79.5 | - |
| YUV | 66.81 | 222.92 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 235 | 0.92 | 0.75 | 0 | 0.08 | 228.66 | 0.86 | 0.5 |
| Hex | 12 | 3B | EB | 5C | 4B | 0 | 8 | E5 | 56 | 32 |
| Octal | 22 | 73 | 353 | 134 | 113 | 0 | 10 | 345 | 126 | 62 |
| Binary | 10010 | 111011 | 11101011 | 1011100 | 1001011 | 0 | 1000 | 11100101 | 1010110 | 110010 |
Color Harmonies of #123BEB
Complementary color
Monochromatic Colors of #123BEB
Black with #123BEB
Text Example
Text Example
White with #123BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BEB; }
p { color: rgb(18,59,235); }
H1.HeaderClassName
{
color: #123BEB;
}
.AnyTagClassName
{
color: #123BEB;
}
</style>
background-color css
<style>
a { background-color: #123BEB; }
a { background-color: rgb(18,59,235); }
div.DivClassName
{
background-color: #123BEB;
}
.BgClassName
{
background-color: #123BEB;
}
</style>
border-color css
<style>
span { border-color: #123BEB; }
span { border-color: rgb(18,59,235); }
td.TdClassName
{
border-color: #123BEB;
}
.TagClassName
{
border-color: #123BEB;
}
</style>