COLOR #17003C

HEX: #17003C RGB: (23,0,60)

Color info

#17003C contains only red and blue colors. Web safe color of #17003C is #000033 (or #003).

RGB color model

#17003C color RGB value is (23,0,60).

RGB: (23,0,60) (9%, 0%, 24%)

RGB channels and saturation

R 23 of 255 = 9%
G 0 of 255 = 0%
B 60 of 255 = 24%

23
0
60

R + G + B ~ 11%. #17003C is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 0 + 60 = 83 (100%)
R 23 of 83 ~ 27.71%
G 0 of 83 ~ 0%
B 60 of 83 ~ 72.29'%

%27.71
%72.29

CMYK color model

#17003C color CMYK value is (62,100,0,76).

  • cyan value is 61.67%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (62,100,0,76)
C62M100Y0K76 (62%, 100%, 0%, 76%)
(0.62 / 1.00 / 0.00 / 0.76)

CMYK percentages

%61.67
%100
%0
%76.47

Codes

Color #17003C in popluar color models

17 00 3C
RGB 23 0 60
HSL 263° 100.00% 11.76%
HSB/HSV 263° 100.00% 23.53%
CMYK 61.67% 100.00% 0.00%
76.47%

Color #17003C in popluar number systems.

HEX 17 00 3C
Decimal 23 0 60
Binary 10111 0 111100
Octal 27 0 74

Shades and tints

Shades of #17003C

#17003C
(23,0,60)
#150037
(21,0,55)
#130032
(19,0,50)
#11002D
(17,0,45)
#0F0028
(15,0,40)
#0D0023
(13,0,35)
#0B001E
(11,0,30)
#090019
(9,0,25)
#070014
(7,0,20)
#05000F
(5,0,15)
#03000A
(3,0,10)
#000000
(0,0,0)

Tints of #17003C

#17003C
(23,0,60)
#2C174D
(44,23,77)
#412E5E
(65,46,94)
#56456F
(86,69,111)
#6B5C80
(107,92,128)
#807391
(128,115,145)
#958AA2
(149,138,162)
#AAA1B3
(170,161,179)
#BFB8C4
(191,184,196)
#D4CFD5
(212,207,213)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17003C color. Also use rgb(23,0,60) instead hex code.

Text Font Color

.myTextColor { color: #17003C; }

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

This text font color is #17003C.

Background Color

.myBgColor { background-color: #17003C; }

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

This div background color is #17003C.

Border color

.myBorderColor { border: 1px solid #17003C; }

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

This div border color is #17003C.

Opacity

.myOpacity80 { color: #17003C; opacity: 0.8; }

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

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

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

This text has shadow with #17003C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17003C.

Preview

Color preview on black background

This text has color #17003C on black background.


Color preview on white background

This text has color #17003C on white background.


Black color preview on #17003C background

This text has black color on #17003C background.


White color preview on #17003C background

This text has white color on #17003C background.


Related colors

Complementary color

Complementary color for #hex is #E8FFC3.


I love getcolorcode.com

Triadic colors

1 #3C1700 and #003C17 with #17003C are triadic colors.

2 #3C0017 and #00173C with #17003C are triadic colors.