Shades of Persian Blue #123BE8
Tints of Persian Blue #123BE8
RGB
CMYK
RGB Variations
Color information
#123BE8 (or 0x123BE8) is known color: Persian Blue. HEX triplet: 12, 3B and E8. RGB value is (18,59,232). Sum of RGB (Red+Green+Blue) = 18+59+232=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 232 (91.02% from 255 or 75.08% from 309); Max value from RGB is 232 - color contains mainly: blue. Hex color #123BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123BE8 is #EDC417. Grayscale: #414141. Windows color (decimal): -15582232 or 15219474. OLE color: 15219474.
HSL color Cylindrical-coordinate representation of color #123BE8: hue angle of 228.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123BE8 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 59 | 232 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.09 |
| HSL | 228.5º | 0.86% | 0.49% | - |
| HSV(B) | 228.5º | 0.92% | 0.91% | - |
| XYZ | 16.38 | 9.08 | 77.23 | - |
| YUV | 66.46 | 221.42 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 232 | 0.92 | 0.75 | 0 | 0.09 | 228.5 | 0.86 | 0.49 |
| Hex | 12 | 3B | E8 | 5C | 4B | 0 | 9 | E5 | 56 | 31 |
| Octal | 22 | 73 | 350 | 134 | 113 | 0 | 11 | 345 | 126 | 61 |
| Binary | 10010 | 111011 | 11101000 | 1011100 | 1001011 | 0 | 1001 | 11100101 | 1010110 | 110001 |
Color Harmonies of #123BE8
Complementary color
Monochromatic Colors of #123BE8
Black with #123BE8
Text Example
Text Example
White with #123BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BE8; }
p { color: rgb(18,59,232); }
H1.HeaderClassName
{
color: #123BE8;
}
.AnyTagClassName
{
color: #123BE8;
}
</style>
background-color css
<style>
a { background-color: #123BE8; }
a { background-color: rgb(18,59,232); }
div.DivClassName
{
background-color: #123BE8;
}
.BgClassName
{
background-color: #123BE8;
}
</style>
border-color css
<style>
span { border-color: #123BE8; }
span { border-color: rgb(18,59,232); }
td.TdClassName
{
border-color: #123BE8;
}
.TagClassName
{
border-color: #123BE8;
}
</style>