Color Hex Logo

#1073b2 Color Hex

#1073B2
(16,115,178)
0 Favorites   0 Comments

Color spaces of #1073b2

RGB 16115178
HSL0.560.840.38
HSV203°91°70°
CMYK 0.910.350.00   0.30
XYZ14.380315.586044.3700
Yxy15.58600.19340.2097
Hunter Lab39.4791-4.0697-38.9998
CIE-Lab46.4266-2.6521-40.6447

#1073b2 color RGB value is (16,115,178).

#1073b2 hex color red value is 16, green value is 115 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #1073b2 hue: 0.56 , saturation: 0.84 and the lightness value of 1073b2 is 0.38.

The process color (four color CMYK) of #1073b2 color hex is 0.91, 0.35, 0.00, 0.30. Web safe color of #1073b2 is #006699. Color #1073b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01110011 10110010
Octal 20 163 262
Decimal 16 115 178
Hex 10 73 B2

RGB Percentages of Color #1073b2

%5.18
%37.22
%57.61

CMYK Percentages of Color #1073b2

%91
%35
%0
%30

Triadic Colors of #1073b2

#1073b2 #b21073 #73b210

Analogous Colors of #1073b2

#1073b2 #1022b2 #10b2a0

Monochromatic Colors of #1073b2

#1073b2

Complementary Color

#1073b2 #b24f10

#1073b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1073b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1073b2 Color CSS Codes

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

#1073b2 Text Font Color

<p style="color:#1073b2">Text here</p>

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


#1073b2 Background Color

<div style="background-color:#1073b2">
Div content here</div>

This div background color is #1073b2


#1073b2 Border Color

<div style="border:3px solid #1073b2">
Div here</div>

This div border color is #1073b2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,115,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1073b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1073b2;
  -webkit-box-shadow: 1px 1px 3px 2px #1073b2;
  box-shadow:         1px 1px 3px 2px #1073b2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,115,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1073b2


Comments

No comments written yet.

Please login to write comment.