Color Hex Logo

#0153dd Color Hex

#0153DD
(1,83,221)
0 Favorites   0 Comments

Color spaces of #0153dd

RGB 183221
HSL0.600.990.44
HSV218°100°87°
CMYK 1.000.620.00   0.13
XYZ16.156911.413469.7581
Yxy11.41340.16600.1173
Hunter Lab33.783726.2452-98.7760
CIE-Lab40.268234.4414-75.4008

#0153dd color RGB value is (1,83,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010011 11011101
Octal 1 123 335
Decimal 1 83 221
Hex 1 53 DD

RGB Percentages of Color #0153dd

%0.33
%27.21
%72.46

CMYK Percentages of Color #0153dd

%100
%62
%0
%13

Triadic Colors of #0153dd

#0153dd #dd0153 #53dd01

Analogous Colors of #0153dd

#0153dd #1d01dd #01c1dd

Monochromatic Colors of #0153dd

#0153dd

Complementary Color

#0153dd #dd8b01

#0153dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0153dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0153dd Color CSS Codes

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

#0153dd Text Font Color

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

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


#0153dd Background Color

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

This div background color is #0153dd


#0153dd Border Color

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

This div border color is #0153dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,83,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 #0153dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0153dd


Comments

No comments written yet.

Please login to write comment.