COLOR #001655

HEX: #001655 RGB: (0,22,85)

Color info

#001655 contains mainly blue color. Web safe color of #001655 is #000066 (or #006).

RGB color model

#001655 color RGB value is (0,22,85).

RGB: (0,22,85) (0%, 9%, 33%)

RGB channels and saturation

R 0 of 255 = 0%
G 22 of 255 = 9%
B 85 of 255 = 33%

0
22
85

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

Portions of RGB colors in percentages

R + G + B = 0 + 22 + 85 = 107 (100%)
R 0 of 107 ~ 0%
G 22 of 107 ~ 20.56%
B 85 of 107 ~ 79.44'%

%20.56
%79.44

CMYK color model

#001655 color CMYK value is (100,74,0,67).

  • cyan value is 100.00%
  • magenta value is 74.12%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (100,74,0,67)
C100M74Y0K67 (100%, 74%, 0%, 67%)
(1.00 / 0.74 / 0.00 / 0.67)

CMYK percentages

%100
%74.12
%0
%66.67

Codes

Color #001655 in popluar color models

00 16 55
RGB 0 22 85
HSL 224° 100.00% 16.67%
HSB/HSV 224° 100.00% 33.33%
CMYK 100.00% 74.12% 0.00%
66.67%

Color #001655 in popluar number systems.

HEX 00 16 55
Decimal 0 22 85
Binary 0 10110 1010101
Octal 0 26 125

Shades and tints

Shades of #001655

#001655
(0,22,85)
#00144E
(0,20,78)
#001247
(0,18,71)
#001040
(0,16,64)
#000E39
(0,14,57)
#000C32
(0,12,50)
#000A2B
(0,10,43)
#000824
(0,8,36)
#00061D
(0,6,29)
#000416
(0,4,22)
#00020F
(0,2,15)
#000000
(0,0,0)

Tints of #001655

#001655
(0,22,85)
#172B64
(23,43,100)
#2E4073
(46,64,115)
#455582
(69,85,130)
#5C6A91
(92,106,145)
#737FA0
(115,127,160)
#8A94AF
(138,148,175)
#A1A9BE
(161,169,190)
#B8BECD
(184,190,205)
#CFD3DC
(207,211,220)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001655 color. Also use rgb(0,22,85) instead hex code.

Text Font Color

.myTextColor { color: #001655; }

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

This text font color is #001655.

Background Color

.myBgColor { background-color: #001655; }

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

This div background color is #001655.

Border color

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

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

This div border color is #001655.

Opacity

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

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

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

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

This text has shadow with #001655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001655.

Preview

Color preview on black background

This text has color #001655 on black background.


Color preview on white background

This text has color #001655 on white background.


Black color preview on #001655 background

This text has black color on #001655 background.


White color preview on #001655 background

This text has white color on #001655 background.


Related colors

Complementary color

Complementary color for #hex is #FFE9AA.


I love getcolorcode.com

Triadic colors

1 #550016 and #165500 with #001655 are triadic colors.

2 #551600 and #160055 with #001655 are triadic colors.