COLOR #133F5D

HEX: #133F5D RGB: (19,63,93)

Color info

#133F5D contains mainly green and blue colors. Web safe color of #133F5D is #003366 (or #036).

RGB color model

#133F5D color RGB value is (19,63,93).

RGB: (19,63,93) (7%, 25%, 36%)

RGB channels and saturation

R 19 of 255 = 7%
G 63 of 255 = 25%
B 93 of 255 = 36%

19
63
93

R + G + B ~ 23%. #133F5D is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 63 + 93 = 175 (100%)
R 19 of 175 ~ 10.86%
G 63 of 175 ~ 36%
B 93 of 175 ~ 53.14'%

%10.86
%36
%53.14

CMYK color model

#133F5D color CMYK value is (80,32,0,64).

  • cyan value is 79.57%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (80,32,0,64) C80M32Y0K64 (80%,32%,0%,64%) (0.80/0.32/0.00/0.64) 

CMYK percentages

%79.57
%32.26
%0
%63.53

Codes

Color #133F5D in popluar color models

13 3F 5D
RGB 19 63 93
HSL 204° 66.07% 21.96%
HSB/HSV 204° 79.57% 36.47%
CMYK 79.57% 32.26% 0.00%
63.53%

Color #133F5D in popluar number systems.

HEX 13 3F 5D
Decimal 19 63 93
Binary 10011 111111 1011101
Octal 23 77 135

Shades and tints

Shades of #133F5D

#133F5D
(19,63,93)
#123A55
(18,58,85)
#11354D
(17,53,77)
#103045
(16,48,69)
#0F2B3D
(15,43,61)
#0E2635
(14,38,53)
#0D212D
(13,33,45)
#0C1C25
(12,28,37)
#0B171D
(11,23,29)
#0A1215
(10,18,21)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #133F5D

#133F5D
(19,63,93)
#28506B
(40,80,107)
#3D6179
(61,97,121)
#527287
(82,114,135)
#678395
(103,131,149)
#7C94A3
(124,148,163)
#91A5B1
(145,165,177)
#A6B6BF
(166,182,191)
#BBC7CD
(187,199,205)
#D0D8DB
(208,216,219)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133F5D color. Also use rgb(19,63,93) instead hex code.

Text Font Color

.myTextColor { color: #133F5D; }

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

This text font color is #133F5D.

Background Color

.myBgColor { background-color: #133F5D; }

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

This div background color is #133F5D.

Border color

.myBorderColor { border: 1px solid #133F5D; }

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

This div border color is #133F5D.

Opacity

.myOpacity80 { color: #133F5D; opacity: 0.8; }

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

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

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

This text has shadow with #133F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133F5D.

Preview

Color preview on black background

This text has color #133F5D on black background.


Color preview on white background

This text has color #133F5D on white background.


Black color preview on #133F5D background

This text has black color on #133F5D background.


White color preview on #133F5D background

This text has white color on #133F5D background.


Related colors

Complementary color

Complementary color for #hex is #ECC0A2.


I love getcolorcode.com

Triadic colors

1 #5D133F and #3F5D13 with #133F5D are triadic colors.

2 #5D3F13 and #3F135D with #133F5D are triadic colors.