Shades of Blue #121CE6
Tints of Blue #121CE6
RGB
CMYK
RGB Variations
Color information
#121CE6 (or 0x121CE6) is known color: Blue. HEX triplet: 12, 1C and E6. RGB value is (18,28,230). Sum of RGB (Red+Green+Blue) = 18+28+230=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 230 (90.23% from 255 or 83.33% from 276); Max value from RGB is 230 - color contains mainly: blue. Hex color #121CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121CE6 is #EDE319. Grayscale: #2F2F2F. Windows color (decimal): -15590170 or 15080466. OLE color: 15080466.
HSL color Cylindrical-coordinate representation of color #121CE6: hue angle of 237.17º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121CE6 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 28 | 230 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.10 |
| HSL | 237.17º | 0.85% | 0.49% | - |
| HSV(B) | 237.17º | 0.92% | 0.9% | - |
| XYZ | 14.95 | 6.67 | 75.36 | - |
| YUV | 48.04 | 230.69 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 230 | 0.92 | 0.88 | 0 | 0.10 | 237.17 | 0.85 | 0.49 |
| Hex | 12 | 1C | E6 | 5C | 58 | 0 | A | ED | 55 | 31 |
| Octal | 22 | 34 | 346 | 134 | 130 | 0 | 12 | 355 | 125 | 61 |
| Binary | 10010 | 11100 | 11100110 | 1011100 | 1011000 | 0 | 1010 | 11101101 | 1010101 | 110001 |
Color Harmonies of #121CE6
Complementary color
Monochromatic Colors of #121CE6
Black with #121CE6
Text Example
Text Example
White with #121CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121CE6; }
p { color: rgb(18,28,230); }
H1.HeaderClassName
{
color: #121CE6;
}
.AnyTagClassName
{
color: #121CE6;
}
</style>
background-color css
<style>
a { background-color: #121CE6; }
a { background-color: rgb(18,28,230); }
div.DivClassName
{
background-color: #121CE6;
}
.BgClassName
{
background-color: #121CE6;
}
</style>
border-color css
<style>
span { border-color: #121CE6; }
span { border-color: rgb(18,28,230); }
td.TdClassName
{
border-color: #121CE6;
}
.TagClassName
{
border-color: #121CE6;
}
</style>