#0122E2

Color #0122E2 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0122E2

Tints of Medium Blue #0122E2

Color information

#0122E2 (or 0x0122E2) is unknown color: approx Medium Blue. HEX triplet: 01, 22 and E2. RGB value is (1,34,226). Sum of RGB (Red+Green+Blue) = 1+34+226=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 226 (88.67% from 255 or 86.59% from 261); Max value from RGB is 226 - color contains mainly: blue. Hex color #0122E2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0122E2 is #FEDD1D. Grayscale: #2D2D2D. Windows color (decimal): -16702750 or 14819841. OLE color: 14819841.

HSL color Cylindrical-coordinate representation of color #0122E2: hue angle of 231.2º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0122E2 is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB134226-
CMYK1.000.8500.11
HSL231.2º99.12%44.51%-
HSV(B)231.2º99.56%88.63%-
XYZ14.316.6472.48-
YUV46.02229.5795.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 34 (13.67% from 255) = 13.03%
BLUE value IS 226 (88.67% from 255) = 86.59%
R=0.38%
G=13.03%
B=86.59%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342261.000.8500.11231.299.1244.51
Hex122E264550Be7632d
Octal14234214412501334714355
Binary1100010111000101100100101010101011111001111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0122E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0122E2; }

 p { color: rgb(1,34,226); }

 H1.HeaderClassName
 {
   color: #0122E2;
 }
 .AnyTagClassName
 {
   color: #0122E2;
 }
</style>
background-color css

<style>
 a { background-color: #0122E2; }

 a { background-color: rgb(1,34,226); }

 div.DivClassName
 {
   background-color: #0122E2;
 }
 .BgClassName
 {
   background-color: #0122E2;
 }
</style>
border-color css

<style>
 span { border-color: #0122E2; }

 span { border-color: rgb(1,34,226); }

 td.TdClassName
 {
   border-color: #0122E2;
 }
 .TagClassName
 {
   border-color: #0122E2;
 }
</style>