Shades of Persian Blue #122DCC
Tints of Persian Blue #122DCC
RGB
CMYK
RGB Variations
Color information
#122DCC (or 0x122DCC) is known color: Persian Blue. HEX triplet: 12, 2D and CC. RGB value is (18,45,204). Sum of RGB (Red+Green+Blue) = 18+45+204=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #122DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DCC is #EDD233. Grayscale: #363636. Windows color (decimal): -15585844 or 13380882. OLE color: 13380882.
HSL color Cylindrical-coordinate representation of color #122DCC: hue angle of 231.29º 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 #122DCC is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 45 | 204 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.2 |
| HSL | 231.29º | 0.84% | 0.44% | - |
| HSV(B) | 231.29º | 0.91% | 0.8% | - |
| XYZ | 12.09 | 6.37 | 57.72 | - |
| YUV | 55.05 | 212.05 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 204 | 0.91 | 0.78 | 0 | 0.2 | 231.29 | 0.84 | 0.44 |
| Hex | 12 | 2D | CC | 5B | 4E | 0 | 14 | E7 | 54 | 2C |
| Octal | 22 | 55 | 314 | 133 | 116 | 0 | 24 | 347 | 124 | 54 |
| Binary | 10010 | 101101 | 11001100 | 1011011 | 1001110 | 0 | 10100 | 11100111 | 1010100 | 101100 |
Color Harmonies of #122DCC
Complementary color
Monochromatic Colors of #122DCC
Black with #122DCC
Text Example
Text Example
White with #122DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DCC; }
p { color: rgb(18,45,204); }
H1.HeaderClassName
{
color: #122DCC;
}
.AnyTagClassName
{
color: #122DCC;
}
</style>
background-color css
<style>
a { background-color: #122DCC; }
a { background-color: rgb(18,45,204); }
div.DivClassName
{
background-color: #122DCC;
}
.BgClassName
{
background-color: #122DCC;
}
</style>
border-color css
<style>
span { border-color: #122DCC; }
span { border-color: rgb(18,45,204); }
td.TdClassName
{
border-color: #122DCC;
}
.TagClassName
{
border-color: #122DCC;
}
</style>