COLOR #133E63

HEX: #133E63 RGB: (19,62,99)

Color info

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

RGB color model

#133E63 color RGB value is (19,62,99).

RGB: (19,62,99) (7%, 24%, 39%)

RGB channels and saturation

R 19 of 255 = 7%
G 62 of 255 = 24%
B 99 of 255 = 39%

19
62
99

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

Portions of RGB colors in percentages

R + G + B = 19 + 62 + 99 = 180 (100%)
R 19 of 180 ~ 10.56%
G 62 of 180 ~ 34.44%
B 99 of 180 ~ 55'%

%10.56
%34.44
%55

CMYK color model

#133E63 color CMYK value is (81,37,0,61).

  • cyan value is 80.81%
  • magenta value is 37.37%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (81,37,0,61)
C81M37Y0K61 (81%, 37%, 0%, 61%)
(0.81 / 0.37 / 0.00 / 0.61)

CMYK percentages

%80.81
%37.37
%0
%61.18

Codes

Color #133E63 in popluar color models

13 3E 63
RGB 19 62 99
HSL 208° 67.80% 23.14%
HSB/HSV 208° 80.81% 38.82%
CMYK 80.81% 37.37% 0.00%
61.18%

Color #133E63 in popluar number systems.

HEX 13 3E 63
Decimal 19 62 99
Binary 10011 111110 1100011
Octal 23 76 143

Shades and tints

Shades of #133E63

#133E63
(19,62,99)
#12395A
(18,57,90)
#113451
(17,52,81)
#102F48
(16,47,72)
#0F2A3F
(15,42,63)
#0E2536
(14,37,54)
#0D202D
(13,32,45)
#0C1B24
(12,27,36)
#0B161B
(11,22,27)
#0A1112
(10,17,18)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #133E63

#133E63
(19,62,99)
#284F71
(40,79,113)
#3D607F
(61,96,127)
#52718D
(82,113,141)
#67829B
(103,130,155)
#7C93A9
(124,147,169)
#91A4B7
(145,164,183)
#A6B5C5
(166,181,197)
#BBC6D3
(187,198,211)
#D0D7E1
(208,215,225)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133E63 color. Also use rgb(19,62,99) instead hex code.

Text Font Color

.myTextColor { color: #133E63; }

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

This text font color is #133E63.

Background Color

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

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

This div background color is #133E63.

Border color

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

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

This div border color is #133E63.

Opacity

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

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

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

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

This text has shadow with #133E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133E63.

Preview

Color preview on black background

This text has color #133E63 on black background.


Color preview on white background

This text has color #133E63 on white background.


Black color preview on #133E63 background

This text has black color on #133E63 background.


White color preview on #133E63 background

This text has white color on #133E63 background.


Related colors

Complementary color

Complementary color for #hex is #ECC19C.


I love getcolorcode.com

Triadic colors

1 #63133E and #3E6313 with #133E63 are triadic colors.

2 #633E13 and #3E1363 with #133E63 are triadic colors.