Shades of Persian Blue #121AB9
Tints of Persian Blue #121AB9
RGB
CMYK
RGB Variations
Color information
#121AB9 (or 0x121AB9) is known color: Persian Blue. HEX triplet: 12, 1A and B9. RGB value is (18,26,185). Sum of RGB (Red+Green+Blue) = 18+26+185=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 185 (72.66% from 255 or 80.79% from 229); Max value from RGB is 185 - color contains mainly: blue. Hex color #121AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AB9 is #EDE546. Grayscale: #292929. Windows color (decimal): -15590727 or 12130834. OLE color: 12130834.
HSL color Cylindrical-coordinate representation of color #121AB9: hue angle of 237.13º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121AB9 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 26 | 185 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.27 |
| HSL | 237.13º | 0.82% | 0.4% | - |
| HSV(B) | 237.13º | 0.9% | 0.73% | - |
| XYZ | 9.38 | 4.37 | 46.25 | - |
| YUV | 41.73 | 208.85 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 185 | 0.90 | 0.86 | 0 | 0.27 | 237.13 | 0.82 | 0.4 |
| Hex | 12 | 1A | B9 | 5A | 56 | 0 | 1B | ED | 52 | 28 |
| Octal | 22 | 32 | 271 | 132 | 126 | 0 | 33 | 355 | 122 | 50 |
| Binary | 10010 | 11010 | 10111001 | 1011010 | 1010110 | 0 | 11011 | 11101101 | 1010010 | 101000 |
Color Harmonies of #121AB9
Complementary color
Monochromatic Colors of #121AB9
Black with #121AB9
Text Example
Text Example
White with #121AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AB9; }
p { color: rgb(18,26,185); }
H1.HeaderClassName
{
color: #121AB9;
}
.AnyTagClassName
{
color: #121AB9;
}
</style>
background-color css
<style>
a { background-color: #121AB9; }
a { background-color: rgb(18,26,185); }
div.DivClassName
{
background-color: #121AB9;
}
.BgClassName
{
background-color: #121AB9;
}
</style>
border-color css
<style>
span { border-color: #121AB9; }
span { border-color: rgb(18,26,185); }
td.TdClassName
{
border-color: #121AB9;
}
.TagClassName
{
border-color: #121AB9;
}
</style>