COLOR #072555

HEX: #072555 RGB: (7,37,85)

Color info

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

RGB color model

#072555 color RGB value is (7,37,85).

RGB: (7,37,85) (3%, 15%, 33%)

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 85 of 255 = 33%

7
37
85

R + G + B ~ 17%. #072555 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 37 + 85 = 129 (100%)
R 7 of 129 ~ 5.43%
G 37 of 129 ~ 28.68%
B 85 of 129 ~ 65.89'%

%28.68
%65.89

CMYK color model

#072555 color CMYK value is (92,56,0,67).

  • cyan value is 91.76%
  • magenta value is 56.47%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK: (92,56,0,67) C92M56Y0K67 (92%,56%,0%,67%) (0.92/0.56/0.00/0.67) 

CMYK percentages

%91.76
%56.47
%0
%66.67

Codes

Color #072555 in popluar color models

07 25 55
RGB 7 37 85
HSL 217° 84.78% 18.04%
HSB/HSV 217° 91.76% 33.33%
CMYK 91.76% 56.47% 0.00%
66.67%

Color #072555 in popluar number systems.

HEX 07 25 55
Decimal 7 37 85
Binary 111 100101 1010101
Octal 7 45 125

Shades and tints

Shades of #072555

#072555
(7,37,85)
#07224E
(7,34,78)
#071F47
(7,31,71)
#071C40
(7,28,64)
#071939
(7,25,57)
#071632
(7,22,50)
#07132B
(7,19,43)
#071024
(7,16,36)
#070D1D
(7,13,29)
#070A16
(7,10,22)
#07070F
(7,7,15)
#000000
(0,0,0)

Tints of #072555

#072555
(7,37,85)
#1D3864
(29,56,100)
#334B73
(51,75,115)
#495E82
(73,94,130)
#5F7191
(95,113,145)
#7584A0
(117,132,160)
#8B97AF
(139,151,175)
#A1AABE
(161,170,190)
#B7BDCD
(183,189,205)
#CDD0DC
(205,208,220)
#E3E3EB
(227,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072555; }

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

This text font color is #072555.

Background Color

.myBgColor { background-color: #072555; }

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

This div background color is #072555.

Border color

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

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

This div border color is #072555.

Opacity

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

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

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

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

This text has shadow with #072555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072555.

Preview

Color preview on black background

This text has color #072555 on black background.


Color preview on white background

This text has color #072555 on white background.


Black color preview on #072555 background

This text has black color on #072555 background.


White color preview on #072555 background

This text has white color on #072555 background.


Related colors

Complementary color

Complementary color for #hex is #F8DAAA.


I love getcolorcode.com

Triadic colors

1 #550725 and #255507 with #072555 are triadic colors.

2 #552507 and #250755 with #072555 are triadic colors.