COLOR #082593

HEX: #082593 RGB: (8,37,147)

Color info

#082593 contains mainly blue color. Web safe color of #082593 is #003399 (or #039).

RGB color model

#082593 color RGB value is (8,37,147).

RGB: (8,37,147) (3%, 15%, 58%)

RGB channels and saturation

R 8 of 255 = 3%
G 37 of 255 = 15%
B 147 of 255 = 58%

8
37
147

R + G + B ~ 25%. #082593 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 37 + 147 = 192 (100%)
R 8 of 192 ~ 4.17%
G 37 of 192 ~ 19.27%
B 147 of 192 ~ 76.56'%

%19.27
%76.56

CMYK color model

#082593 color CMYK value is (95,75,0,42).

  • cyan value is 94.56%
  • magenta value is 74.83%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (95,75,0,42)
C95M75Y0K42 (95%, 75%, 0%, 42%)
(0.95 / 0.75 / 0.00 / 0.42)

CMYK percentages

%94.56
%74.83
%0
%42.35

Codes

Color #082593 in popluar color models

08 25 93
RGB 8 37 147
HSL 227° 89.68% 30.39%
HSB/HSV 227° 94.56% 57.65%
CMYK 94.56% 74.83% 0.00%
42.35%

Color #082593 in popluar number systems.

HEX 08 25 93
Decimal 8 37 147
Binary 1000 100101 10010011
Octal 10 45 223

Shades and tints

Shades of #082593

#082593
(8,37,147)
#082286
(8,34,134)
#081F79
(8,31,121)
#081C6C
(8,28,108)
#08195F
(8,25,95)
#081652
(8,22,82)
#081345
(8,19,69)
#081038
(8,16,56)
#080D2B
(8,13,43)
#080A1E
(8,10,30)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #082593

#082593
(8,37,147)
#1E389C
(30,56,156)
#344BA5
(52,75,165)
#4A5EAE
(74,94,174)
#6071B7
(96,113,183)
#7684C0
(118,132,192)
#8C97C9
(140,151,201)
#A2AAD2
(162,170,210)
#B8BDDB
(184,189,219)
#CED0E4
(206,208,228)
#E4E3ED
(228,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #082593 color. Also use rgb(8,37,147) instead hex code.

Text Font Color

.myTextColor { color: #082593; }

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

This text font color is #082593.

Background Color

.myBgColor { background-color: #082593; }

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

This div background color is #082593.

Border color

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

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

This div border color is #082593.

Opacity

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

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

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

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

This text has shadow with #082593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #082593.

Preview

Color preview on black background

This text has color #082593 on black background.


Color preview on white background

This text has color #082593 on white background.


Black color preview on #082593 background

This text has black color on #082593 background.


White color preview on #082593 background

This text has white color on #082593 background.


Related colors

Complementary color

Complementary color for #hex is #F7DA6C.


I love getcolorcode.com

Triadic colors

1 #930825 and #259308 with #082593 are triadic colors.

2 #932508 and #250893 with #082593 are triadic colors.