Shades of Persian Blue #123EB4
Tints of Persian Blue #123EB4
RGB
CMYK
RGB Variations
Color information
#123EB4 (or 0x123EB4) is known color: Persian Blue. HEX triplet: 12, 3E and B4. RGB value is (18,62,180). Sum of RGB (Red+Green+Blue) = 18+62+180=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 180 (70.70% from 255 or 69.23% from 260); Max value from RGB is 180 - color contains mainly: blue. Hex color #123EB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123EB4 is #EDC14B. Grayscale: #3D3D3D. Windows color (decimal): -15581516 or 11812370. OLE color: 11812370.
HSL color Cylindrical-coordinate representation of color #123EB4: hue angle of 223.7º 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 #123EB4 is Cyan = 0.9, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 62 | 180 | - |
| CMYK | 0.9 | 0.66 | 0 | 0.29 |
| HSL | 223.7º | 0.82% | 0.39% | - |
| HSV(B) | 223.7º | 0.9% | 0.71% | - |
| XYZ | 10.21 | 6.87 | 43.97 | - |
| YUV | 62.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 180 | 0.9 | 0.66 | 0 | 0.29 | 223.7 | 0.82 | 0.39 |
| Hex | 12 | 3E | B4 | 5A | 42 | 0 | 1D | E0 | 52 | 27 |
| Octal | 22 | 76 | 264 | 132 | 102 | 0 | 35 | 340 | 122 | 47 |
| Binary | 10010 | 111110 | 10110100 | 1011010 | 1000010 | 0 | 11101 | 11100000 | 1010010 | 100111 |
Color Harmonies of #123EB4
Complementary color
Monochromatic Colors of #123EB4
Black with #123EB4
Text Example
Text Example
White with #123EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123EB4; }
p { color: rgb(18,62,180); }
H1.HeaderClassName
{
color: #123EB4;
}
.AnyTagClassName
{
color: #123EB4;
}
</style>
background-color css
<style>
a { background-color: #123EB4; }
a { background-color: rgb(18,62,180); }
div.DivClassName
{
background-color: #123EB4;
}
.BgClassName
{
background-color: #123EB4;
}
</style>
border-color css
<style>
span { border-color: #123EB4; }
span { border-color: rgb(18,62,180); }
td.TdClassName
{
border-color: #123EB4;
}
.TagClassName
{
border-color: #123EB4;
}
</style>