Shades of Persian Blue #123FD7
Tints of Persian Blue #123FD7
RGB
CMYK
RGB Variations
Color information
#123FD7 (or 0x123FD7) is known color: Persian Blue. HEX triplet: 12, 3F and D7. RGB value is (18,63,215). Sum of RGB (Red+Green+Blue) = 18+63+215=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 215 (84.38% from 255 or 72.64% from 296); Max value from RGB is 215 - color contains mainly: blue. Hex color #123FD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FD7 is #EDC028. Grayscale: #424242. Windows color (decimal): -15581225 or 14106386. OLE color: 14106386.
HSL color Cylindrical-coordinate representation of color #123FD7: hue angle of 226.29º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123FD7 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 63 | 215 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.16 |
| HSL | 226.29º | 0.85% | 0.46% | - |
| HSV(B) | 226.29º | 0.92% | 0.84% | - |
| XYZ | 14.29 | 8.59 | 65.19 | - |
| YUV | 66.87 | 211.59 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 215 | 0.92 | 0.71 | 0 | 0.16 | 226.29 | 0.85 | 0.46 |
| Hex | 12 | 3F | D7 | 5C | 47 | 0 | 10 | E2 | 55 | 2E |
| Octal | 22 | 77 | 327 | 134 | 107 | 0 | 20 | 342 | 125 | 56 |
| Binary | 10010 | 111111 | 11010111 | 1011100 | 1000111 | 0 | 10000 | 11100010 | 1010101 | 101110 |
Color Harmonies of #123FD7
Complementary color
Monochromatic Colors of #123FD7
Black with #123FD7
Text Example
Text Example
White with #123FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FD7; }
p { color: rgb(18,63,215); }
H1.HeaderClassName
{
color: #123FD7;
}
.AnyTagClassName
{
color: #123FD7;
}
</style>
background-color css
<style>
a { background-color: #123FD7; }
a { background-color: rgb(18,63,215); }
div.DivClassName
{
background-color: #123FD7;
}
.BgClassName
{
background-color: #123FD7;
}
</style>
border-color css
<style>
span { border-color: #123FD7; }
span { border-color: rgb(18,63,215); }
td.TdClassName
{
border-color: #123FD7;
}
.TagClassName
{
border-color: #123FD7;
}
</style>