Shades of Persian Blue #123EC9
Tints of Persian Blue #123EC9
RGB
CMYK
RGB Variations
Color information
#123EC9 (or 0x123EC9) is known color: Persian Blue. HEX triplet: 12, 3E and C9. RGB value is (18,62,201). Sum of RGB (Red+Green+Blue) = 18+62+201=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 201 (78.91% from 255 or 71.53% from 281); Max value from RGB is 201 - color contains mainly: blue. Hex color #123EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123EC9 is #EDC136. Grayscale: #404040. Windows color (decimal): -15581495 or 13188626. OLE color: 13188626.
HSL color Cylindrical-coordinate representation of color #123EC9: hue angle of 225.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123EC9 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 62 | 201 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.21 |
| HSL | 225.57º | 0.84% | 0.43% | - |
| HSV(B) | 225.57º | 0.91% | 0.79% | - |
| XYZ | 12.51 | 7.79 | 56.1 | - |
| YUV | 64.69 | 204.92 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 201 | 0.91 | 0.69 | 0 | 0.21 | 225.57 | 0.84 | 0.43 |
| Hex | 12 | 3E | C9 | 5B | 45 | 0 | 15 | E2 | 54 | 2B |
| Octal | 22 | 76 | 311 | 133 | 105 | 0 | 25 | 342 | 124 | 53 |
| Binary | 10010 | 111110 | 11001001 | 1011011 | 1000101 | 0 | 10101 | 11100010 | 1010100 | 101011 |
Color Harmonies of #123EC9
Complementary color
Monochromatic Colors of #123EC9
Black with #123EC9
Text Example
Text Example
White with #123EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123EC9; }
p { color: rgb(18,62,201); }
H1.HeaderClassName
{
color: #123EC9;
}
.AnyTagClassName
{
color: #123EC9;
}
</style>
background-color css
<style>
a { background-color: #123EC9; }
a { background-color: rgb(18,62,201); }
div.DivClassName
{
background-color: #123EC9;
}
.BgClassName
{
background-color: #123EC9;
}
</style>
border-color css
<style>
span { border-color: #123EC9; }
span { border-color: rgb(18,62,201); }
td.TdClassName
{
border-color: #123EC9;
}
.TagClassName
{
border-color: #123EC9;
}
</style>