Shades of Persian Blue #123EB5
Tints of Persian Blue #123EB5
RGB
CMYK
RGB Variations
Color information
#123EB5 (or 0x123EB5) is known color: Persian Blue. HEX triplet: 12, 3E and B5. RGB value is (18,62,181). Sum of RGB (Red+Green+Blue) = 18+62+181=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 181 (71.09% from 255 or 69.35% from 261); Max value from RGB is 181 - color contains mainly: blue. Hex color #123EB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123EB5 is #EDC14A. Grayscale: #3D3D3D. Windows color (decimal): -15581515 or 11877906. OLE color: 11877906.
HSL color Cylindrical-coordinate representation of color #123EB5: hue angle of 223.8º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123EB5 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 62 | 181 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.29 |
| HSL | 223.8º | 0.82% | 0.39% | - |
| HSV(B) | 223.8º | 0.9% | 0.71% | - |
| XYZ | 10.31 | 6.91 | 44.51 | - |
| YUV | 62.41 | 194.92 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 181 | 0.90 | 0.66 | 0 | 0.29 | 223.8 | 0.82 | 0.39 |
| Hex | 12 | 3E | B5 | 5A | 42 | 0 | 1D | E0 | 52 | 27 |
| Octal | 22 | 76 | 265 | 132 | 102 | 0 | 35 | 340 | 122 | 47 |
| Binary | 10010 | 111110 | 10110101 | 1011010 | 1000010 | 0 | 11101 | 11100000 | 1010010 | 100111 |
Color Harmonies of #123EB5
Complementary color
Monochromatic Colors of #123EB5
Black with #123EB5
Text Example
Text Example
White with #123EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123EB5; }
p { color: rgb(18,62,181); }
H1.HeaderClassName
{
color: #123EB5;
}
.AnyTagClassName
{
color: #123EB5;
}
</style>
background-color css
<style>
a { background-color: #123EB5; }
a { background-color: rgb(18,62,181); }
div.DivClassName
{
background-color: #123EB5;
}
.BgClassName
{
background-color: #123EB5;
}
</style>
border-color css
<style>
span { border-color: #123EB5; }
span { border-color: rgb(18,62,181); }
td.TdClassName
{
border-color: #123EB5;
}
.TagClassName
{
border-color: #123EB5;
}
</style>