Color Hex Logo

#003bc6 Color Hex

#003BC6
(0,59,198)
0 Favorites   0 Comments

Color spaces of #003bc6

RGB 059198
HSL0.621.000.39
HSV222°100°78°
CMYK 1.000.700.00   0.22
XYZ11.75707.205154.1972
Yxy7.20510.16070.0985
Hunter Lab26.842331.2094-100.9225
CIE-Lab32.269341.0706-75.2793

#003bc6 color RGB value is (0,59,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111011 11000110
Octal 0 73 306
Decimal 0 59 198
Hex 0 3B C6

RGB Percentages of Color #003bc6

%0.00
%22.96
%77.04

CMYK Percentages of Color #003bc6

%100
%70
%0
%22

Triadic Colors of #003bc6

#003bc6 #c6003b #3bc600

Analogous Colors of #003bc6

#003bc6 #2800c6 #009ec6

Monochromatic Colors of #003bc6

#003bc6

Complementary Color

#003bc6 #c68b00

#003bc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003bc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003bc6 Color CSS Codes

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

#003bc6 Text Font Color

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

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


#003bc6 Background Color

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

This div background color is #003bc6


#003bc6 Border Color

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

This div border color is #003bc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003bc6


Comments

No comments written yet.

Please login to write comment.