Shades of Persian Blue #122CB8
Tints of Persian Blue #122CB8
RGB
CMYK
RGB Variations
Color information
#122CB8 (or 0x122CB8) is known color: Persian Blue. HEX triplet: 12, 2C and B8. RGB value is (18,44,184). Sum of RGB (Red+Green+Blue) = 18+44+184=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 184 (72.27% from 255 or 74.80% from 246); Max value from RGB is 184 - color contains mainly: blue. Hex color #122CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CB8 is #EDD347. Grayscale: #333333. Windows color (decimal): -15586120 or 12069906. OLE color: 12069906.
HSL color Cylindrical-coordinate representation of color #122CB8: hue angle of 230.6º 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 #122CB8 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 44 | 184 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.28 |
| HSL | 230.6º | 0.82% | 0.4% | - |
| HSV(B) | 230.6º | 0.9% | 0.72% | - |
| XYZ | 9.8 | 5.39 | 45.87 | - |
| YUV | 52.19 | 202.39 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 184 | 0.90 | 0.76 | 0 | 0.28 | 230.6 | 0.82 | 0.4 |
| Hex | 12 | 2C | B8 | 5A | 4C | 0 | 1C | E7 | 52 | 28 |
| Octal | 22 | 54 | 270 | 132 | 114 | 0 | 34 | 347 | 122 | 50 |
| Binary | 10010 | 101100 | 10111000 | 1011010 | 1001100 | 0 | 11100 | 11100111 | 1010010 | 101000 |
Color Harmonies of #122CB8
Complementary color
Monochromatic Colors of #122CB8
Black with #122CB8
Text Example
Text Example
White with #122CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CB8; }
p { color: rgb(18,44,184); }
H1.HeaderClassName
{
color: #122CB8;
}
.AnyTagClassName
{
color: #122CB8;
}
</style>
background-color css
<style>
a { background-color: #122CB8; }
a { background-color: rgb(18,44,184); }
div.DivClassName
{
background-color: #122CB8;
}
.BgClassName
{
background-color: #122CB8;
}
</style>
border-color css
<style>
span { border-color: #122CB8; }
span { border-color: rgb(18,44,184); }
td.TdClassName
{
border-color: #122CB8;
}
.TagClassName
{
border-color: #122CB8;
}
</style>