COLOR #135272

HEX: #135272 RGB: (19,82,114)

Color info

#135272 contains mainly green and blue colors. Web safe color of #135272 is #006666 (or #066).

RGB color model

#135272 color RGB value is (19,82,114).

RGB: (19,82,114) (7%, 32%, 45%)

RGB channels and saturation

R 19 of 255 = 7%
G 82 of 255 = 32%
B 114 of 255 = 45%

19
82
114

R + G + B ~ 28%. #135272 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 82 + 114 = 215 (100%)
R 19 of 215 ~ 8.84%
G 82 of 215 ~ 38.14%
B 114 of 215 ~ 53.02'%

%38.14
%53.02

CMYK color model

#135272 color CMYK value is (83,28,0,55).

  • cyan value is 83.33%
  • magenta value is 28.07%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (83,28,0,55) C83M28Y0K55 (83%,28%,0%,55%) (0.83/0.28/0.00/0.55) 

CMYK percentages

%83.33
%28.07
%0
%55.29

Codes

Color #135272 in popluar color models

13 52 72
RGB 19 82 114
HSL 200° 71.43% 26.08%
HSB/HSV 200° 83.33% 44.71%
CMYK 83.33% 28.07% 0.00%
55.29%

Color #135272 in popluar number systems.

HEX 13 52 72
Decimal 19 82 114
Binary 10011 1010010 1110010
Octal 23 122 162

Shades and tints

Shades of #135272

#135272
(19,82,114)
#124B68
(18,75,104)
#11445E
(17,68,94)
#103D54
(16,61,84)
#0F364A
(15,54,74)
#0E2F40
(14,47,64)
#0D2836
(13,40,54)
#0C212C
(12,33,44)
#0B1A22
(11,26,34)
#0A1318
(10,19,24)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #135272

#135272
(19,82,114)
#28617E
(40,97,126)
#3D708A
(61,112,138)
#527F96
(82,127,150)
#678EA2
(103,142,162)
#7C9DAE
(124,157,174)
#91ACBA
(145,172,186)
#A6BBC6
(166,187,198)
#BBCAD2
(187,202,210)
#D0D9DE
(208,217,222)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135272 color. Also use rgb(19,82,114) instead hex code.

Text Font Color

.myTextColor { color: #135272; }

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

This text font color is #135272.

Background Color

.myBgColor { background-color: #135272; }

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

This div background color is #135272.

Border color

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

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

This div border color is #135272.

Opacity

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

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

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

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

This text has shadow with #135272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #135272.

Preview

Color preview on black background

This text has color #135272 on black background.


Color preview on white background

This text has color #135272 on white background.


Black color preview on #135272 background

This text has black color on #135272 background.


White color preview on #135272 background

This text has white color on #135272 background.


Related colors

Complementary color

Complementary color for #hex is #ECAD8D.


I love getcolorcode.com

Triadic colors

1 #721352 and #527213 with #135272 are triadic colors.

2 #725213 and #521372 with #135272 are triadic colors.