COLOR #064058

HEX: #064058
RGB: (6,64,88)

Color info

#064058 contains mainly green and blue colors. Web safe color of #064058 is #003366 (or #036).

RGB color model

#064058 color RGB value is (6,64,88).

  • red value is 6;
  • green value is 64;
  • blue value is 88.
RGB:
(6,64,88)
(2%,25%,35%)

RGB channels and saturation

R 6 of 255 = 2%
G 64 of 255 = 25%
B 88 of 255 = 35%

6
64
88

R + G + B ~ 21%. #064058 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 64 + 88 = 158 (100%)
R 6 of 158 ~ 3.8%
G 64 of 158 ~ 40.51%
B 88 of 158 ~ 55.7%

%40.51
%55.7

CMYK color model

#064058 color CMYK value is (93,27,0,65).

  • cyan value is 93.18%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(93,27,0,65)
C93M27Y0K65 
(93%,27%,0%,65%)
(0.93/0.27/0.00/0.65)	

CMYK percentages

%93.18
%27.27
%0
%65.49

Codes

Color #064058 in popluar color models

064058
RGB66488
HSL198°87.23%18.43%
HSB/HSV198°93.18%34.51%
CMYK93.18%27.27%0.00%
65.49%

Color #064058 in popluar number systems.

HEX064058
Decimal66488
Binary11010000001011000
Octal6100130

Shades and tints

Shades of #064058

#064058
(6,64,88)
#063B50
(6,59,80)
#063648
(6,54,72)
#063140
(6,49,64)
#062C38
(6,44,56)
#062730
(6,39,48)
#062228
(6,34,40)
#061D20
(6,29,32)
#061818
(6,24,24)
#061310
(6,19,16)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #064058

#064058
(6,64,88)
#1C5167
(28,81,103)
#326276
(50,98,118)
#487385
(72,115,133)
#5E8494
(94,132,148)
#7495A3
(116,149,163)
#8AA6B2
(138,166,178)
#A0B7C1
(160,183,193)
#B6C8D0
(182,200,208)
#CCD9DF
(204,217,223)
#E2EAEE
(226,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064058 color. Also use rgb(6,64,88) instead hex code.

Text Font Color

.myTextColor { color: #064058; }

<p style="color:#064058">This sample text font color is #064058.</p>

This text font color is #064058.


Background Color

.myBgColor { background-color: #064058; }

<div style="background-color:#064058">Inner text</div>

This div background color is #064058.


Border color

.myBorderColor { border: 1px solid #064058; }

<div style="border:3px solid #064058">Div</div>

This div border color is #064058.


Opacity

.myOpacity80 { color: #064058; opacity: 0.8; }

<p style="color:#064058;opacity:0.8;">80%</p>

Text with #064058 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #064058;}

<p style="text-shadow: 3px 3px 1px #064058">Text here.</p>

This text has shadow with #064058 color.

.textShadow {text-shadow: 3px 3px 1px #064058, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #064058, 5px 5px 20px red">Text here.</p>

This text has shadow with #064058 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#064058, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#064058, Direction=45, Strength=4)">Text</p>

This text has shadow with #064058 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #064058;
  -webkit-box-shadow:	1px 1px 3px 2px #064058;
  box-shadow:		1px 1px 3px 2px #064058;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #064058;
-webkit-box-shadow: 1px 1px 3px 2px #064058;
box-shadow:1px 1px 3px 2px #064058;">
Div content here</div>
This div box has shadow with color #064058.

Preview

Color preview on black background

This text has color #064058 on black background.


Color preview on white background

This text has color #064058 on white background.



Black color preview on #064058 background

This text has black color on #064058 background.


White color preview on #064058 background

This text has white color on #064058 background.