Shades of Persian Blue #123BE0
Tints of Persian Blue #123BE0
RGB
CMYK
RGB Variations
Color information
#123BE0 (or 0x123BE0) is known color: Persian Blue. HEX triplet: 12, 3B and E0. RGB value is (18,59,224). Sum of RGB (Red+Green+Blue) = 18+59+224=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 224 (87.89% from 255 or 74.42% from 301); Max value from RGB is 224 - color contains mainly: blue. Hex color #123BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BE0 is #EDC41F. Grayscale: #404040. Windows color (decimal): -15582240 or 14695186. OLE color: 14695186.
HSL color Cylindrical-coordinate representation of color #123BE0: hue angle of 228.06º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123BE0 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 59 | 224 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.12 |
| HSL | 228.06º | 0.85% | 0.47% | - |
| HSV(B) | 228.06º | 0.92% | 0.88% | - |
| XYZ | 15.27 | 8.64 | 71.38 | - |
| YUV | 65.55 | 217.42 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 224 | 0.92 | 0.74 | 0 | 0.12 | 228.06 | 0.85 | 0.47 |
| Hex | 12 | 3B | E0 | 5C | 4A | 0 | C | E4 | 55 | 2F |
| Octal | 22 | 73 | 340 | 134 | 112 | 0 | 14 | 344 | 125 | 57 |
| Binary | 10010 | 111011 | 11100000 | 1011100 | 1001010 | 0 | 1100 | 11100100 | 1010101 | 101111 |
Color Harmonies of #123BE0
Complementary color
Monochromatic Colors of #123BE0
Black with #123BE0
Text Example
Text Example
White with #123BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BE0; }
p { color: rgb(18,59,224); }
H1.HeaderClassName
{
color: #123BE0;
}
.AnyTagClassName
{
color: #123BE0;
}
</style>
background-color css
<style>
a { background-color: #123BE0; }
a { background-color: rgb(18,59,224); }
div.DivClassName
{
background-color: #123BE0;
}
.BgClassName
{
background-color: #123BE0;
}
</style>
border-color css
<style>
span { border-color: #123BE0; }
span { border-color: rgb(18,59,224); }
td.TdClassName
{
border-color: #123BE0;
}
.TagClassName
{
border-color: #123BE0;
}
</style>