Shades of Persian Blue #122FCC
Tints of Persian Blue #122FCC
RGB
CMYK
RGB Variations
Color information
#122FCC (or 0x122FCC) is known color: Persian Blue. HEX triplet: 12, 2F and CC. RGB value is (18,47,204). Sum of RGB (Red+Green+Blue) = 18+47+204=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #122FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FCC is #EDD033. Grayscale: #373737. Windows color (decimal): -15585332 or 13381394. OLE color: 13381394.
HSL color Cylindrical-coordinate representation of color #122FCC: hue angle of 230.65º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122FCC is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 47 | 204 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.2 |
| HSL | 230.65º | 0.84% | 0.44% | - |
| HSV(B) | 230.65º | 0.91% | 0.8% | - |
| XYZ | 12.17 | 6.52 | 57.74 | - |
| YUV | 56.23 | 211.39 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 204 | 0.91 | 0.77 | 0 | 0.2 | 230.65 | 0.84 | 0.44 |
| Hex | 12 | 2F | CC | 5B | 4D | 0 | 14 | E7 | 54 | 2C |
| Octal | 22 | 57 | 314 | 133 | 115 | 0 | 24 | 347 | 124 | 54 |
| Binary | 10010 | 101111 | 11001100 | 1011011 | 1001101 | 0 | 10100 | 11100111 | 1010100 | 101100 |
Color Harmonies of #122FCC
Complementary color
Monochromatic Colors of #122FCC
Black with #122FCC
Text Example
Text Example
White with #122FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FCC; }
p { color: rgb(18,47,204); }
H1.HeaderClassName
{
color: #122FCC;
}
.AnyTagClassName
{
color: #122FCC;
}
</style>
background-color css
<style>
a { background-color: #122FCC; }
a { background-color: rgb(18,47,204); }
div.DivClassName
{
background-color: #122FCC;
}
.BgClassName
{
background-color: #122FCC;
}
</style>
border-color css
<style>
span { border-color: #122FCC; }
span { border-color: rgb(18,47,204); }
td.TdClassName
{
border-color: #122FCC;
}
.TagClassName
{
border-color: #122FCC;
}
</style>