Color Hex Logo

#012beb Color Hex

#012BEB
(1,43,235)
0 Favorites   0 Comments

Color spaces of #012beb

RGB 143235
HSL0.640.990.46
HSV229°100°92°
CMYK 1.000.820.00   0.08
XYZ15.87187.732479.2532
Yxy7.73240.15430.0752
Hunter Lab27.807253.2217-149.5172
CIE-Lab33.419262.3239-94.7018

#012beb color RGB value is (1,43,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101011 11101011
Octal 1 53 353
Decimal 1 43 235
Hex 1 2B EB

RGB Percentages of Color #012beb

%0.36
%15.41
%84.23

CMYK Percentages of Color #012beb

%100
%82
%0
%8

Triadic Colors of #012beb

#012beb #eb012b #2beb01

Analogous Colors of #012beb

#012beb #4c01eb #01a0eb

Monochromatic Colors of #012beb

#012beb

Complementary Color

#012beb #ebc101

#012beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#012beb Color CSS Codes

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

#012beb Text Font Color

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

This sample text font color is #012beb
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.


#012beb Background Color

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

This div background color is #012beb


#012beb Border Color

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

This div border color is #012beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012beb


Comments

No comments written yet.

Please login to write comment.