Color Hex Logo

#012bee Color Hex

#012BEE
(1,43,238)
0 Favorites   0 Comments

Color spaces of #012bee

RGB 143238
HSL0.640.990.47
HSV229°100°93°
CMYK 1.000.820.00   0.07
XYZ16.30907.907381.5556
Yxy7.90730.15420.0748
Hunter Lab28.119954.3166-152.2736
CIE-Lab33.789163.2350-95.7897

#012bee color RGB value is (1,43,238).

#012bee hex color red value is 1, green value is 43 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #012bee hue: 0.64 , saturation: 0.99 and the lightness value of 012bee is 0.47.

The process color (four color CMYK) of #012bee color hex is 1.00, 0.82, 0.00, 0.07. Web safe color of #012bee is #0033ff. Color #012bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101011 11101110
Octal 1 53 356
Decimal 1 43 238
Hex 1 2B EE

RGB Percentages of Color #012bee

%0.35
%15.25
%84.40

CMYK Percentages of Color #012bee

%100
%82
%0
%7

Triadic Colors of #012bee

#012bee #ee012b #2bee01

Analogous Colors of #012bee

#012bee #4d01ee #01a2ee

Monochromatic Colors of #012bee

#012bee

Complementary Color

#012bee #eec401

#012bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#012bee Color CSS Codes

.mybgcolor {background-color:#012bee; } 
.myforecolor {color:#012bee; }
.mybordercolor {border:3px solid #012bee; }

#012bee Text Font Color

<p style="color:#012bee">Text here</p>

This sample text font color is #012bee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#012bee Background Color

<div style="background-color:#012bee">
Div content here</div>

This div background color is #012bee


#012bee Border Color

<div style="border:3px solid #012bee">
Div here</div>

This div border color is #012bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,43,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #012bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #012bee;
  -webkit-box-shadow: 1px 1px 3px 2px #012bee;
  box-shadow:         1px 1px 3px 2px #012bee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,43,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #012bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #012bee;
  -webkit-box-shadow: 1px 1px 3px 2px #012bee;
  box-shadow:         1px 1px 3px 2px #012bee;">
Div content here</div>

This div box has shadow with color #012bee


Comments

No comments written yet.

Please login to write comment.