color codes Logo

#064aa1 color codes

#064AA1
(6,74,161)
0 Favorites   0 Comments

Color spaces of #064aa1

RGB 674161
HSL0.590.930.33
HSV214°96°63°
CMYK 0.960.540.00   0.37
XYZ8.95697.509534.6956
Yxy7.50950.17510.1468
Hunter Lab27.403510.3872-55.8848
CIE-Lab32.939716.5852-52.2266

#064aa1 color RGB value is (6,74,161).

#064aa1 hex color red value is 6, green value is 74 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #064aa1 hue: 0.59 , saturation: 0.93 and the lightness value of 064aa1 is 0.33.

The process color (four color CMYK) of #064aa1 color code is 0.96, 0.54, 0.00, 0.37. Web safe color of #064aa1 is #003399. Color #064aa1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001010 10100001
Octal 6 112 241
Decimal 6 74 161
Hex 6 4A A1

RGB Percentages of Color #064aa1

%2.49
%30.71
%66.80

CMYK Percentages of Color #064aa1

%96
%54
%0
%37

Triadic Colors of #064aa1

#064aa1 #a1064a #4aa106

Analogous Colors of #064aa1

#064aa1 #1006a1 #0698a1

Monochromatic Colors of #064aa1

#064aa1

Complementary Color

#064aa1 #a15d06

#064aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064aa1 Color CSS Codes

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

#064aa1 Text Font Color

<p style="color:#064aa1">Text here</p>

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


#064aa1 Background Color

<div style="background-color:#064aa1">
Div content here</div>

This div background color is #064aa1


#064aa1 Border Color

<div style="border:3px solid #064aa1">
Div here</div>

This div border color is #064aa1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,74,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #064aa1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #064aa1;
  -webkit-box-shadow: 1px 1px 3px 2px #064aa1;
  box-shadow:         1px 1px 3px 2px #064aa1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064aa1


Comments

No comments written yet.

Please login to write comment.