Shades of Persian Blue #122CD8
Tints of Persian Blue #122CD8
RGB
CMYK
RGB Variations
Color information
#122CD8 (or 0x122CD8) is known color: Persian Blue. HEX triplet: 12, 2C and D8. RGB value is (18,44,216). Sum of RGB (Red+Green+Blue) = 18+44+216=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 216 (84.77% from 255 or 77.70% from 278); Max value from RGB is 216 - color contains mainly: blue. Hex color #122CD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CD8 is #EDD327. Grayscale: #373737. Windows color (decimal): -15586088 or 14167058. OLE color: 14167058.
HSL color Cylindrical-coordinate representation of color #122CD8: hue angle of 232.12º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122CD8 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 44 | 216 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.15 |
| HSL | 232.12º | 0.85% | 0.46% | - |
| HSV(B) | 232.12º | 0.92% | 0.85% | - |
| XYZ | 13.54 | 6.89 | 65.58 | - |
| YUV | 55.83 | 218.39 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 216 | 0.92 | 0.80 | 0 | 0.15 | 232.12 | 0.85 | 0.46 |
| Hex | 12 | 2C | D8 | 5C | 50 | 0 | F | E8 | 55 | 2E |
| Octal | 22 | 54 | 330 | 134 | 120 | 0 | 17 | 350 | 125 | 56 |
| Binary | 10010 | 101100 | 11011000 | 1011100 | 1010000 | 0 | 1111 | 11101000 | 1010101 | 101110 |
Color Harmonies of #122CD8
Complementary color
Monochromatic Colors of #122CD8
Black with #122CD8
Text Example
Text Example
White with #122CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CD8; }
p { color: rgb(18,44,216); }
H1.HeaderClassName
{
color: #122CD8;
}
.AnyTagClassName
{
color: #122CD8;
}
</style>
background-color css
<style>
a { background-color: #122CD8; }
a { background-color: rgb(18,44,216); }
div.DivClassName
{
background-color: #122CD8;
}
.BgClassName
{
background-color: #122CD8;
}
</style>
border-color css
<style>
span { border-color: #122CD8; }
span { border-color: rgb(18,44,216); }
td.TdClassName
{
border-color: #122CD8;
}
.TagClassName
{
border-color: #122CD8;
}
</style>