COLOR #110A25

HEX: #110A25 RGB: (17,10,37)

Color info

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

RGB color model

#110A25 color RGB value is (17,10,37).

RGB: (17,10,37) (7%, 4%, 15%)

RGB channels and saturation

R 17 of 255 = 7%
G 10 of 255 = 4%
B 37 of 255 = 15%

17
10
37

R + G + B ~ 9%. #110A25 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 10 + 37 = 64 (100%)
R 17 of 64 ~ 26.56%
G 10 of 64 ~ 15.63%
B 37 of 64 ~ 57.81'%

%26.56
%15.63
%57.81

CMYK color model

#110A25 color CMYK value is (54,73,0,85).

  • cyan value is 54.05%
  • magenta value is 72.97%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (54,73,0,85)
C54M73Y0K85 (54%, 73%, 0%, 85%)
(0.54 / 0.73 / 0.00 / 0.85)

CMYK percentages

%54.05
%72.97
%0
%85.49

Codes

Color #110A25 in popluar color models

11 0A 25
RGB 17 10 37
HSL 256° 57.45% 9.22%
HSB/HSV 256° 72.97% 14.51%
CMYK 54.05% 72.97% 0.00%
85.49%

Color #110A25 in popluar number systems.

HEX 11 0A 25
Decimal 17 10 37
Binary 10001 1010 100101
Octal 21 12 45

Shades and tints

Shades of #110A25

#110A25
(17,10,37)
#100A22
(16,10,34)
#0F0A1F
(15,10,31)
#0E0A1C
(14,10,28)
#0D0A19
(13,10,25)
#0C0A16
(12,10,22)
#0B0A13
(11,10,19)
#0A0A10
(10,10,16)
#090A0D
(9,10,13)
#080A0A
(8,10,10)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #110A25

#110A25
(17,10,37)
#262038
(38,32,56)
#3B364B
(59,54,75)
#504C5E
(80,76,94)
#656271
(101,98,113)
#7A7884
(122,120,132)
#8F8E97
(143,142,151)
#A4A4AA
(164,164,170)
#B9BABD
(185,186,189)
#CED0D0
(206,208,208)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110A25 color. Also use rgb(17,10,37) instead hex code.

Text Font Color

.myTextColor { color: #110A25; }

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

This text font color is #110A25.

Background Color

.myBgColor { background-color: #110A25; }

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

This div background color is #110A25.

Border color

.myBorderColor { border: 1px solid #110A25; }

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

This div border color is #110A25.

Opacity

.myOpacity80 { color: #110A25; opacity: 0.8; }

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

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

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

This text has shadow with #110A25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110A25.

Preview

Color preview on black background

This text has color #110A25 on black background.


Color preview on white background

This text has color #110A25 on white background.


Black color preview on #110A25 background

This text has black color on #110A25 background.


White color preview on #110A25 background

This text has white color on #110A25 background.


Related colors

Complementary color

Complementary color for #hex is #EEF5DA.


I love getcolorcode.com

Triadic colors

1 #25110A and #0A2511 with #110A25 are triadic colors.

2 #250A11 and #0A1125 with #110A25 are triadic colors.