Shades of Persian Blue #122DBF
Tints of Persian Blue #122DBF
RGB
CMYK
RGB Variations
Color information
#122DBF (or 0x122DBF) is known color: Persian Blue. HEX triplet: 12, 2D and BF. RGB value is (18,45,191). Sum of RGB (Red+Green+Blue) = 18+45+191=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #122DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DBF is #EDD240. Grayscale: #343434. Windows color (decimal): -15585857 or 12528914. OLE color: 12528914.
HSL color Cylindrical-coordinate representation of color #122DBF: hue angle of 230.64º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122DBF is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 45 | 191 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.25 |
| HSL | 230.64º | 0.83% | 0.41% | - |
| HSV(B) | 230.64º | 0.91% | 0.75% | - |
| XYZ | 10.59 | 5.77 | 49.85 | - |
| YUV | 53.57 | 205.55 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 191 | 0.91 | 0.76 | 0 | 0.25 | 230.64 | 0.83 | 0.41 |
| Hex | 12 | 2D | BF | 5B | 4C | 0 | 19 | E7 | 53 | 29 |
| Octal | 22 | 55 | 277 | 133 | 114 | 0 | 31 | 347 | 123 | 51 |
| Binary | 10010 | 101101 | 10111111 | 1011011 | 1001100 | 0 | 11001 | 11100111 | 1010011 | 101001 |
Color Harmonies of #122DBF
Complementary color
Monochromatic Colors of #122DBF
Black with #122DBF
Text Example
Text Example
White with #122DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DBF; }
p { color: rgb(18,45,191); }
H1.HeaderClassName
{
color: #122DBF;
}
.AnyTagClassName
{
color: #122DBF;
}
</style>
background-color css
<style>
a { background-color: #122DBF; }
a { background-color: rgb(18,45,191); }
div.DivClassName
{
background-color: #122DBF;
}
.BgClassName
{
background-color: #122DBF;
}
</style>
border-color css
<style>
span { border-color: #122DBF; }
span { border-color: rgb(18,45,191); }
td.TdClassName
{
border-color: #122DBF;
}
.TagClassName
{
border-color: #122DBF;
}
</style>