Color Hex Logo

#001baf Color Hex

#001BAF
(0,27,175)
0 Favorites   0 Comments

Color spaces of #001baf

RGB 027175
HSL0.641.000.34
HSV231°100°69°
CMYK 1.000.850.00   0.31
XYZ8.12983.879040.8777
Yxy3.87900.15370.0733
Hunter Lab19.695239.2149-109.2709
CIE-Lab23.267351.0457-76.5775

#001baf color RGB value is (0,27,175).

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

The process color (four color CMYK) of #001baf color hex is 1.00, 0.85, 0.00, 0.31. Web safe color of #001baf is #003399. Color #001baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011011 10101111
Octal 0 33 257
Decimal 0 27 175
Hex 0 1B AF

RGB Percentages of Color #001baf

%0.00
%13.37
%86.63

CMYK Percentages of Color #001baf

%100
%85
%0
%31

Triadic Colors of #001baf

#001baf #af001b #1baf00

Analogous Colors of #001baf

#001baf #3d00af #0073af

Monochromatic Colors of #001baf

#001baf

Complementary Color

#001baf #af9400

#001baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#001baf Color CSS Codes

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

#001baf Text Font Color

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

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


#001baf Background Color

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

This div background color is #001baf


#001baf Border Color

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

This div border color is #001baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001baf

#001baf Color Palettes


Comments

No comments written yet.

Please login to write comment.