Color Hex Logo

#003bc7 Color Hex

#003BC7
(0,59,199)
0 Favorites   0 Comments

Color spaces of #003bc7

RGB 059199
HSL0.621.000.39
HSV222°100°78°
CMYK 1.000.700.00   0.22
XYZ11.87287.251554.8067
Yxy7.25150.16060.0981
Hunter Lab26.928631.5754-101.8205
CIE-Lab32.372741.4402-75.6930

#003bc7 color RGB value is (0,59,199).

#003bc7 hex color red value is 0, green value is 59 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #003bc7 hue: 0.62 , saturation: 1.00 and the lightness value of 003bc7 is 0.39.

The process color (four color CMYK) of #003bc7 color hex is 1.00, 0.70, 0.00, 0.22. Web safe color of #003bc7 is #0033cc. Color #003bc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111011 11000111
Octal 0 73 307
Decimal 0 59 199
Hex 0 3B C7

RGB Percentages of Color #003bc7

%0.00
%22.87
%77.13

CMYK Percentages of Color #003bc7

%100
%70
%0
%22

Triadic Colors of #003bc7

#003bc7 #c7003b #3bc700

Analogous Colors of #003bc7

#003bc7 #2800c7 #009fc7

Monochromatic Colors of #003bc7

#003bc7

Complementary Color

#003bc7 #c78c00

#003bc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003bc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003bc7 Color CSS Codes

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

#003bc7 Text Font Color

<p style="color:#003bc7">Text here</p>

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


#003bc7 Background Color

<div style="background-color:#003bc7">
Div content here</div>

This div background color is #003bc7


#003bc7 Border Color

<div style="border:3px solid #003bc7">
Div here</div>

This div border color is #003bc7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,59,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003bc7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003bc7;
  -webkit-box-shadow: 1px 1px 3px 2px #003bc7;
  box-shadow:         1px 1px 3px 2px #003bc7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003bc7


Comments

No comments written yet.

Please login to write comment.