COLOR #13233C

HEX: #13233C RGB: (19,35,60)

Color info

#13233C contains red, green and blue colors in about the same proportion. Web safe color of #13233C is #003333 (or #033).

RGB color model

#13233C color RGB value is (19,35,60).

RGB: (19,35,60) (7%, 14%, 24%)

RGB channels and saturation

R 19 of 255 = 7%
G 35 of 255 = 14%
B 60 of 255 = 24%

19
35
60

R + G + B ~ 15%. #13233C is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 35 + 60 = 114 (100%)
R 19 of 114 ~ 16.67%
G 35 of 114 ~ 30.7%
B 60 of 114 ~ 52.63'%

%16.67
%30.7
%52.63

CMYK color model

#13233C color CMYK value is (68,42,0,76).

  • cyan value is 68.33%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (68,42,0,76)
C68M42Y0K76 (68%, 42%, 0%, 76%)
(0.68 / 0.42 / 0.00 / 0.76)

CMYK percentages

%68.33
%41.67
%0
%76.47

Codes

Color #13233C in popluar color models

13 23 3C
RGB 19 35 60
HSL 217° 51.90% 15.49%
HSB/HSV 217° 68.33% 23.53%
CMYK 68.33% 41.67% 0.00%
76.47%

Color #13233C in popluar number systems.

HEX 13 23 3C
Decimal 19 35 60
Binary 10011 100011 111100
Octal 23 43 74

Shades and tints

Shades of #13233C

#13233C
(19,35,60)
#122037
(18,32,55)
#111D32
(17,29,50)
#101A2D
(16,26,45)
#0F1728
(15,23,40)
#0E1423
(14,20,35)
#0D111E
(13,17,30)
#0C0E19
(12,14,25)
#0B0B14
(11,11,20)
#0A080F
(10,8,15)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #13233C

#13233C
(19,35,60)
#28374D
(40,55,77)
#3D4B5E
(61,75,94)
#525F6F
(82,95,111)
#677380
(103,115,128)
#7C8791
(124,135,145)
#919BA2
(145,155,162)
#A6AFB3
(166,175,179)
#BBC3C4
(187,195,196)
#D0D7D5
(208,215,213)
#E5EBE6
(229,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13233C color. Also use rgb(19,35,60) instead hex code.

Text Font Color

.myTextColor { color: #13233C; }

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

This text font color is #13233C.

Background Color

.myBgColor { background-color: #13233C; }

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

This div background color is #13233C.

Border color

.myBorderColor { border: 1px solid #13233C; }

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

This div border color is #13233C.

Opacity

.myOpacity80 { color: #13233C; opacity: 0.8; }

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

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

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

This text has shadow with #13233C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13233C.

Preview

Color preview on black background

This text has color #13233C on black background.


Color preview on white background

This text has color #13233C on white background.


Black color preview on #13233C background

This text has black color on #13233C background.


White color preview on #13233C background

This text has white color on #13233C background.


Related colors

Complementary color

Complementary color for #hex is #ECDCC3.


I love getcolorcode.com

Triadic colors

1 #3C1323 and #233C13 with #13233C are triadic colors.

2 #3C2313 and #23133C with #13233C are triadic colors.