COLOR #10255A

HEX: #10255A RGB: (16,37,90)

Color info

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

RGB color model

#10255A color RGB value is (16,37,90).

RGB: (16,37,90) (6%, 15%, 35%)

RGB channels and saturation

R 16 of 255 = 6%
G 37 of 255 = 15%
B 90 of 255 = 35%

16
37
90

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

Portions of RGB colors in percentages

R + G + B = 16 + 37 + 90 = 143 (100%)
R 16 of 143 ~ 11.19%
G 37 of 143 ~ 25.87%
B 90 of 143 ~ 62.94'%

%11.19
%25.87
%62.94

CMYK color model

#10255A color CMYK value is (82,59,0,65).

  • cyan value is 82.22%
  • magenta value is 58.89%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (82,59,0,65)
C82M59Y0K65 (82%, 59%, 0%, 65%)
(0.82 / 0.59 / 0.00 / 0.65)

CMYK percentages

%82.22
%58.89
%0
%64.71

Codes

Color #10255A in popluar color models

10 25 5A
RGB 16 37 90
HSL 223° 69.81% 20.78%
HSB/HSV 223° 82.22% 35.29%
CMYK 82.22% 58.89% 0.00%
64.71%

Color #10255A in popluar number systems.

HEX 10 25 5A
Decimal 16 37 90
Binary 10000 100101 1011010
Octal 20 45 132

Shades and tints

Shades of #10255A

#10255A
(16,37,90)
#0F2252
(15,34,82)
#0E1F4A
(14,31,74)
#0D1C42
(13,28,66)
#0C193A
(12,25,58)
#0B1632
(11,22,50)
#0A132A
(10,19,42)
#091022
(9,16,34)
#080D1A
(8,13,26)
#070A12
(7,10,18)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #10255A

#10255A
(16,37,90)
#253869
(37,56,105)
#3A4B78
(58,75,120)
#4F5E87
(79,94,135)
#647196
(100,113,150)
#7984A5
(121,132,165)
#8E97B4
(142,151,180)
#A3AAC3
(163,170,195)
#B8BDD2
(184,189,210)
#CDD0E1
(205,208,225)
#E2E3F0
(226,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #10255A; }

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

This text font color is #10255A.

Background Color

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

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

This div background color is #10255A.

Border color

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

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

This div border color is #10255A.

Opacity

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

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

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

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

This text has shadow with #10255A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10255A.

Preview

Color preview on black background

This text has color #10255A on black background.


Color preview on white background

This text has color #10255A on white background.


Black color preview on #10255A background

This text has black color on #10255A background.


White color preview on #10255A background

This text has white color on #10255A background.


Related colors

Complementary color

Complementary color for #hex is #EFDAA5.


I love getcolorcode.com

Triadic colors

1 #5A1025 and #255A10 with #10255A are triadic colors.

2 #5A2510 and #25105A with #10255A are triadic colors.