Color Hex Logo

#0641db Color Hex

#0641DB
(6,65,219)
0 Favorites   0 Comments

Color spaces of #0641db

RGB 665219
HSL0.620.950.44
HSV223°97°86°
CMYK 0.970.700.00   0.14
XYZ14.75168.933867.9647
Yxy8.93380.16100.0975
Hunter Lab29.889535.7901-113.8950
CIE-Lab35.856545.1821-81.5167

#0641db color RGB value is (6,65,219).

#0641db hex color red value is 6, green value is 65 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0641db hue: 0.62 , saturation: 0.95 and the lightness value of 0641db is 0.44.

The process color (four color CMYK) of #0641db color hex is 0.97, 0.70, 0.00, 0.14. Web safe color of #0641db is #0033cc. Color #0641db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000001 11011011
Octal 6 101 333
Decimal 6 65 219
Hex 6 41 DB

RGB Percentages of Color #0641db

%2.07
%22.41
%75.52

CMYK Percentages of Color #0641db

%97
%70
%0
%14

Triadic Colors of #0641db

#0641db #db0641 #41db06

Analogous Colors of #0641db

#0641db #3606db #06acdb

Monochromatic Colors of #0641db

#0641db

Complementary Color

#0641db #dba006

#0641db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0641db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0641db Color CSS Codes

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

#0641db Text Font Color

<p style="color:#0641db">Text here</p>

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


#0641db Background Color

<div style="background-color:#0641db">
Div content here</div>

This div background color is #0641db


#0641db Border Color

<div style="border:3px solid #0641db">
Div here</div>

This div border color is #0641db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,65,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0641db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0641db;
  -webkit-box-shadow: 1px 1px 3px 2px #0641db;
  box-shadow:         1px 1px 3px 2px #0641db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,65,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0641db


Comments

No comments written yet.

Please login to write comment.