COLOR #01333A

HEX: #01333A RGB: (1,51,58)

Color info

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

RGB color model

#01333A color RGB value is (1,51,58).

RGB: (1,51,58) (0%, 20%, 23%)

RGB channels and saturation

R 1 of 255 = 0%
G 51 of 255 = 20%
B 58 of 255 = 23%

1
51
58

R + G + B ~ 14%. #01333A is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 51 + 58 = 110 (100%)
R 1 of 110 ~ 0.91%
G 51 of 110 ~ 46.36%
B 58 of 110 ~ 52.73'%

%46.36
%52.73

CMYK color model

#01333A color CMYK value is (98,12,0,77).

  • cyan value is 98.28%
  • magenta value is 12.07%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (98,12,0,77)
C98M12Y0K77 (98%, 12%, 0%, 77%)
(0.98 / 0.12 / 0.00 / 0.77)

CMYK percentages

%98.28
%12.07
%0
%77.25

Codes

Color #01333A in popluar color models

01 33 3A
RGB 1 51 58
HSL 187° 96.61% 11.57%
HSB/HSV 187° 98.28% 22.75%
CMYK 98.28% 12.07% 0.00%
77.25%

Color #01333A in popluar number systems.

HEX 01 33 3A
Decimal 1 51 58
Binary 1 110011 111010
Octal 1 63 72

Shades and tints

Shades of #01333A

#01333A
(1,51,58)
#012F35
(1,47,53)
#012B30
(1,43,48)
#01272B
(1,39,43)
#012326
(1,35,38)
#011F21
(1,31,33)
#011B1C
(1,27,28)
#011717
(1,23,23)
#011312
(1,19,18)
#010F0D
(1,15,13)
#010B08
(1,11,8)
#000000
(0,0,0)

Tints of #01333A

#01333A
(1,51,58)
#18454B
(24,69,75)
#2F575C
(47,87,92)
#46696D
(70,105,109)
#5D7B7E
(93,123,126)
#748D8F
(116,141,143)
#8B9FA0
(139,159,160)
#A2B1B1
(162,177,177)
#B9C3C2
(185,195,194)
#D0D5D3
(208,213,211)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01333A color. Also use rgb(1,51,58) instead hex code.

Text Font Color

.myTextColor { color: #01333A; }

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

This text font color is #01333A.

Background Color

.myBgColor { background-color: #01333A; }

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

This div background color is #01333A.

Border color

.myBorderColor { border: 1px solid #01333A; }

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

This div border color is #01333A.

Opacity

.myOpacity80 { color: #01333A; opacity: 0.8; }

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

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

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

This text has shadow with #01333A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01333A.

Preview

Color preview on black background

This text has color #01333A on black background.


Color preview on white background

This text has color #01333A on white background.


Black color preview on #01333A background

This text has black color on #01333A background.


White color preview on #01333A background

This text has white color on #01333A background.


Related colors

Complementary color

Complementary color for #hex is #FECCC5.


I love getcolorcode.com

Triadic colors

1 #3A0133 and #333A01 with #01333A are triadic colors.

2 #3A3301 and #33013A with #01333A are triadic colors.