Shades of Persian Blue #123ED0
Tints of Persian Blue #123ED0
RGB
CMYK
RGB Variations
Color information
#123ED0 (or 0x123ED0) is known color: Persian Blue. HEX triplet: 12, 3E and D0. RGB value is (18,62,208). Sum of RGB (Red+Green+Blue) = 18+62+208=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 208 (81.64% from 255 or 72.22% from 288); Max value from RGB is 208 - color contains mainly: blue. Hex color #123ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123ED0 is #EDC12F. Grayscale: #404040. Windows color (decimal): -15581488 or 13647378. OLE color: 13647378.
HSL color Cylindrical-coordinate representation of color #123ED0: hue angle of 226.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123ED0 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 62 | 208 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.18 |
| HSL | 226.11º | 0.84% | 0.44% | - |
| HSV(B) | 226.11º | 0.91% | 0.82% | - |
| XYZ | 13.36 | 8.13 | 60.54 | - |
| YUV | 65.49 | 208.42 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 208 | 0.91 | 0.70 | 0 | 0.18 | 226.11 | 0.84 | 0.44 |
| Hex | 12 | 3E | D0 | 5B | 46 | 0 | 12 | E2 | 54 | 2C |
| Octal | 22 | 76 | 320 | 133 | 106 | 0 | 22 | 342 | 124 | 54 |
| Binary | 10010 | 111110 | 11010000 | 1011011 | 1000110 | 0 | 10010 | 11100010 | 1010100 | 101100 |
Color Harmonies of #123ED0
Complementary color
Monochromatic Colors of #123ED0
Black with #123ED0
Text Example
Text Example
White with #123ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123ED0; }
p { color: rgb(18,62,208); }
H1.HeaderClassName
{
color: #123ED0;
}
.AnyTagClassName
{
color: #123ED0;
}
</style>
background-color css
<style>
a { background-color: #123ED0; }
a { background-color: rgb(18,62,208); }
div.DivClassName
{
background-color: #123ED0;
}
.BgClassName
{
background-color: #123ED0;
}
</style>
border-color css
<style>
span { border-color: #123ED0; }
span { border-color: rgb(18,62,208); }
td.TdClassName
{
border-color: #123ED0;
}
.TagClassName
{
border-color: #123ED0;
}
</style>