Color Hex Logo

#1f6baf Color Hex

#1F6BAF
(31,107,175)
0 Favorites   0 Comments

Color spaces of #1f6baf

RGB 31107175
HSL0.580.700.40
HSV208°82°69°
CMYK 0.820.390.00   0.31
XYZ13.560613.901842.5260
Yxy13.90180.19380.1986
Hunter Lab37.2851-0.3285-41.5244
CIE-Lab44.09182.2501-42.5870

#1f6baf color RGB value is (31,107,175).

#1f6baf hex color red value is 31, green value is 107 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1f6baf hue: 0.58 , saturation: 0.70 and the lightness value of 1f6baf is 0.40.

The process color (four color CMYK) of #1f6baf color hex is 0.82, 0.39, 0.00, 0.31. Web safe color of #1f6baf is #336699. Color #1f6baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01101011 10101111
Octal 37 153 257
Decimal 31 107 175
Hex 1F 6B AF

RGB Percentages of Color #1f6baf

%9.90
%34.19
%55.91

CMYK Percentages of Color #1f6baf

%82
%39
%0
%31

Triadic Colors of #1f6baf

#1f6baf #af1f6b #6baf1f

Analogous Colors of #1f6baf

#1f6baf #1f23af #1fafab

Monochromatic Colors of #1f6baf

#1f6baf

Complementary Color

#1f6baf #af631f

#1f6baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f6baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f6baf Color CSS Codes

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

#1f6baf Text Font Color

<p style="color:#1f6baf">Text here</p>

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


#1f6baf Background Color

<div style="background-color:#1f6baf">
Div content here</div>

This div background color is #1f6baf


#1f6baf Border Color

<div style="border:3px solid #1f6baf">
Div here</div>

This div border color is #1f6baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,107,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1f6baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1f6baf;
  -webkit-box-shadow: 1px 1px 3px 2px #1f6baf;
  box-shadow:         1px 1px 3px 2px #1f6baf; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f6baf


Comments

No comments written yet.

Please login to write comment.