Color Hex Logo

#0136dd Color Hex

#0136DD
(1,54,221)
0 Favorites   0 Comments

Color spaces of #0136dd

RGB 154221
HSL0.630.990.44
HSV226°100°87°
CMYK 1.000.760.00   0.13
XYZ14.38287.865269.1667
Yxy7.86520.15730.0860
Hunter Lab28.045042.4647-126.5942
CIE-Lab33.700652.2169-86.2357

#0136dd color RGB value is (1,54,221).

#0136dd hex color red value is 1, green value is 54 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0136dd hue: 0.63 , saturation: 0.99 and the lightness value of 0136dd is 0.44.

The process color (four color CMYK) of #0136dd color hex is 1.00, 0.76, 0.00, 0.13. Web safe color of #0136dd is #0033cc. Color #0136dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110110 11011101
Octal 1 66 335
Decimal 1 54 221
Hex 1 36 DD

RGB Percentages of Color #0136dd

%0.36
%19.57
%80.07

CMYK Percentages of Color #0136dd

%100
%76
%0
%13

Triadic Colors of #0136dd

#0136dd #dd0136 #36dd01

Analogous Colors of #0136dd

#0136dd #3a01dd #01a4dd

Monochromatic Colors of #0136dd

#0136dd

Complementary Color

#0136dd #dda801

#0136dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0136dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0136dd Color CSS Codes

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

#0136dd Text Font Color

<p style="color:#0136dd">Text here</p>

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


#0136dd Background Color

<div style="background-color:#0136dd">
Div content here</div>

This div background color is #0136dd


#0136dd Border Color

<div style="border:3px solid #0136dd">
Div here</div>

This div border color is #0136dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,54,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0136dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0136dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0136dd;
  box-shadow:         1px 1px 3px 2px #0136dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0136dd


Comments

No comments written yet.

Please login to write comment.