Color Hex Logo

#001bdf Color Hex

#001BDF
(0,27,223)
0 Favorites   0 Comments

Color spaces of #001bdf

RGB 027223
HSL0.651.000.44
HSV233°100°87°
CMYK 1.000.880.00   0.13
XYZ13.71126.111670.2690
Yxy6.11160.15220.0678
Hunter Lab24.721755.7373-151.2212
CIE-Lab29.692365.2804-94.0550

#001bdf color RGB value is (0,27,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011011 11011111
Octal 0 33 337
Decimal 0 27 223
Hex 0 1B DF

RGB Percentages of Color #001bdf

%0.00
%10.80
%89.20

CMYK Percentages of Color #001bdf

%100
%88
%0
%13

Triadic Colors of #001bdf

#001bdf #df001b #1bdf00

Analogous Colors of #001bdf

#001bdf #5500df #008bdf

Monochromatic Colors of #001bdf

#001bdf

Complementary Color

#001bdf #dfc400

#001bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#001bdf Color CSS Codes

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

#001bdf Text Font Color

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

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


#001bdf Background Color

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

This div background color is #001bdf


#001bdf Border Color

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

This div border color is #001bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,27,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001bdf

#001bdf Color Palettes


Comments

No comments written yet.

Please login to write comment.