COLOR #001B35

HEX: #001B35
RGB: (0,27,53)

Color info

#001B35 contains only green and blue colors. Web safe color of #001B35 is #003333 (or #033).

RGB color model

#001B35 color RGB value is (0,27,53).

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

RGB channels and saturation

R 0 of 255 = 0%
G 27 of 255 = 11%
B 53 of 255 = 21%

0
27
53

R + G + B ~ 11%. #001B35 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 53 = 80 (100%)
R 0 of 80 ~ 0%
G 27 of 80 ~ 33.75%
B 53 of 80 ~ 66.25%

%33.75
%66.25

CMYK color model

#001B35 color CMYK value is (100,49,0,79).

  • cyan value is 100.00%
  • magenta value is 49.06%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(100,49,0,79)
C100M49Y0K79 
(100%,49%,0%,79%)
(1.00/0.49/0.00/0.79)	

CMYK percentages

%100
%49.06
%0
%79.22

Codes

Color #001B35 in popluar color models

001B35
RGB02753
HSL209°100.00%10.39%
HSB/HSV209°100.00%20.78%
CMYK100.00%49.06%0.00%
79.22%

Color #001B35 in popluar number systems.

HEX001B35
Decimal02753
Binary011011110101
Octal03365

Shades and tints

Shades of #001B35

#001B35
(0,27,53)
#001931
(0,25,49)
#00172D
(0,23,45)
#001529
(0,21,41)
#001325
(0,19,37)
#001121
(0,17,33)
#000F1D
(0,15,29)
#000D19
(0,13,25)
#000B15
(0,11,21)
#000911
(0,9,17)
#00070D
(0,7,13)
#000000
(0,0,0)

Tints of #001B35

#001B35
(0,27,53)
#172F47
(23,47,71)
#2E4359
(46,67,89)
#45576B
(69,87,107)
#5C6B7D
(92,107,125)
#737F8F
(115,127,143)
#8A93A1
(138,147,161)
#A1A7B3
(161,167,179)
#B8BBC5
(184,187,197)
#CFCFD7
(207,207,215)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001B35; }

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

This text font color is #001B35.


Background Color

.myBgColor { background-color: #001B35; }

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

This div background color is #001B35.


Border color

.myBorderColor { border: 1px solid #001B35; }

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

This div border color is #001B35.


Opacity

.myOpacity80 { color: #001B35; opacity: 0.8; }

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

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

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

This text has shadow with #001B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B35 on black background.


Color preview on white background

This text has color #001B35 on white background.



Black color preview on #001B35 background

This text has black color on #001B35 background.


White color preview on #001B35 background

This text has white color on #001B35 background.