Shades of Persian Blue #123EE6
Tints of Persian Blue #123EE6
RGB
CMYK
RGB Variations
Color information
#123EE6 (or 0x123EE6) is known color: Persian Blue. HEX triplet: 12, 3E and E6. RGB value is (18,62,230). Sum of RGB (Red+Green+Blue) = 18+62+230=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 230 (90.23% from 255 or 74.19% from 310); Max value from RGB is 230 - color contains mainly: blue. Hex color #123EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123EE6 is #EDC119. Grayscale: #434343. Windows color (decimal): -15581466 or 15089170. OLE color: 15089170.
HSL color Cylindrical-coordinate representation of color #123EE6: hue angle of 227.55º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123EE6 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 62 | 230 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.10 |
| HSL | 227.55º | 0.85% | 0.49% | - |
| HSV(B) | 227.55º | 0.92% | 0.9% | - |
| XYZ | 16.26 | 9.29 | 75.8 | - |
| YUV | 68 | 219.42 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 230 | 0.92 | 0.73 | 0 | 0.10 | 227.55 | 0.85 | 0.49 |
| Hex | 12 | 3E | E6 | 5C | 49 | 0 | A | E4 | 55 | 31 |
| Octal | 22 | 76 | 346 | 134 | 111 | 0 | 12 | 344 | 125 | 61 |
| Binary | 10010 | 111110 | 11100110 | 1011100 | 1001001 | 0 | 1010 | 11100100 | 1010101 | 110001 |
Color Harmonies of #123EE6
Complementary color
Monochromatic Colors of #123EE6
Black with #123EE6
Text Example
Text Example
White with #123EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123EE6; }
p { color: rgb(18,62,230); }
H1.HeaderClassName
{
color: #123EE6;
}
.AnyTagClassName
{
color: #123EE6;
}
</style>
background-color css
<style>
a { background-color: #123EE6; }
a { background-color: rgb(18,62,230); }
div.DivClassName
{
background-color: #123EE6;
}
.BgClassName
{
background-color: #123EE6;
}
</style>
border-color css
<style>
span { border-color: #123EE6; }
span { border-color: rgb(18,62,230); }
td.TdClassName
{
border-color: #123EE6;
}
.TagClassName
{
border-color: #123EE6;
}
</style>