COLOR #060019

HEX: #060019 RGB: (6,0,25)

Color info

#060019 contains only red and blue colors. Web safe color of #060019 is #000000 (or #000).

RGB color model

#060019 color RGB value is (6,0,25).

RGB: (6,0,25) (2%, 0%, 10%)

RGB channels and saturation

R 6 of 255 = 2%
G 0 of 255 = 0%
B 25 of 255 = 10%

6
0
25

R + G + B ~ 4%. #060019 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 0 + 25 = 31 (100%)
R 6 of 31 ~ 19.35%
G 0 of 31 ~ 0%
B 25 of 31 ~ 80.65'%

%19.35
%80.65

CMYK color model

#060019 color CMYK value is (76,100,0,90).

  • cyan value is 76.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (76,100,0,90)
C76M100Y0K90 (76%, 100%, 0%, 90%)
(0.76 / 1.00 / 0.00 / 0.90)

CMYK percentages

%76
%100
%0
%90.2

Codes

Color #060019 in popluar color models

06 00 19
RGB 6 0 25
HSL 254° 100.00% 4.90%
HSB/HSV 254° 100.00% 9.80%
CMYK 76.00% 100.00% 0.00%
90.20%

Color #060019 in popluar number systems.

HEX 06 00 19
Decimal 6 0 25
Binary 110 0 11001
Octal 6 0 31

Shades and tints

Shades of #060019

#060019
(6,0,25)
#060017
(6,0,23)
#060015
(6,0,21)
#060013
(6,0,19)
#060011
(6,0,17)
#06000F
(6,0,15)
#06000D
(6,0,13)
#06000B
(6,0,11)
#060009
(6,0,9)
#060007
(6,0,7)
#060005
(6,0,5)
#000000
(0,0,0)

Tints of #060019

#060019
(6,0,25)
#1C172D
(28,23,45)
#322E41
(50,46,65)
#484555
(72,69,85)
#5E5C69
(94,92,105)
#74737D
(116,115,125)
#8A8A91
(138,138,145)
#A0A1A5
(160,161,165)
#B6B8B9
(182,184,185)
#CCCFCD
(204,207,205)
#E2E6E1
(226,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060019 color. Also use rgb(6,0,25) instead hex code.

Text Font Color

.myTextColor { color: #060019; }

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

This text font color is #060019.

Background Color

.myBgColor { background-color: #060019; }

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

This div background color is #060019.

Border color

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

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

This div border color is #060019.

Opacity

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

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

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

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

This text has shadow with #060019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060019.

Preview

Color preview on black background

This text has color #060019 on black background.


Color preview on white background

This text has color #060019 on white background.


Black color preview on #060019 background

This text has black color on #060019 background.


White color preview on #060019 background

This text has white color on #060019 background.


Related colors

Complementary color

Complementary color for #hex is #F9FFE6.


I love getcolorcode.com

Triadic colors

1 #190600 and #001906 with #060019 are triadic colors.

2 #190006 and #000619 with #060019 are triadic colors.