Color Hex Logo

#001fba Color Hex

#001FBA
(0,31,186)
0 Favorites   0 Comments

Color spaces of #001fba

RGB 031186
HSL0.641.000.36
HSV230°100°73°
CMYK 1.000.830.00   0.27
XYZ9.35294.525146.8349
Yxy4.52510.15410.0745
Hunter Lab21.272341.2556-115.6474
CIE-Lab25.336552.6626-79.7033

#001fba color RGB value is (0,31,186).

#001fba hex color red value is 0, green value is 31 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #001fba hue: 0.64 , saturation: 1.00 and the lightness value of 001fba is 0.36.

The process color (four color CMYK) of #001fba color hex is 1.00, 0.83, 0.00, 0.27. Web safe color of #001fba is #0033cc. Color #001fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011111 10111010
Octal 0 37 272
Decimal 0 31 186
Hex 0 1F BA

RGB Percentages of Color #001fba

%0.00
%14.29
%85.71

CMYK Percentages of Color #001fba

%100
%83
%0
%27

Triadic Colors of #001fba

#001fba #ba001f #1fba00

Analogous Colors of #001fba

#001fba #3e00ba #007cba

Monochromatic Colors of #001fba

#001fba

Complementary Color

#001fba #ba9b00

#001fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#001fba Color CSS Codes

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

#001fba Text Font Color

<p style="color:#001fba">Text here</p>

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


#001fba Background Color

<div style="background-color:#001fba">
Div content here</div>

This div background color is #001fba


#001fba Border Color

<div style="border:3px solid #001fba">
Div here</div>

This div border color is #001fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001fba


Comments

No comments written yet.

Please login to write comment.