Color Hex Logo

#1037af Color Hex

#1037AF
(16,55,175)
0 Favorites   0 Comments

Color spaces of #1037af

RGB 1655175
HSL0.630.830.37
HSV225°91°69°
CMYK 0.910.690.00   0.31
XYZ9.31775.937741.2124
Yxy5.93770.16500.1052
Hunter Lab24.367425.6126-83.2196
CIE-Lab29.254735.4838-66.6471

#1037af color RGB value is (16,55,175).

#1037af hex color red value is 16, green value is 55 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1037af hue: 0.63 , saturation: 0.83 and the lightness value of 1037af is 0.37.

The process color (four color CMYK) of #1037af color hex is 0.91, 0.69, 0.00, 0.31. Web safe color of #1037af is #003399. Color #1037af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00110111 10101111
Octal 20 67 257
Decimal 16 55 175
Hex 10 37 AF

RGB Percentages of Color #1037af

%6.50
%22.36
%71.14

CMYK Percentages of Color #1037af

%91
%69
%0
%31

Triadic Colors of #1037af

#1037af #af1037 #37af10

Analogous Colors of #1037af

#1037af #3810af #1087af

Monochromatic Colors of #1037af

#1037af

Complementary Color

#1037af #af8810

#1037af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1037af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1037af Color CSS Codes

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

#1037af Text Font Color

<p style="color:#1037af">Text here</p>

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


#1037af Background Color

<div style="background-color:#1037af">
Div content here</div>

This div background color is #1037af


#1037af Border Color

<div style="border:3px solid #1037af">
Div here</div>

This div border color is #1037af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,55,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1037af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1037af;
  -webkit-box-shadow: 1px 1px 3px 2px #1037af;
  box-shadow:         1px 1px 3px 2px #1037af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1037af


Comments

No comments written yet.

Please login to write comment.