COLOR #10255E

HEX: #10255E
RGB: (16,37,94)

Color info

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

RGB color model

#10255E color RGB value is (16,37,94).

  • red value is 16;
  • green value is 37;
  • blue value is 94.
RGB:
(16,37,94)
(6%,15%,37%)

RGB channels and saturation

R 16 of 255 = 6%
G 37 of 255 = 15%
B 94 of 255 = 37%

16
37
94

R + G + B ~ 19%. #10255E is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 37 + 94 = 147 (100%)
R 16 of 147 ~ 10.88%
G 37 of 147 ~ 25.17%
B 94 of 147 ~ 63.95%

%10.88
%25.17
%63.95

CMYK color model

#10255E color CMYK value is (83,61,0,63).

  • cyan value is 82.98%
  • magenta value is 60.64%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(83,61,0,63)
C83M61Y0K63 
(83%,61%,0%,63%)
(0.83/0.61/0.00/0.63)	

CMYK percentages

%82.98
%60.64
%0
%63.14

Codes

Color #10255E in popluar color models

10255E
RGB163794
HSL224°70.91%21.57%
HSB/HSV224°82.98%36.86%
CMYK82.98%60.64%0.00%
63.14%

Color #10255E in popluar number systems.

HEX10255E
Decimal163794
Binary100001001011011110
Octal2045136

Shades and tints

Shades of #10255E

#10255E
(16,37,94)
#0F2256
(15,34,86)
#0E1F4E
(14,31,78)
#0D1C46
(13,28,70)
#0C193E
(12,25,62)
#0B1636
(11,22,54)
#0A132E
(10,19,46)
#091026
(9,16,38)
#080D1E
(8,13,30)
#070A16
(7,10,22)
#06070E
(6,7,14)
#000000
(0,0,0)

Tints of #10255E

#10255E
(16,37,94)
#25386C
(37,56,108)
#3A4B7A
(58,75,122)
#4F5E88
(79,94,136)
#647196
(100,113,150)
#7984A4
(121,132,164)
#8E97B2
(142,151,178)
#A3AAC0
(163,170,192)
#B8BDCE
(184,189,206)
#CDD0DC
(205,208,220)
#E2E3EA
(226,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10255E color. Also use rgb(16,37,94) instead hex code.

Text Font Color

.myTextColor { color: #10255E; }

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

This text font color is #10255E.


Background Color

.myBgColor { background-color: #10255E; }

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

This div background color is #10255E.


Border color

.myBorderColor { border: 1px solid #10255E; }

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

This div border color is #10255E.


Opacity

.myOpacity80 { color: #10255E; opacity: 0.8; }

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

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

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

This text has shadow with #10255E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10255E on black background.


Color preview on white background

This text has color #10255E on white background.



Black color preview on #10255E background

This text has black color on #10255E background.


White color preview on #10255E background

This text has white color on #10255E background.