COLOR #071253

HEX: #071253
RGB: (7,18,83)

Color info

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

RGB color model

#071253 color RGB value is (7,18,83).

  • red value is 7;
  • green value is 18;
  • blue value is 83.
RGB:
(7,18,83)
(3%,7%,33%)

RGB channels and saturation

R 7 of 255 = 3%
G 18 of 255 = 7%
B 83 of 255 = 33%

7
18
83

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

Portions of RGB colors in percentages

R + G + B =
7 + 18 + 83 = 108 (100%)
R 7 of 108 ~ 6.48%
G 18 of 108 ~ 16.67%
B 83 of 108 ~ 76.85%

%16.67
%76.85

CMYK color model

#071253 color CMYK value is (92,78,0,67).

  • cyan value is 91.57%
  • magenta value is 78.31%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(92,78,0,67)
C92M78Y0K67 
(92%,78%,0%,67%)
(0.92/0.78/0.00/0.67)	

CMYK percentages

%91.57
%78.31
%0
%67.45

Codes

Color #071253 in popluar color models

071253
RGB71883
HSL231°84.44%17.65%
HSB/HSV231°91.57%32.55%
CMYK91.57%78.31%0.00%
67.45%

Color #071253 in popluar number systems.

HEX071253
Decimal71883
Binary111100101010011
Octal722123

Shades and tints

Shades of #071253

#071253
(7,18,83)
#07114C
(7,17,76)
#071045
(7,16,69)
#070F3E
(7,15,62)
#070E37
(7,14,55)
#070D30
(7,13,48)
#070C29
(7,12,41)
#070B22
(7,11,34)
#070A1B
(7,10,27)
#070914
(7,9,20)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #071253

#071253
(7,18,83)
#1D2762
(29,39,98)
#333C71
(51,60,113)
#495180
(73,81,128)
#5F668F
(95,102,143)
#757B9E
(117,123,158)
#8B90AD
(139,144,173)
#A1A5BC
(161,165,188)
#B7BACB
(183,186,203)
#CDCFDA
(205,207,218)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071253 color. Also use rgb(7,18,83) instead hex code.

Text Font Color

.myTextColor { color: #071253; }

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

This text font color is #071253.


Background Color

.myBgColor { background-color: #071253; }

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

This div background color is #071253.


Border color

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

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

This div border color is #071253.


Opacity

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

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

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

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

This text has shadow with #071253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071253 on black background.


Color preview on white background

This text has color #071253 on white background.



Black color preview on #071253 background

This text has black color on #071253 background.


White color preview on #071253 background

This text has white color on #071253 background.