Color Hex Logo

#001bff Color Hex

#001BFF
(0,27,255)
0 Favorites   0 Comments

Color spaces of #001bff

RGB 027255
HSL0.651.000.50
HSV234°100°100°
CMYK 1.000.890.00   0.00
XYZ18.44198.003995.1806
Yxy8.00390.15160.0658
Hunter Lab28.291266.8476-179.6669
CIE-Lab33.991073.9841-105.0401

#001bff color RGB value is (0,27,255).

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

The process color (four color CMYK) of #001bff color hex is 1.00, 0.89, 0.00, 0.00. Web safe color of #001bff is #0033ff. Color #001bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011011 11111111
Octal 0 33 377
Decimal 0 27 255
Hex 0 1B FF

RGB Percentages of Color #001bff

%0.00
%9.57
%90.43

CMYK Percentages of Color #001bff

%100
%89
%0
%0

Triadic Colors of #001bff

#001bff #ff001b #1bff00

Analogous Colors of #001bff

#001bff #6500ff #009bff

Monochromatic Colors of #001bff

#001bff

Complementary Color

#001bff #ffe400

#001bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#001bff Color CSS Codes

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

#001bff Text Font Color

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

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


#001bff Background Color

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

This div background color is #001bff


#001bff Border Color

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

This div border color is #001bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001bff


Comments

No comments written yet.

Please login to write comment.