Color Hex Logo

#071bcc Color Hex

#071BCC
(7,27,204)
0 Favorites   0 Comments

Color spaces of #071bcc

RGB 727204
HSL0.650.930.41
HSV234°97°80°
CMYK 0.970.870.00   0.20
XYZ11.37865.188757.5285
Yxy5.18870.15360.0700
Hunter Lab22.778749.3029-133.7940
CIE-Lab27.265759.9359-87.0894

#071bcc color RGB value is (7,27,204).

#071bcc hex color red value is 7, green value is 27 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #071bcc hue: 0.65 , saturation: 0.93 and the lightness value of 071bcc is 0.41.

The process color (four color CMYK) of #071bcc color hex is 0.97, 0.87, 0.00, 0.20. Web safe color of #071bcc is #0033cc. Color #071bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011011 11001100
Octal 7 33 314
Decimal 7 27 204
Hex 7 1B CC

RGB Percentages of Color #071bcc

%2.94
%11.34
%85.71

CMYK Percentages of Color #071bcc

%97
%87
%0
%20

Triadic Colors of #071bcc

#071bcc #cc071b #1bcc07

Analogous Colors of #071bcc

#071bcc #5607cc #077ecc

Monochromatic Colors of #071bcc

#071bcc

Complementary Color

#071bcc #ccb807

#071bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#071bcc Color CSS Codes

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

#071bcc Text Font Color

<p style="color:#071bcc">Text here</p>

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


#071bcc Background Color

<div style="background-color:#071bcc">
Div content here</div>

This div background color is #071bcc


#071bcc Border Color

<div style="border:3px solid #071bcc">
Div here</div>

This div border color is #071bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,27,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #071bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #071bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #071bcc;
  box-shadow:         1px 1px 3px 2px #071bcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071bcc


Comments

No comments written yet.

Please login to write comment.