Shades of Persian Blue #122FCB
Tints of Persian Blue #122FCB
RGB
CMYK
RGB Variations
Color information
#122FCB (or 0x122FCB) is known color: Persian Blue. HEX triplet: 12, 2F and CB. RGB value is (18,47,203). Sum of RGB (Red+Green+Blue) = 18+47+203=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #122FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FCB is #EDD034. Grayscale: #373737. Windows color (decimal): -15585333 or 13315858. OLE color: 13315858.
HSL color Cylindrical-coordinate representation of color #122FCB: hue angle of 230.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122FCB is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 47 | 203 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.20 |
| HSL | 230.59º | 0.84% | 0.43% | - |
| HSV(B) | 230.59º | 0.91% | 0.8% | - |
| XYZ | 12.05 | 6.47 | 57.11 | - |
| YUV | 56.11 | 210.89 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 203 | 0.91 | 0.77 | 0 | 0.20 | 230.59 | 0.84 | 0.43 |
| Hex | 12 | 2F | CB | 5B | 4D | 0 | 14 | E7 | 54 | 2B |
| Octal | 22 | 57 | 313 | 133 | 115 | 0 | 24 | 347 | 124 | 53 |
| Binary | 10010 | 101111 | 11001011 | 1011011 | 1001101 | 0 | 10100 | 11100111 | 1010100 | 101011 |
Color Harmonies of #122FCB
Complementary color
Monochromatic Colors of #122FCB
Black with #122FCB
Text Example
Text Example
White with #122FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FCB; }
p { color: rgb(18,47,203); }
H1.HeaderClassName
{
color: #122FCB;
}
.AnyTagClassName
{
color: #122FCB;
}
</style>
background-color css
<style>
a { background-color: #122FCB; }
a { background-color: rgb(18,47,203); }
div.DivClassName
{
background-color: #122FCB;
}
.BgClassName
{
background-color: #122FCB;
}
</style>
border-color css
<style>
span { border-color: #122FCB; }
span { border-color: rgb(18,47,203); }
td.TdClassName
{
border-color: #122FCB;
}
.TagClassName
{
border-color: #122FCB;
}
</style>