COLOR #061882

HEX: #061882 RGB: (6,24,130)

Color info

#061882 contains mainly blue color. Web safe color of #061882 is #000099 (or #009).

RGB color model

#061882 color RGB value is (6,24,130).

RGB: (6,24,130) (2%, 9%, 51%)

RGB channels and saturation

R 6 of 255 = 2%
G 24 of 255 = 9%
B 130 of 255 = 51%

6
24
130

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

Portions of RGB colors in percentages

R + G + B = 6 + 24 + 130 = 160 (100%)
R 6 of 160 ~ 3.75%
G 24 of 160 ~ 15%
B 130 of 160 ~ 81.25'%

%15
%81.25

CMYK color model

#061882 color CMYK value is (95,82,0,49).

  • cyan value is 95.38%
  • magenta value is 81.54%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (95,82,0,49)
C95M82Y0K49 (95%, 82%, 0%, 49%)
(0.95 / 0.82 / 0.00 / 0.49)

CMYK percentages

%95.38
%81.54
%0
%49.02

Codes

Color #061882 in popluar color models

06 18 82
RGB 6 24 130
HSL 231° 91.18% 26.67%
HSB/HSV 231° 95.38% 50.98%
CMYK 95.38% 81.54% 0.00%
49.02%

Color #061882 in popluar number systems.

HEX 06 18 82
Decimal 6 24 130
Binary 110 11000 10000010
Octal 6 30 202

Shades and tints

Shades of #061882

#061882
(6,24,130)
#061677
(6,22,119)
#06146C
(6,20,108)
#061261
(6,18,97)
#061056
(6,16,86)
#060E4B
(6,14,75)
#060C40
(6,12,64)
#060A35
(6,10,53)
#06082A
(6,8,42)
#06061F
(6,6,31)
#060414
(6,4,20)
#000000
(0,0,0)

Tints of #061882

#061882
(6,24,130)
#1C2D8D
(28,45,141)
#324298
(50,66,152)
#4857A3
(72,87,163)
#5E6CAE
(94,108,174)
#7481B9
(116,129,185)
#8A96C4
(138,150,196)
#A0ABCF
(160,171,207)
#B6C0DA
(182,192,218)
#CCD5E5
(204,213,229)
#E2EAF0
(226,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061882 color. Also use rgb(6,24,130) instead hex code.

Text Font Color

.myTextColor { color: #061882; }

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

This text font color is #061882.

Background Color

.myBgColor { background-color: #061882; }

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

This div background color is #061882.

Border color

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

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

This div border color is #061882.

Opacity

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

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

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

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

This text has shadow with #061882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061882.

Preview

Color preview on black background

This text has color #061882 on black background.


Color preview on white background

This text has color #061882 on white background.


Black color preview on #061882 background

This text has black color on #061882 background.


White color preview on #061882 background

This text has white color on #061882 background.


Related colors

Complementary color

Complementary color for #hex is #F9E77D.


I love getcolorcode.com

Triadic colors

1 #820618 and #188206 with #061882 are triadic colors.

2 #821806 and #180682 with #061882 are triadic colors.