Color Hex Logo

#0638b4 Color Hex

#0638B4
(6,56,180)
0 Favorites   0 Comments

Color spaces of #0638b4

RGB 656180
HSL0.620.940.36
HSV223°97°71°
CMYK 0.970.690.00   0.29
XYZ9.72756.162443.8568
Yxy6.16240.16280.1031
Hunter Lab24.824226.5039-87.3705
CIE-Lab29.818536.3851-68.7054

#0638b4 color RGB value is (6,56,180).

#0638b4 hex color red value is 6, green value is 56 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #0638b4 hue: 0.62 , saturation: 0.94 and the lightness value of 0638b4 is 0.36.

The process color (four color CMYK) of #0638b4 color hex is 0.97, 0.69, 0.00, 0.29. Web safe color of #0638b4 is #0033cc. Color #0638b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111000 10110100
Octal 6 70 264
Decimal 6 56 180
Hex 6 38 B4

RGB Percentages of Color #0638b4

%2.48
%23.14
%74.38

CMYK Percentages of Color #0638b4

%97
%69
%0
%29

Triadic Colors of #0638b4

#0638b4 #b40638 #38b406

Analogous Colors of #0638b4

#0638b4 #2b06b4 #068fb4

Monochromatic Colors of #0638b4

#0638b4

Complementary Color

#0638b4 #b48206

#0638b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0638b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0638b4 Color CSS Codes

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

#0638b4 Text Font Color

<p style="color:#0638b4">Text here</p>

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


#0638b4 Background Color

<div style="background-color:#0638b4">
Div content here</div>

This div background color is #0638b4


#0638b4 Border Color

<div style="border:3px solid #0638b4">
Div here</div>

This div border color is #0638b4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,56,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0638b4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0638b4;
  -webkit-box-shadow: 1px 1px 3px 2px #0638b4;
  box-shadow:         1px 1px 3px 2px #0638b4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0638b4


Comments

No comments written yet.

Please login to write comment.