Color Hex Logo

#1f06ba Color Hex

#1F06BA
(31,6,186)
0 Favorites   0 Comments

Color spaces of #1f06ba

RGB 316186
HSL0.690.940.38
HSV248°97°73°
CMYK 0.830.970.00   0.27
XYZ9.49313.966746.7197
Yxy3.96670.15770.0659
Hunter Lab19.916650.2268-125.1391
CIE-Lab23.561061.4632-82.6406

#1f06ba color RGB value is (31,6,186).

#1f06ba hex color red value is 31, green value is 6 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1f06ba hue: 0.69 , saturation: 0.94 and the lightness value of 1f06ba is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00011111 00000110 10111010
Octal 37 6 272
Decimal 31 6 186
Hex 1F 6 BA

RGB Percentages of Color #1f06ba

%13.90
%2.69
%83.41

CMYK Percentages of Color #1f06ba

%83
%97
%0
%27

Triadic Colors of #1f06ba

#1f06ba #ba1f06 #06ba1f

Analogous Colors of #1f06ba

#1f06ba #7906ba #0647ba

Monochromatic Colors of #1f06ba

#1f06ba

Complementary Color

#1f06ba #a1ba06

#1f06ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f06ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f06ba Color CSS Codes

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

#1f06ba Text Font Color

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

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


#1f06ba Background Color

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

This div background color is #1f06ba


#1f06ba Border Color

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

This div border color is #1f06ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f06ba


Comments

No comments written yet.

Please login to write comment.