COLOR #065393

HEX: #065393
RGB: (6,83,147)

Color info

#065393 contains mainly blue color. Web safe color of #065393 is #006699 (or #069).

RGB color model

#065393 color RGB value is (6,83,147).

  • red value is 6;
  • green value is 83;
  • blue value is 147.
RGB:
(6,83,147)
(2%,33%,58%)

RGB channels and saturation

R 6 of 255 = 2%
G 83 of 255 = 33%
B 147 of 255 = 58%

6
83
147

R + G + B ~ 31%. #065393 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 83 + 147 = 236 (100%)
R 6 of 236 ~ 2.54%
G 83 of 236 ~ 35.17%
B 147 of 236 ~ 62.29%

%35.17
%62.29

CMYK color model

#065393 color CMYK value is (96,44,0,42).

  • cyan value is 95.92%
  • magenta value is 43.54%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(96,44,0,42)
C96M44Y0K42 
(96%,44%,0%,42%)
(0.96/0.44/0.00/0.42)	

CMYK percentages

%95.92
%43.54
%0
%42.35

Codes

Color #065393 in popluar color models

065393
RGB683147
HSL207°92.16%30.00%
HSB/HSV207°95.92%57.65%
CMYK95.92%43.54%0.00%
42.35%

Color #065393 in popluar number systems.

HEX065393
Decimal683147
Binary110101001110010011
Octal6123223

Shades and tints

Shades of #065393

#065393
(6,83,147)
#064C86
(6,76,134)
#064579
(6,69,121)
#063E6C
(6,62,108)
#06375F
(6,55,95)
#063052
(6,48,82)
#062945
(6,41,69)
#062238
(6,34,56)
#061B2B
(6,27,43)
#06141E
(6,20,30)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #065393

#065393
(6,83,147)
#1C629C
(28,98,156)
#3271A5
(50,113,165)
#4880AE
(72,128,174)
#5E8FB7
(94,143,183)
#749EC0
(116,158,192)
#8AADC9
(138,173,201)
#A0BCD2
(160,188,210)
#B6CBDB
(182,203,219)
#CCDAE4
(204,218,228)
#E2E9ED
(226,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065393 color. Also use rgb(6,83,147) instead hex code.

Text Font Color

.myTextColor { color: #065393; }

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

This text font color is #065393.


Background Color

.myBgColor { background-color: #065393; }

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

This div background color is #065393.


Border color

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

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

This div border color is #065393.


Opacity

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

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

Text with #065393 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 #065393;}

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

This text has shadow with #065393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065393 on black background.


Color preview on white background

This text has color #065393 on white background.



Black color preview on #065393 background

This text has black color on #065393 background.


White color preview on #065393 background

This text has white color on #065393 background.