Shades of Persian Blue #123FE8
Tints of Persian Blue #123FE8
RGB
CMYK
RGB Variations
Color information
#123FE8 (or 0x123FE8) is known color: Persian Blue. HEX triplet: 12, 3F and E8. RGB value is (18,63,232). Sum of RGB (Red+Green+Blue) = 18+63+232=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 232 (91.02% from 255 or 74.12% from 313); Max value from RGB is 232 - color contains mainly: blue. Hex color #123FE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123FE8 is #EDC017. Grayscale: #444444. Windows color (decimal): -15581208 or 15220498. OLE color: 15220498.
HSL color Cylindrical-coordinate representation of color #123FE8: hue angle of 227.38º 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 #123FE8 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 63 | 232 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.09 |
| HSL | 227.38º | 0.86% | 0.49% | - |
| HSV(B) | 227.38º | 0.92% | 0.91% | - |
| XYZ | 16.59 | 9.51 | 77.3 | - |
| YUV | 68.81 | 220.09 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 232 | 0.92 | 0.73 | 0 | 0.09 | 227.38 | 0.86 | 0.49 |
| Hex | 12 | 3F | E8 | 5C | 49 | 0 | 9 | E3 | 56 | 31 |
| Octal | 22 | 77 | 350 | 134 | 111 | 0 | 11 | 343 | 126 | 61 |
| Binary | 10010 | 111111 | 11101000 | 1011100 | 1001001 | 0 | 1001 | 11100011 | 1010110 | 110001 |
Color Harmonies of #123FE8
Complementary color
Monochromatic Colors of #123FE8
Black with #123FE8
Text Example
Text Example
White with #123FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FE8; }
p { color: rgb(18,63,232); }
H1.HeaderClassName
{
color: #123FE8;
}
.AnyTagClassName
{
color: #123FE8;
}
</style>
background-color css
<style>
a { background-color: #123FE8; }
a { background-color: rgb(18,63,232); }
div.DivClassName
{
background-color: #123FE8;
}
.BgClassName
{
background-color: #123FE8;
}
</style>
border-color css
<style>
span { border-color: #123FE8; }
span { border-color: rgb(18,63,232); }
td.TdClassName
{
border-color: #123FE8;
}
.TagClassName
{
border-color: #123FE8;
}
</style>