COLOR #133F7E

HEX: #133F7E
RGB: (19,63,126)

Color info

#133F7E contains mainly blue color. Web safe color of #133F7E is #003366 (or #036).

RGB color model

#133F7E color RGB value is (19,63,126).

  • red value is 19;
  • green value is 63;
  • blue value is 126.
RGB:
(19,63,126)
(7%,25%,49%)

RGB channels and saturation

R 19 of 255 = 7%
G 63 of 255 = 25%
B 126 of 255 = 49%

19
63
126

R + G + B ~ 27%. #133F7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 63 + 126 = 208 (100%)
R 19 of 208 ~ 9.13%
G 63 of 208 ~ 30.29%
B 126 of 208 ~ 60.58%

%30.29
%60.58

CMYK color model

#133F7E color CMYK value is (85,50,0,51).

  • cyan value is 84.92%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(85,50,0,51)
C85M50Y0K51 
(85%,50%,0%,51%)
(0.85/0.50/0.00/0.51)	

CMYK percentages

%84.92
%50
%0
%50.59

Codes

Color #133F7E in popluar color models

133F7E
RGB1963126
HSL215°73.79%28.43%
HSB/HSV215°84.92%49.41%
CMYK84.92%50.00%0.00%
50.59%

Color #133F7E in popluar number systems.

HEX133F7E
Decimal1963126
Binary100111111111111110
Octal2377176

Shades and tints

Shades of #133F7E

#133F7E
(19,63,126)
#123A73
(18,58,115)
#113568
(17,53,104)
#10305D
(16,48,93)
#0F2B52
(15,43,82)
#0E2647
(14,38,71)
#0D213C
(13,33,60)
#0C1C31
(12,28,49)
#0B1726
(11,23,38)
#0A121B
(10,18,27)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #133F7E

#133F7E
(19,63,126)
#285089
(40,80,137)
#3D6194
(61,97,148)
#52729F
(82,114,159)
#6783AA
(103,131,170)
#7C94B5
(124,148,181)
#91A5C0
(145,165,192)
#A6B6CB
(166,182,203)
#BBC7D6
(187,199,214)
#D0D8E1
(208,216,225)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133F7E; }

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

This text font color is #133F7E.


Background Color

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

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

This div background color is #133F7E.


Border color

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

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

This div border color is #133F7E.


Opacity

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

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

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

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

This text has shadow with #133F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133F7E on black background.


Color preview on white background

This text has color #133F7E on white background.



Black color preview on #133F7E background

This text has black color on #133F7E background.


White color preview on #133F7E background

This text has white color on #133F7E background.