COLOR #133258

HEX: #133258
RGB: (19,50,88)

Color info

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

RGB color model

#133258 color RGB value is (19,50,88).

  • red value is 19;
  • green value is 50;
  • blue value is 88.
RGB:
(19,50,88)
(7%,20%,35%)

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 88 of 255 = 35%

19
50
88

R + G + B ~ 21%. #133258 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 88 = 157 (100%)
R 19 of 157 ~ 12.1%
G 50 of 157 ~ 31.85%
B 88 of 157 ~ 56.05%

%12.1
%31.85
%56.05

CMYK color model

#133258 color CMYK value is (78,43,0,65).

  • cyan value is 78.41%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(78,43,0,65)
C78M43Y0K65 
(78%,43%,0%,65%)
(0.78/0.43/0.00/0.65)	

CMYK percentages

%78.41
%43.18
%0
%65.49

Codes

Color #133258 in popluar color models

133258
RGB195088
HSL213°64.49%20.98%
HSB/HSV213°78.41%34.51%
CMYK78.41%43.18%0.00%
65.49%

Color #133258 in popluar number systems.

HEX133258
Decimal195088
Binary100111100101011000
Octal2362130

Shades and tints

Shades of #133258

#133258
(19,50,88)
#122E50
(18,46,80)
#112A48
(17,42,72)
#102640
(16,38,64)
#0F2238
(15,34,56)
#0E1E30
(14,30,48)
#0D1A28
(13,26,40)
#0C1620
(12,22,32)
#0B1218
(11,18,24)
#0A0E10
(10,14,16)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #133258

#133258
(19,50,88)
#284467
(40,68,103)
#3D5676
(61,86,118)
#526885
(82,104,133)
#677A94
(103,122,148)
#7C8CA3
(124,140,163)
#919EB2
(145,158,178)
#A6B0C1
(166,176,193)
#BBC2D0
(187,194,208)
#D0D4DF
(208,212,223)
#E5E6EE
(229,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133258; }

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

This text font color is #133258.


Background Color

.myBgColor { background-color: #133258; }

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

This div background color is #133258.


Border color

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

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

This div border color is #133258.


Opacity

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

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

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

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

This text has shadow with #133258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133258 on black background.


Color preview on white background

This text has color #133258 on white background.



Black color preview on #133258 background

This text has black color on #133258 background.


White color preview on #133258 background

This text has white color on #133258 background.