Shades of Persian Blue #122FD2
Tints of Persian Blue #122FD2
RGB
CMYK
RGB Variations
Color information
#122FD2 (or 0x122FD2) is known color: Persian Blue. HEX triplet: 12, 2F and D2. RGB value is (18,47,210). Sum of RGB (Red+Green+Blue) = 18+47+210=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 210 (82.42% from 255 or 76.36% from 275); Max value from RGB is 210 - color contains mainly: blue. Hex color #122FD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FD2 is #EDD02D. Grayscale: #383838. Windows color (decimal): -15585326 or 13774610. OLE color: 13774610.
HSL color Cylindrical-coordinate representation of color #122FD2: hue angle of 230.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122FD2 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 47 | 210 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.18 |
| HSL | 230.94º | 0.84% | 0.45% | - |
| HSV(B) | 230.94º | 0.91% | 0.82% | - |
| XYZ | 12.9 | 6.81 | 61.61 | - |
| YUV | 56.91 | 214.39 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 210 | 0.91 | 0.78 | 0 | 0.18 | 230.94 | 0.84 | 0.45 |
| Hex | 12 | 2F | D2 | 5B | 4E | 0 | 12 | E7 | 54 | 2D |
| Octal | 22 | 57 | 322 | 133 | 116 | 0 | 22 | 347 | 124 | 55 |
| Binary | 10010 | 101111 | 11010010 | 1011011 | 1001110 | 0 | 10010 | 11100111 | 1010100 | 101101 |
Color Harmonies of #122FD2
Complementary color
Monochromatic Colors of #122FD2
Black with #122FD2
Text Example
Text Example
White with #122FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FD2; }
p { color: rgb(18,47,210); }
H1.HeaderClassName
{
color: #122FD2;
}
.AnyTagClassName
{
color: #122FD2;
}
</style>
background-color css
<style>
a { background-color: #122FD2; }
a { background-color: rgb(18,47,210); }
div.DivClassName
{
background-color: #122FD2;
}
.BgClassName
{
background-color: #122FD2;
}
</style>
border-color css
<style>
span { border-color: #122FD2; }
span { border-color: rgb(18,47,210); }
td.TdClassName
{
border-color: #122FD2;
}
.TagClassName
{
border-color: #122FD2;
}
</style>