Shades of Persian Blue #123EEB
Tints of Persian Blue #123EEB
RGB
CMYK
RGB Variations
Color information
#123EEB (or 0x123EEB) is known color: Persian Blue. HEX triplet: 12, 3E and EB. RGB value is (18,62,235). Sum of RGB (Red+Green+Blue) = 18+62+235=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #123EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123EEB is #EDC114. Grayscale: #434343. Windows color (decimal): -15581461 or 15416850. OLE color: 15416850.
HSL color Cylindrical-coordinate representation of color #123EEB: hue angle of 227.83º 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 #123EEB is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 62 | 235 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.08 |
| HSL | 227.83º | 0.86% | 0.5% | - |
| HSV(B) | 227.83º | 0.92% | 0.92% | - |
| XYZ | 16.97 | 9.57 | 79.55 | - |
| YUV | 68.57 | 221.92 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 235 | 0.92 | 0.74 | 0 | 0.08 | 227.83 | 0.86 | 0.5 |
| Hex | 12 | 3E | EB | 5C | 4A | 0 | 8 | E4 | 56 | 32 |
| Octal | 22 | 76 | 353 | 134 | 112 | 0 | 10 | 344 | 126 | 62 |
| Binary | 10010 | 111110 | 11101011 | 1011100 | 1001010 | 0 | 1000 | 11100100 | 1010110 | 110010 |
Color Harmonies of #123EEB
Complementary color
Monochromatic Colors of #123EEB
Black with #123EEB
Text Example
Text Example
White with #123EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123EEB; }
p { color: rgb(18,62,235); }
H1.HeaderClassName
{
color: #123EEB;
}
.AnyTagClassName
{
color: #123EEB;
}
</style>
background-color css
<style>
a { background-color: #123EEB; }
a { background-color: rgb(18,62,235); }
div.DivClassName
{
background-color: #123EEB;
}
.BgClassName
{
background-color: #123EEB;
}
</style>
border-color css
<style>
span { border-color: #123EEB; }
span { border-color: rgb(18,62,235); }
td.TdClassName
{
border-color: #123EEB;
}
.TagClassName
{
border-color: #123EEB;
}
</style>