Color Hex Logo

#003bbf Color Hex

#003BBF
(0,59,191)
0 Favorites   0 Comments

Color spaces of #003bbf

RGB 059191
HSL0.621.000.37
HSV221°100°75°
CMYK 1.000.690.00   0.25
XYZ10.96796.889550.0420
Yxy6.88950.16150.1015
Hunter Lab26.247928.6541-94.6639
CIE-Lab31.554038.4507-72.3538

#003bbf color RGB value is (0,59,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111011 10111111
Octal 0 73 277
Decimal 0 59 191
Hex 0 3B BF

RGB Percentages of Color #003bbf

%0.00
%23.60
%76.40

CMYK Percentages of Color #003bbf

%100
%69
%0
%25

Triadic Colors of #003bbf

#003bbf #bf003b #3bbf00

Analogous Colors of #003bbf

#003bbf #2500bf #009bbf

Monochromatic Colors of #003bbf

#003bbf

Complementary Color

#003bbf #bf8400

#003bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#003bbf Color CSS Codes

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

#003bbf Text Font Color

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

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


#003bbf Background Color

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

This div background color is #003bbf


#003bbf Border Color

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

This div border color is #003bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003bbf


Comments

No comments written yet.

Please login to write comment.