Shades of Blue #121AFF
Tints of Blue #121AFF
RGB
CMYK
RGB Variations
Color information
#121AFF (or 0x121AFF) is known color: Blue. HEX triplet: 12, 1A and FF. RGB value is (18,26,255). Sum of RGB (Red+Green+Blue) = 18+26+255=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 255 (100% from 255 or 85.28% from 299); Max value from RGB is 255 - color contains mainly: blue. Hex color #121AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121AFF is #EDE500. Grayscale: #303030. Windows color (decimal): -15590657 or 16718354. OLE color: 16718354.
HSL color Cylindrical-coordinate representation of color #121AFF: hue angle of 237.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121AFF is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 26 | 255 | - |
| CMYK | 0.93 | 0.90 | 0 | 0 |
| HSL | 237.97º | 1% | 0.54% | - |
| HSV(B) | 237.97º | 0.93% | 1% | - |
| XYZ | 18.67 | 8.09 | 95.18 | - |
| YUV | 49.71 | 243.85 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 255 | 0.93 | 0.90 | 0 | 0 | 237.97 | 1 | 0.54 |
| Hex | 12 | 1A | FF | 5D | 5A | 0 | 0 | EE | 64 | 36 |
| Octal | 22 | 32 | 377 | 135 | 132 | 0 | 0 | 356 | 144 | 66 |
| Binary | 10010 | 11010 | 11111111 | 1011101 | 1011010 | 0 | 0 | 11101110 | 1100100 | 110110 |
Color Harmonies of #121AFF
Complementary color
Monochromatic Colors of #121AFF
Black with #121AFF
Text Example
Text Example
White with #121AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AFF; }
p { color: rgb(18,26,255); }
H1.HeaderClassName
{
color: #121AFF;
}
.AnyTagClassName
{
color: #121AFF;
}
</style>
background-color css
<style>
a { background-color: #121AFF; }
a { background-color: rgb(18,26,255); }
div.DivClassName
{
background-color: #121AFF;
}
.BgClassName
{
background-color: #121AFF;
}
</style>
border-color css
<style>
span { border-color: #121AFF; }
span { border-color: rgb(18,26,255); }
td.TdClassName
{
border-color: #121AFF;
}
.TagClassName
{
border-color: #121AFF;
}
</style>