Color Hex Logo

#003bbc Color Hex

#003BBC
(0,59,188)
0 Favorites   0 Comments

Color spaces of #003bbc

RGB 059188
HSL0.611.000.37
HSV221°100°74°
CMYK 1.000.690.00   0.26
XYZ10.64116.758848.3207
Yxy6.75880.16190.1028
Hunter Lab25.997727.5658-92.0012
CIE-Lab31.251437.3130-71.0852

#003bbc color RGB value is (0,59,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111011 10111100
Octal 0 73 274
Decimal 0 59 188
Hex 0 3B BC

RGB Percentages of Color #003bbc

%0.00
%23.89
%76.11

CMYK Percentages of Color #003bbc

%100
%69
%0
%26

Triadic Colors of #003bbc

#003bbc #bc003b #3bbc00

Analogous Colors of #003bbc

#003bbc #2300bc #0099bc

Monochromatic Colors of #003bbc

#003bbc

Complementary Color

#003bbc #bc8100

#003bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#003bbc Color CSS Codes

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

#003bbc Text Font Color

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

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


#003bbc Background Color

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

This div background color is #003bbc


#003bbc Border Color

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

This div border color is #003bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003bbc


Comments

No comments written yet.

Please login to write comment.