Shades of Persian Blue #122FC1
Tints of Persian Blue #122FC1
RGB
CMYK
RGB Variations
Color information
#122FC1 (or 0x122FC1) is known color: Persian Blue. HEX triplet: 12, 2F and C1. RGB value is (18,47,193). Sum of RGB (Red+Green+Blue) = 18+47+193=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 193 (75.78% from 255 or 74.81% from 258); Max value from RGB is 193 - color contains mainly: blue. Hex color #122FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FC1 is #EDD03E. Grayscale: #363636. Windows color (decimal): -15585343 or 12660498. OLE color: 12660498.
HSL color Cylindrical-coordinate representation of color #122FC1: hue angle of 230.06º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122FC1 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 47 | 193 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.24 |
| HSL | 230.06º | 0.83% | 0.41% | - |
| HSV(B) | 230.06º | 0.91% | 0.76% | - |
| XYZ | 10.89 | 6.01 | 51.04 | - |
| YUV | 54.97 | 205.89 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 193 | 0.91 | 0.76 | 0 | 0.24 | 230.06 | 0.83 | 0.41 |
| Hex | 12 | 2F | C1 | 5B | 4C | 0 | 18 | E6 | 53 | 29 |
| Octal | 22 | 57 | 301 | 133 | 114 | 0 | 30 | 346 | 123 | 51 |
| Binary | 10010 | 101111 | 11000001 | 1011011 | 1001100 | 0 | 11000 | 11100110 | 1010011 | 101001 |
Color Harmonies of #122FC1
Complementary color
Monochromatic Colors of #122FC1
Black with #122FC1
Text Example
Text Example
White with #122FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FC1; }
p { color: rgb(18,47,193); }
H1.HeaderClassName
{
color: #122FC1;
}
.AnyTagClassName
{
color: #122FC1;
}
</style>
background-color css
<style>
a { background-color: #122FC1; }
a { background-color: rgb(18,47,193); }
div.DivClassName
{
background-color: #122FC1;
}
.BgClassName
{
background-color: #122FC1;
}
</style>
border-color css
<style>
span { border-color: #122FC1; }
span { border-color: rgb(18,47,193); }
td.TdClassName
{
border-color: #122FC1;
}
.TagClassName
{
border-color: #122FC1;
}
</style>