Shades of Persian Blue #121AB8
Tints of Persian Blue #121AB8
RGB
CMYK
RGB Variations
Color information
#121AB8 (or 0x121AB8) is known color: Persian Blue. HEX triplet: 12, 1A and B8. RGB value is (18,26,184). Sum of RGB (Red+Green+Blue) = 18+26+184=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 184 (72.27% from 255 or 80.70% from 228); Max value from RGB is 184 - color contains mainly: blue. Hex color #121AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AB8 is #EDE547. Grayscale: #282828. Windows color (decimal): -15590728 or 12065298. OLE color: 12065298.
HSL color Cylindrical-coordinate representation of color #121AB8: hue angle of 237.11º 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 #121AB8 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 26 | 184 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.28 |
| HSL | 237.11º | 0.82% | 0.4% | - |
| HSV(B) | 237.11º | 0.9% | 0.72% | - |
| XYZ | 9.27 | 4.33 | 45.69 | - |
| YUV | 41.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 184 | 0.90 | 0.86 | 0 | 0.28 | 237.11 | 0.82 | 0.4 |
| Hex | 12 | 1A | B8 | 5A | 56 | 0 | 1C | ED | 52 | 28 |
| Octal | 22 | 32 | 270 | 132 | 126 | 0 | 34 | 355 | 122 | 50 |
| Binary | 10010 | 11010 | 10111000 | 1011010 | 1010110 | 0 | 11100 | 11101101 | 1010010 | 101000 |
Color Harmonies of #121AB8
Complementary color
Monochromatic Colors of #121AB8
Black with #121AB8
Text Example
Text Example
White with #121AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AB8; }
p { color: rgb(18,26,184); }
H1.HeaderClassName
{
color: #121AB8;
}
.AnyTagClassName
{
color: #121AB8;
}
</style>
background-color css
<style>
a { background-color: #121AB8; }
a { background-color: rgb(18,26,184); }
div.DivClassName
{
background-color: #121AB8;
}
.BgClassName
{
background-color: #121AB8;
}
</style>
border-color css
<style>
span { border-color: #121AB8; }
span { border-color: rgb(18,26,184); }
td.TdClassName
{
border-color: #121AB8;
}
.TagClassName
{
border-color: #121AB8;
}
</style>