Shades of Persian Blue #123FD5
Tints of Persian Blue #123FD5
RGB
CMYK
RGB Variations
Color information
#123FD5 (or 0x123FD5) is known color: Persian Blue. HEX triplet: 12, 3F and D5. RGB value is (18,63,213). Sum of RGB (Red+Green+Blue) = 18+63+213=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 213 (83.59% from 255 or 72.45% from 294); Max value from RGB is 213 - color contains mainly: blue. Hex color #123FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FD5 is #EDC02A. Grayscale: #424242. Windows color (decimal): -15581227 or 13975314. OLE color: 13975314.
HSL color Cylindrical-coordinate representation of color #123FD5: hue angle of 226.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123FD5 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 63 | 213 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.16 |
| HSL | 226.15º | 0.84% | 0.45% | - |
| HSV(B) | 226.15º | 0.92% | 0.84% | - |
| XYZ | 14.04 | 8.49 | 63.85 | - |
| YUV | 66.65 | 210.59 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 213 | 0.92 | 0.70 | 0 | 0.16 | 226.15 | 0.84 | 0.45 |
| Hex | 12 | 3F | D5 | 5C | 46 | 0 | 10 | E2 | 54 | 2D |
| Octal | 22 | 77 | 325 | 134 | 106 | 0 | 20 | 342 | 124 | 55 |
| Binary | 10010 | 111111 | 11010101 | 1011100 | 1000110 | 0 | 10000 | 11100010 | 1010100 | 101101 |
Color Harmonies of #123FD5
Complementary color
Monochromatic Colors of #123FD5
Black with #123FD5
Text Example
Text Example
White with #123FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FD5; }
p { color: rgb(18,63,213); }
H1.HeaderClassName
{
color: #123FD5;
}
.AnyTagClassName
{
color: #123FD5;
}
</style>
background-color css
<style>
a { background-color: #123FD5; }
a { background-color: rgb(18,63,213); }
div.DivClassName
{
background-color: #123FD5;
}
.BgClassName
{
background-color: #123FD5;
}
</style>
border-color css
<style>
span { border-color: #123FD5; }
span { border-color: rgb(18,63,213); }
td.TdClassName
{
border-color: #123FD5;
}
.TagClassName
{
border-color: #123FD5;
}
</style>