COLOR #250E63

HEX: #250E63 RGB: (37,14,99)

Color info

#250E63 contains mainly blue color. Web safe color of #250E63 is #330066 (or #306).

RGB color model

#250E63 color RGB value is (37,14,99).

RGB: (37,14,99) (15%, 5%, 39%)

RGB channels and saturation

R 37 of 255 = 15%
G 14 of 255 = 5%
B 99 of 255 = 39%

37
14
99

R + G + B ~ 20%. #250E63 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 14 + 99 = 150 (100%)
R 37 of 150 ~ 24.67%
G 14 of 150 ~ 9.33%
B 99 of 150 ~ 66'%

%24.67
%66

CMYK color model

#250E63 color CMYK value is (63,86,0,61).

  • cyan value is 62.63%
  • magenta value is 85.86%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (63,86,0,61)
C63M86Y0K61 (63%, 86%, 0%, 61%)
(0.63 / 0.86 / 0.00 / 0.61)

CMYK percentages

%62.63
%85.86
%0
%61.18

Codes

Color #250E63 in popluar color models

25 0E 63
RGB 37 14 99
HSL 256° 75.22% 22.16%
HSB/HSV 256° 85.86% 38.82%
CMYK 62.63% 85.86% 0.00%
61.18%

Color #250E63 in popluar number systems.

HEX 25 0E 63
Decimal 37 14 99
Binary 100101 1110 1100011
Octal 45 16 143

Shades and tints

Shades of #250E63

#250E63
(37,14,99)
#220D5A
(34,13,90)
#1F0C51
(31,12,81)
#1C0B48
(28,11,72)
#190A3F
(25,10,63)
#160936
(22,9,54)
#13082D
(19,8,45)
#100724
(16,7,36)
#0D061B
(13,6,27)
#0A0512
(10,5,18)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #250E63

#250E63
(37,14,99)
#382371
(56,35,113)
#4B387F
(75,56,127)
#5E4D8D
(94,77,141)
#71629B
(113,98,155)
#8477A9
(132,119,169)
#978CB7
(151,140,183)
#AAA1C5
(170,161,197)
#BDB6D3
(189,182,211)
#D0CBE1
(208,203,225)
#E3E0EF
(227,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250E63 color. Also use rgb(37,14,99) instead hex code.

Text Font Color

.myTextColor { color: #250E63; }

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

This text font color is #250E63.

Background Color

.myBgColor { background-color: #250E63; }

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

This div background color is #250E63.

Border color

.myBorderColor { border: 1px solid #250E63; }

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

This div border color is #250E63.

Opacity

.myOpacity80 { color: #250E63; opacity: 0.8; }

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

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

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

This text has shadow with #250E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250E63.

Preview

Color preview on black background

This text has color #250E63 on black background.


Color preview on white background

This text has color #250E63 on white background.


Black color preview on #250E63 background

This text has black color on #250E63 background.


White color preview on #250E63 background

This text has white color on #250E63 background.


Related colors

Complementary color

Complementary color for #hex is #DAF19C.


I love getcolorcode.com

Triadic colors

1 #63250E and #0E6325 with #250E63 are triadic colors.

2 #630E25 and #0E2563 with #250E63 are triadic colors.