COLOR #10133B

HEX: #10133B RGB: (16,19,59)

Color info

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

RGB color model

#10133B color RGB value is (16,19,59).

RGB: (16,19,59) (6%, 7%, 23%)

RGB channels and saturation

R 16 of 255 = 6%
G 19 of 255 = 7%
B 59 of 255 = 23%

16
19
59

R + G + B ~ 12%. #10133B is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 19 + 59 = 94 (100%)
R 16 of 94 ~ 17.02%
G 19 of 94 ~ 20.21%
B 59 of 94 ~ 62.77'%

%17.02
%20.21
%62.77

CMYK color model

#10133B color CMYK value is (73,68,0,77).

  • cyan value is 72.88%
  • magenta value is 67.80%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (73,68,0,77)
C73M68Y0K77 (73%, 68%, 0%, 77%)
(0.73 / 0.68 / 0.00 / 0.77)

CMYK percentages

%72.88
%67.8
%0
%76.86

Codes

Color #10133B in popluar color models

10 13 3B
RGB 16 19 59
HSL 236° 57.33% 14.71%
HSB/HSV 236° 72.88% 23.14%
CMYK 72.88% 67.80% 0.00%
76.86%

Color #10133B in popluar number systems.

HEX 10 13 3B
Decimal 16 19 59
Binary 10000 10011 111011
Octal 20 23 73

Shades and tints

Shades of #10133B

#10133B
(16,19,59)
#0F1236
(15,18,54)
#0E1131
(14,17,49)
#0D102C
(13,16,44)
#0C0F27
(12,15,39)
#0B0E22
(11,14,34)
#0A0D1D
(10,13,29)
#090C18
(9,12,24)
#080B13
(8,11,19)
#070A0E
(7,10,14)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #10133B

#10133B
(16,19,59)
#25284C
(37,40,76)
#3A3D5D
(58,61,93)
#4F526E
(79,82,110)
#64677F
(100,103,127)
#797C90
(121,124,144)
#8E91A1
(142,145,161)
#A3A6B2
(163,166,178)
#B8BBC3
(184,187,195)
#CDD0D4
(205,208,212)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10133B color. Also use rgb(16,19,59) instead hex code.

Text Font Color

.myTextColor { color: #10133B; }

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

This text font color is #10133B.

Background Color

.myBgColor { background-color: #10133B; }

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

This div background color is #10133B.

Border color

.myBorderColor { border: 1px solid #10133B; }

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

This div border color is #10133B.

Opacity

.myOpacity80 { color: #10133B; opacity: 0.8; }

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

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

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

This text has shadow with #10133B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10133B.

Preview

Color preview on black background

This text has color #10133B on black background.


Color preview on white background

This text has color #10133B on white background.


Black color preview on #10133B background

This text has black color on #10133B background.


White color preview on #10133B background

This text has white color on #10133B background.


Related colors

Complementary color

Complementary color for #hex is #EFECC4.


I love getcolorcode.com

Triadic colors

1 #3B1013 and #133B10 with #10133B are triadic colors.

2 #3B1310 and #13103B with #10133B are triadic colors.