Shades of Medium Blue #121AC1
Tints of Medium Blue #121AC1
RGB
CMYK
RGB Variations
Color information
#121AC1 (or 0x121AC1) is known color: Medium Blue. HEX triplet: 12, 1A and C1. RGB value is (18,26,193). Sum of RGB (Red+Green+Blue) = 18+26+193=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 193 (75.78% from 255 or 81.43% from 237); Max value from RGB is 193 - color contains mainly: blue. Hex color #121AC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AC1 is #EDE53E. Grayscale: #292929. Windows color (decimal): -15590719 or 12655122. OLE color: 12655122.
HSL color Cylindrical-coordinate representation of color #121AC1: hue angle of 237.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121AC1 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 26 | 193 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.24 |
| HSL | 237.26º | 0.83% | 0.41% | - |
| HSV(B) | 237.26º | 0.91% | 0.76% | - |
| XYZ | 10.24 | 4.72 | 50.82 | - |
| YUV | 42.65 | 212.85 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 193 | 0.91 | 0.87 | 0 | 0.24 | 237.26 | 0.83 | 0.41 |
| Hex | 12 | 1A | C1 | 5B | 57 | 0 | 18 | ED | 53 | 29 |
| Octal | 22 | 32 | 301 | 133 | 127 | 0 | 30 | 355 | 123 | 51 |
| Binary | 10010 | 11010 | 11000001 | 1011011 | 1010111 | 0 | 11000 | 11101101 | 1010011 | 101001 |
Color Harmonies of #121AC1
Complementary color
Monochromatic Colors of #121AC1
Black with #121AC1
Text Example
Text Example
White with #121AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AC1; }
p { color: rgb(18,26,193); }
H1.HeaderClassName
{
color: #121AC1;
}
.AnyTagClassName
{
color: #121AC1;
}
</style>
background-color css
<style>
a { background-color: #121AC1; }
a { background-color: rgb(18,26,193); }
div.DivClassName
{
background-color: #121AC1;
}
.BgClassName
{
background-color: #121AC1;
}
</style>
border-color css
<style>
span { border-color: #121AC1; }
span { border-color: rgb(18,26,193); }
td.TdClassName
{
border-color: #121AC1;
}
.TagClassName
{
border-color: #121AC1;
}
</style>