COLOR #001335

HEX: #001335
RGB: (0,19,53)

Color info

#001335 contains only green and blue colors. Web safe color of #001335 is #000033 (or #003).

RGB color model

#001335 color RGB value is (0,19,53).

  • red value is 0;
  • green value is 19;
  • blue value is 53.
RGB:
(0,19,53)
(0%,7%,21%)

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 53 of 255 = 21%

0
19
53

R + G + B ~ 9%. #001335 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 53 = 72 (100%)
R 0 of 72 ~ 0%
G 19 of 72 ~ 26.39%
B 53 of 72 ~ 73.61%

%26.39
%73.61

CMYK color model

#001335 color CMYK value is (100,64,0,79).

  • cyan value is 100.00%
  • magenta value is 64.15%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(100,64,0,79)
C100M64Y0K79 
(100%,64%,0%,79%)
(1.00/0.64/0.00/0.79)	

CMYK percentages

%100
%64.15
%0
%79.22

Codes

Color #001335 in popluar color models

001335
RGB01953
HSL218°100.00%10.39%
HSB/HSV218°100.00%20.78%
CMYK100.00%64.15%0.00%
79.22%

Color #001335 in popluar number systems.

HEX001335
Decimal01953
Binary010011110101
Octal02365

Shades and tints

Shades of #001335

#001335
(0,19,53)
#001231
(0,18,49)
#00112D
(0,17,45)
#001029
(0,16,41)
#000F25
(0,15,37)
#000E21
(0,14,33)
#000D1D
(0,13,29)
#000C19
(0,12,25)
#000B15
(0,11,21)
#000A11
(0,10,17)
#00090D
(0,9,13)
#000000
(0,0,0)

Tints of #001335

#001335
(0,19,53)
#172847
(23,40,71)
#2E3D59
(46,61,89)
#45526B
(69,82,107)
#5C677D
(92,103,125)
#737C8F
(115,124,143)
#8A91A1
(138,145,161)
#A1A6B3
(161,166,179)
#B8BBC5
(184,187,197)
#CFD0D7
(207,208,215)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001335 color. Also use rgb(0,19,53) instead hex code.

Text Font Color

.myTextColor { color: #001335; }

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

This text font color is #001335.


Background Color

.myBgColor { background-color: #001335; }

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

This div background color is #001335.


Border color

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

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

This div border color is #001335.


Opacity

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

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

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

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

This text has shadow with #001335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001335 on black background.


Color preview on white background

This text has color #001335 on white background.



Black color preview on #001335 background

This text has black color on #001335 background.


White color preview on #001335 background

This text has white color on #001335 background.