COLOR #002555

HEX: #002555 RGB: (0,37,85)

Color info

#002555 contains only green and blue colors. Web safe color of #002555 is #003366 (or #036).

RGB color model

#002555 color RGB value is (0,37,85).

RGB: (0,37,85) (0%, 15%, 33%)

RGB channels and saturation

R 0 of 255 = 0%
G 37 of 255 = 15%
B 85 of 255 = 33%

0
37
85

R + G + B ~ 16%. #002555 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 37 + 85 = 122 (100%)
R 0 of 122 ~ 0%
G 37 of 122 ~ 30.33%
B 85 of 122 ~ 69.67'%

%30.33
%69.67

CMYK color model

#002555 color CMYK value is (100,56,0,67).

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

CMYK: (100,56,0,67)
C100M56Y0K67 (100%, 56%, 0%, 67%)
(1.00 / 0.56 / 0.00 / 0.67)

CMYK percentages

%100
%56.47
%0
%66.67

Codes

Color #002555 in popluar color models

00 25 55
RGB 0 37 85
HSL 214° 100.00% 16.67%
HSB/HSV 214° 100.00% 33.33%
CMYK 100.00% 56.47% 0.00%
66.67%

Color #002555 in popluar number systems.

HEX 00 25 55
Decimal 0 37 85
Binary 0 100101 1010101
Octal 0 45 125

Shades and tints

Shades of #002555

#002555
(0,37,85)
#00224E
(0,34,78)
#001F47
(0,31,71)
#001C40
(0,28,64)
#001939
(0,25,57)
#001632
(0,22,50)
#00132B
(0,19,43)
#001024
(0,16,36)
#000D1D
(0,13,29)
#000A16
(0,10,22)
#00070F
(0,7,15)
#000000
(0,0,0)

Tints of #002555

#002555
(0,37,85)
#173864
(23,56,100)
#2E4B73
(46,75,115)
#455E82
(69,94,130)
#5C7191
(92,113,145)
#7384A0
(115,132,160)
#8A97AF
(138,151,175)
#A1AABE
(161,170,190)
#B8BDCD
(184,189,205)
#CFD0DC
(207,208,220)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002555; }

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

This text font color is #002555.

Background Color

.myBgColor { background-color: #002555; }

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

This div background color is #002555.

Border color

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

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

This div border color is #002555.

Opacity

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

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

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

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

This text has shadow with #002555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002555.

Preview

Color preview on black background

This text has color #002555 on black background.


Color preview on white background

This text has color #002555 on white background.


Black color preview on #002555 background

This text has black color on #002555 background.


White color preview on #002555 background

This text has white color on #002555 background.


Related colors

Complementary color

Complementary color for #hex is #FFDAAA.


I love getcolorcode.com

Triadic colors

1 #550025 and #255500 with #002555 are triadic colors.

2 #552500 and #250055 with #002555 are triadic colors.