Color Hex Logo

#0165d5 Color Hex

#0165D5
(1,101,213)
0 Favorites   0 Comments

Color spaces of #0165d5

RGB 1101213
HSL0.590.990.42
HSV212°100°84°
CMYK 1.000.530.00   0.16
XYZ16.676414.117964.7969
Yxy14.11790.17450.1477
Hunter Lab37.573813.4696-75.9454
CIE-Lab44.401519.5625-64.0860

#0165d5 color RGB value is (1,101,213).

#0165d5 hex color red value is 1, green value is 101 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #0165d5 hue: 0.59 , saturation: 0.99 and the lightness value of 0165d5 is 0.42.

The process color (four color CMYK) of #0165d5 color hex is 1.00, 0.53, 0.00, 0.16. Web safe color of #0165d5 is #0066cc. Color #0165d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100101 11010101
Octal 1 145 325
Decimal 1 101 213
Hex 1 65 D5

RGB Percentages of Color #0165d5

%0.32
%32.06
%67.62

CMYK Percentages of Color #0165d5

%100
%53
%0
%16

Triadic Colors of #0165d5

#0165d5 #d50165 #65d501

Analogous Colors of #0165d5

#0165d5 #0701d5 #01cfd5

Monochromatic Colors of #0165d5

#0165d5

Complementary Color

#0165d5 #d57101

#0165d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0165d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0165d5 Color CSS Codes

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

#0165d5 Text Font Color

<p style="color:#0165d5">Text here</p>

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


#0165d5 Background Color

<div style="background-color:#0165d5">
Div content here</div>

This div background color is #0165d5


#0165d5 Border Color

<div style="border:3px solid #0165d5">
Div here</div>

This div border color is #0165d5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,101,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0165d5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0165d5;
  -webkit-box-shadow: 1px 1px 3px 2px #0165d5;
  box-shadow:         1px 1px 3px 2px #0165d5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0165d5


Comments

No comments written yet.

Please login to write comment.