Color Hex Logo

#1f6dba Color Hex

#1F6DBA
(31,109,186)
0 Favorites   0 Comments

Color spaces of #1f6dba

RGB 31109186
HSL0.580.710.43
HSV210°83°73°
CMYK 0.830.410.00   0.27
XYZ14.896614.773848.5209
Yxy14.77380.19050.1889
Hunter Lab38.43671.9156-47.9396
CIE-Lab45.32285.2567-47.0345

#1f6dba color RGB value is (31,109,186).

#1f6dba hex color red value is 31, green value is 109 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1f6dba hue: 0.58 , saturation: 0.71 and the lightness value of 1f6dba is 0.43.

The process color (four color CMYK) of #1f6dba color hex is 0.83, 0.41, 0.00, 0.27. Web safe color of #1f6dba is #3366cc. Color #1f6dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01101101 10111010
Octal 37 155 272
Decimal 31 109 186
Hex 1F 6D BA

RGB Percentages of Color #1f6dba

%9.51
%33.44
%57.06

CMYK Percentages of Color #1f6dba

%83
%41
%0
%27

Triadic Colors of #1f6dba

#1f6dba #ba1f6d #6dba1f

Analogous Colors of #1f6dba

#1f6dba #1f1fba #1fbaba

Monochromatic Colors of #1f6dba

#1f6dba

Complementary Color

#1f6dba #ba6c1f

#1f6dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f6dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f6dba Color CSS Codes

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

#1f6dba Text Font Color

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

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


#1f6dba Background Color

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

This div background color is #1f6dba


#1f6dba Border Color

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

This div border color is #1f6dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,109,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f6dba


Comments

No comments written yet.

Please login to write comment.