COLOR #06132A

HEX: #06132A
RGB: (6,19,42)

Color info

#06132A contains red, green and blue colors in about the same proportion. Web safe color of #06132A is #000033 (or #003).

RGB color model

#06132A color RGB value is (6,19,42).

  • red value is 6;
  • green value is 19;
  • blue value is 42.
RGB:
(6,19,42)
(2%,7%,16%)

RGB channels and saturation

R 6 of 255 = 2%
G 19 of 255 = 7%
B 42 of 255 = 16%

6
19
42

R + G + B ~ 8%. #06132A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 19 + 42 = 67 (100%)
R 6 of 67 ~ 8.96%
G 19 of 67 ~ 28.36%
B 42 of 67 ~ 62.69%

%28.36
%62.69

CMYK color model

#06132A color CMYK value is (86,55,0,84).

  • cyan value is 85.71%
  • magenta value is 54.76%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(86,55,0,84)
C86M55Y0K84 
(86%,55%,0%,84%)
(0.86/0.55/0.00/0.84)	

CMYK percentages

%85.71
%54.76
%0
%83.53

Codes

Color #06132A in popluar color models

06132A
RGB61942
HSL218°75.00%9.41%
HSB/HSV218°85.71%16.47%
CMYK85.71%54.76%0.00%
83.53%

Color #06132A in popluar number systems.

HEX06132A
Decimal61942
Binary11010011101010
Octal62352

Shades and tints

Shades of #06132A

#06132A
(6,19,42)
#061227
(6,18,39)
#061124
(6,17,36)
#061021
(6,16,33)
#060F1E
(6,15,30)
#060E1B
(6,14,27)
#060D18
(6,13,24)
#060C15
(6,12,21)
#060B12
(6,11,18)
#060A0F
(6,10,15)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #06132A

#06132A
(6,19,42)
#1C283D
(28,40,61)
#323D50
(50,61,80)
#485263
(72,82,99)
#5E6776
(94,103,118)
#747C89
(116,124,137)
#8A919C
(138,145,156)
#A0A6AF
(160,166,175)
#B6BBC2
(182,187,194)
#CCD0D5
(204,208,213)
#E2E5E8
(226,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06132A color. Also use rgb(6,19,42) instead hex code.

Text Font Color

.myTextColor { color: #06132A; }

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

This text font color is #06132A.


Background Color

.myBgColor { background-color: #06132A; }

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

This div background color is #06132A.


Border color

.myBorderColor { border: 1px solid #06132A; }

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

This div border color is #06132A.


Opacity

.myOpacity80 { color: #06132A; opacity: 0.8; }

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

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

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

This text has shadow with #06132A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06132A on black background.


Color preview on white background

This text has color #06132A on white background.



Black color preview on #06132A background

This text has black color on #06132A background.


White color preview on #06132A background

This text has white color on #06132A background.