Shades of Persian Blue #122DB8
Tints of Persian Blue #122DB8
RGB
CMYK
RGB Variations
Color information
#122DB8 (or 0x122DB8) is known color: Persian Blue. HEX triplet: 12, 2D and B8. RGB value is (18,45,184). Sum of RGB (Red+Green+Blue) = 18+45+184=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 184 (72.27% from 255 or 74.49% from 247); Max value from RGB is 184 - color contains mainly: blue. Hex color #122DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DB8 is #EDD247. Grayscale: #343434. Windows color (decimal): -15585864 or 12070162. OLE color: 12070162.
HSL color Cylindrical-coordinate representation of color #122DB8: hue angle of 230.24º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122DB8 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 45 | 184 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.28 |
| HSL | 230.24º | 0.82% | 0.4% | - |
| HSV(B) | 230.24º | 0.9% | 0.72% | - |
| XYZ | 9.84 | 5.47 | 45.88 | - |
| YUV | 52.77 | 202.05 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 184 | 0.90 | 0.76 | 0 | 0.28 | 230.24 | 0.82 | 0.4 |
| Hex | 12 | 2D | B8 | 5A | 4C | 0 | 1C | E6 | 52 | 28 |
| Octal | 22 | 55 | 270 | 132 | 114 | 0 | 34 | 346 | 122 | 50 |
| Binary | 10010 | 101101 | 10111000 | 1011010 | 1001100 | 0 | 11100 | 11100110 | 1010010 | 101000 |
Color Harmonies of #122DB8
Complementary color
Monochromatic Colors of #122DB8
Black with #122DB8
Text Example
Text Example
White with #122DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DB8; }
p { color: rgb(18,45,184); }
H1.HeaderClassName
{
color: #122DB8;
}
.AnyTagClassName
{
color: #122DB8;
}
</style>
background-color css
<style>
a { background-color: #122DB8; }
a { background-color: rgb(18,45,184); }
div.DivClassName
{
background-color: #122DB8;
}
.BgClassName
{
background-color: #122DB8;
}
</style>
border-color css
<style>
span { border-color: #122DB8; }
span { border-color: rgb(18,45,184); }
td.TdClassName
{
border-color: #122DB8;
}
.TagClassName
{
border-color: #122DB8;
}
</style>