COLOR #133254

HEX: #133254 RGB: (19,50,84)

Color info

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

RGB color model

#133254 color RGB value is (19,50,84).

RGB: (19,50,84) (7%, 20%, 33%)

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 84 of 255 = 33%

19
50
84

R + G + B ~ 20%. #133254 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 50 + 84 = 153 (100%)
R 19 of 153 ~ 12.42%
G 50 of 153 ~ 32.68%
B 84 of 153 ~ 54.9'%

%12.42
%32.68
%54.9

CMYK color model

#133254 color CMYK value is (77,40,0,67).

  • cyan value is 77.38%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (77,40,0,67)
C77M40Y0K67 (77%, 40%, 0%, 67%)
(0.77 / 0.40 / 0.00 / 0.67)

CMYK percentages

%77.38
%40.48
%0
%67.06

Codes

Color #133254 in popluar color models

13 32 54
RGB 19 50 84
HSL 211° 63.11% 20.20%
HSB/HSV 211° 77.38% 32.94%
CMYK 77.38% 40.48% 0.00%
67.06%

Color #133254 in popluar number systems.

HEX 13 32 54
Decimal 19 50 84
Binary 10011 110010 1010100
Octal 23 62 124

Shades and tints

Shades of #133254

#133254
(19,50,84)
#122E4D
(18,46,77)
#112A46
(17,42,70)
#10263F
(16,38,63)
#0F2238
(15,34,56)
#0E1E31
(14,30,49)
#0D1A2A
(13,26,42)
#0C1623
(12,22,35)
#0B121C
(11,18,28)
#0A0E15
(10,14,21)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #133254

#133254
(19,50,84)
#284463
(40,68,99)
#3D5672
(61,86,114)
#526881
(82,104,129)
#677A90
(103,122,144)
#7C8C9F
(124,140,159)
#919EAE
(145,158,174)
#A6B0BD
(166,176,189)
#BBC2CC
(187,194,204)
#D0D4DB
(208,212,219)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133254 color. Also use rgb(19,50,84) instead hex code.

Text Font Color

.myTextColor { color: #133254; }

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

This text font color is #133254.

Background Color

.myBgColor { background-color: #133254; }

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

This div background color is #133254.

Border color

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

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

This div border color is #133254.

Opacity

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

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

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

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

This text has shadow with #133254 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133254.

Preview

Color preview on black background

This text has color #133254 on black background.


Color preview on white background

This text has color #133254 on white background.


Black color preview on #133254 background

This text has black color on #133254 background.


White color preview on #133254 background

This text has white color on #133254 background.


Related colors

Complementary color

Complementary color for #hex is #ECCDAB.


I love getcolorcode.com

Triadic colors

1 #541332 and #325413 with #133254 are triadic colors.

2 #543213 and #321354 with #133254 are triadic colors.