Shades of Persian Blue #123CEB
Tints of Persian Blue #123CEB
RGB
CMYK
RGB Variations
Color information
#123CEB (or 0x123CEB) is known color: Persian Blue. HEX triplet: 12, 3C and EB. RGB value is (18,60,235). Sum of RGB (Red+Green+Blue) = 18+60+235=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #123CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123CEB is #EDC314. Grayscale: #424242. Windows color (decimal): -15581973 or 15416338. OLE color: 15416338.
HSL color Cylindrical-coordinate representation of color #123CEB: hue angle of 228.39º 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 #123CEB is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 60 | 235 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.08 |
| HSL | 228.39º | 0.86% | 0.5% | - |
| HSV(B) | 228.39º | 0.92% | 0.92% | - |
| XYZ | 16.86 | 9.36 | 79.51 | - |
| YUV | 67.39 | 222.59 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 235 | 0.92 | 0.74 | 0 | 0.08 | 228.39 | 0.86 | 0.5 |
| Hex | 12 | 3C | EB | 5C | 4A | 0 | 8 | E4 | 56 | 32 |
| Octal | 22 | 74 | 353 | 134 | 112 | 0 | 10 | 344 | 126 | 62 |
| Binary | 10010 | 111100 | 11101011 | 1011100 | 1001010 | 0 | 1000 | 11100100 | 1010110 | 110010 |
Color Harmonies of #123CEB
Complementary color
Monochromatic Colors of #123CEB
Black with #123CEB
Text Example
Text Example
White with #123CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CEB; }
p { color: rgb(18,60,235); }
H1.HeaderClassName
{
color: #123CEB;
}
.AnyTagClassName
{
color: #123CEB;
}
</style>
background-color css
<style>
a { background-color: #123CEB; }
a { background-color: rgb(18,60,235); }
div.DivClassName
{
background-color: #123CEB;
}
.BgClassName
{
background-color: #123CEB;
}
</style>
border-color css
<style>
span { border-color: #123CEB; }
span { border-color: rgb(18,60,235); }
td.TdClassName
{
border-color: #123CEB;
}
.TagClassName
{
border-color: #123CEB;
}
</style>