COLOR #133462

HEX: #133462
RGB: (19,52,98)

Color info

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

RGB color model

#133462 color RGB value is (19,52,98).

  • red value is 19;
  • green value is 52;
  • blue value is 98.
RGB:
(19,52,98)
(7%,20%,38%)

RGB channels and saturation

R 19 of 255 = 7%
G 52 of 255 = 20%
B 98 of 255 = 38%

19
52
98

R + G + B ~ 22%. #133462 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 52 + 98 = 169 (100%)
R 19 of 169 ~ 11.24%
G 52 of 169 ~ 30.77%
B 98 of 169 ~ 57.99%

%11.24
%30.77
%57.99

CMYK color model

#133462 color CMYK value is (81,47,0,62).

  • cyan value is 80.61%
  • magenta value is 46.94%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(81,47,0,62)
C81M47Y0K62 
(81%,47%,0%,62%)
(0.81/0.47/0.00/0.62)	

CMYK percentages

%80.61
%46.94
%0
%61.57

Codes

Color #133462 in popluar color models

133462
RGB195298
HSL215°67.52%22.94%
HSB/HSV215°80.61%38.43%
CMYK80.61%46.94%0.00%
61.57%

Color #133462 in popluar number systems.

HEX133462
Decimal195298
Binary100111101001100010
Octal2364142

Shades and tints

Shades of #133462

#133462
(19,52,98)
#12305A
(18,48,90)
#112C52
(17,44,82)
#10284A
(16,40,74)
#0F2442
(15,36,66)
#0E203A
(14,32,58)
#0D1C32
(13,28,50)
#0C182A
(12,24,42)
#0B1422
(11,20,34)
#0A101A
(10,16,26)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #133462

#133462
(19,52,98)
#284670
(40,70,112)
#3D587E
(61,88,126)
#526A8C
(82,106,140)
#677C9A
(103,124,154)
#7C8EA8
(124,142,168)
#91A0B6
(145,160,182)
#A6B2C4
(166,178,196)
#BBC4D2
(187,196,210)
#D0D6E0
(208,214,224)
#E5E8EE
(229,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133462 color. Also use rgb(19,52,98) instead hex code.

Text Font Color

.myTextColor { color: #133462; }

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

This text font color is #133462.


Background Color

.myBgColor { background-color: #133462; }

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

This div background color is #133462.


Border color

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

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

This div border color is #133462.


Opacity

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

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

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

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

This text has shadow with #133462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133462 on black background.


Color preview on white background

This text has color #133462 on white background.



Black color preview on #133462 background

This text has black color on #133462 background.


White color preview on #133462 background

This text has white color on #133462 background.