Shades of Persian Blue #122FD0
Tints of Persian Blue #122FD0
RGB
CMYK
RGB Variations
Color information
#122FD0 (or 0x122FD0) is known color: Persian Blue. HEX triplet: 12, 2F and D0. RGB value is (18,47,208). Sum of RGB (Red+Green+Blue) = 18+47+208=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 208 (81.64% from 255 or 76.19% from 273); Max value from RGB is 208 - color contains mainly: blue. Hex color #122FD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FD0 is #EDD02F. Grayscale: #383838. Windows color (decimal): -15585328 or 13643538. OLE color: 13643538.
HSL color Cylindrical-coordinate representation of color #122FD0: hue angle of 230.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122FD0 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 47 | 208 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.18 |
| HSL | 230.84º | 0.84% | 0.44% | - |
| HSV(B) | 230.84º | 0.91% | 0.82% | - |
| XYZ | 12.65 | 6.72 | 60.3 | - |
| YUV | 56.68 | 213.39 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 208 | 0.91 | 0.77 | 0 | 0.18 | 230.84 | 0.84 | 0.44 |
| Hex | 12 | 2F | D0 | 5B | 4D | 0 | 12 | E7 | 54 | 2C |
| Octal | 22 | 57 | 320 | 133 | 115 | 0 | 22 | 347 | 124 | 54 |
| Binary | 10010 | 101111 | 11010000 | 1011011 | 1001101 | 0 | 10010 | 11100111 | 1010100 | 101100 |
Color Harmonies of #122FD0
Complementary color
Monochromatic Colors of #122FD0
Black with #122FD0
Text Example
Text Example
White with #122FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FD0; }
p { color: rgb(18,47,208); }
H1.HeaderClassName
{
color: #122FD0;
}
.AnyTagClassName
{
color: #122FD0;
}
</style>
background-color css
<style>
a { background-color: #122FD0; }
a { background-color: rgb(18,47,208); }
div.DivClassName
{
background-color: #122FD0;
}
.BgClassName
{
background-color: #122FD0;
}
</style>
border-color css
<style>
span { border-color: #122FD0; }
span { border-color: rgb(18,47,208); }
td.TdClassName
{
border-color: #122FD0;
}
.TagClassName
{
border-color: #122FD0;
}
</style>