Shades of Persian Blue #122FC0
Tints of Persian Blue #122FC0
RGB
CMYK
RGB Variations
Color information
#122FC0 (or 0x122FC0) is known color: Persian Blue. HEX triplet: 12, 2F and C0. RGB value is (18,47,192). Sum of RGB (Red+Green+Blue) = 18+47+192=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 192 (75.39% from 255 or 74.71% from 257); Max value from RGB is 192 - color contains mainly: blue. Hex color #122FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FC0 is #EDD03F. Grayscale: #363636. Windows color (decimal): -15585344 or 12594962. OLE color: 12594962.
HSL color Cylindrical-coordinate representation of color #122FC0: hue angle of 230º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122FC0 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 47 | 192 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.25 |
| HSL | 230º | 0.83% | 0.41% | - |
| HSV(B) | 230º | 0.91% | 0.75% | - |
| XYZ | 10.78 | 5.97 | 50.45 | - |
| YUV | 54.86 | 205.39 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 192 | 0.91 | 0.76 | 0 | 0.25 | 230 | 0.83 | 0.41 |
| Hex | 12 | 2F | C0 | 5B | 4C | 0 | 19 | E6 | 53 | 29 |
| Octal | 22 | 57 | 300 | 133 | 114 | 0 | 31 | 346 | 123 | 51 |
| Binary | 10010 | 101111 | 11000000 | 1011011 | 1001100 | 0 | 11001 | 11100110 | 1010011 | 101001 |
Color Harmonies of #122FC0
Complementary color
Monochromatic Colors of #122FC0
Black with #122FC0
Text Example
Text Example
White with #122FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FC0; }
p { color: rgb(18,47,192); }
H1.HeaderClassName
{
color: #122FC0;
}
.AnyTagClassName
{
color: #122FC0;
}
</style>
background-color css
<style>
a { background-color: #122FC0; }
a { background-color: rgb(18,47,192); }
div.DivClassName
{
background-color: #122FC0;
}
.BgClassName
{
background-color: #122FC0;
}
</style>
border-color css
<style>
span { border-color: #122FC0; }
span { border-color: rgb(18,47,192); }
td.TdClassName
{
border-color: #122FC0;
}
.TagClassName
{
border-color: #122FC0;
}
</style>