Shades of Blue #0121E6
Tints of Blue #0121E6
RGB
CMYK
RGB Variations
Color information
#0121E6 (or 0x0121E6) is known color: Blue. HEX triplet: 01, 21 and E6. RGB value is (1,33,230). Sum of RGB (Red+Green+Blue) = 1+33+230=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 230 (90.23% from 255 or 87.12% from 264); Max value from RGB is 230 - color contains mainly: blue. Hex color #0121E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0121E6 is #FEDE19. Grayscale: #2D2D2D. Windows color (decimal): -16703002 or 15081729. OLE color: 15081729.
HSL color Cylindrical-coordinate representation of color #0121E6: hue angle of 231.62º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0121E6 is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 33 | 230 | - |
| CMYK | 1.00 | 0.86 | 0 | 0.10 |
| HSL | 231.62º | 0.99% | 0.45% | - |
| HSV(B) | 231.62º | 1% | 0.9% | - |
| XYZ | 14.84 | 6.81 | 75.39 | - |
| YUV | 45.89 | 231.9 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 230 | 1.00 | 0.86 | 0 | 0.10 | 231.62 | 0.99 | 0.45 |
| Hex | 1 | 21 | E6 | 64 | 56 | 0 | A | E8 | 63 | 2D |
| Octal | 1 | 41 | 346 | 144 | 126 | 0 | 12 | 350 | 143 | 55 |
| Binary | 1 | 100001 | 11100110 | 1100100 | 1010110 | 0 | 1010 | 11101000 | 1100011 | 101101 |
Color Harmonies of #0121E6
Complementary color
Monochromatic Colors of #0121E6
Black with #0121E6
Text Example
Text Example
White with #0121E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0121E6; }
p { color: rgb(1,33,230); }
H1.HeaderClassName
{
color: #0121E6;
}
.AnyTagClassName
{
color: #0121E6;
}
</style>
background-color css
<style>
a { background-color: #0121E6; }
a { background-color: rgb(1,33,230); }
div.DivClassName
{
background-color: #0121E6;
}
.BgClassName
{
background-color: #0121E6;
}
</style>
border-color css
<style>
span { border-color: #0121E6; }
span { border-color: rgb(1,33,230); }
td.TdClassName
{
border-color: #0121E6;
}
.TagClassName
{
border-color: #0121E6;
}
</style>