COLOR #250053

HEX: #250053
RGB: (37,0,83)

Color info

#250053 contains only red and blue colors. Web safe color of #250053 is #330066 (or #306).

RGB color model

#250053 color RGB value is (37,0,83).

  • red value is 37;
  • green value is 0;
  • blue value is 83.
RGB:
(37,0,83)
(15%,0%,33%)

RGB channels and saturation

R 37 of 255 = 15%
G 0 of 255 = 0%
B 83 of 255 = 33%

37
0
83

R + G + B ~ 16%. #250053 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 0 + 83 = 120 (100%)
R 37 of 120 ~ 30.83%
G 0 of 120 ~ 0%
B 83 of 120 ~ 69.17%

%30.83
%69.17

CMYK color model

#250053 color CMYK value is (55,100,0,67).

  • cyan value is 55.42%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(55,100,0,67)
C55M100Y0K67 
(55%,100%,0%,67%)
(0.55/1.00/0.00/0.67)	

CMYK percentages

%55.42
%100
%0
%67.45

Codes

Color #250053 in popluar color models

250053
RGB37083
HSL267°100.00%16.27%
HSB/HSV267°100.00%32.55%
CMYK55.42%100.00%0.00%
67.45%

Color #250053 in popluar number systems.

HEX250053
Decimal37083
Binary10010101010011
Octal450123

Shades and tints

Shades of #250053

#250053
(37,0,83)
#22004C
(34,0,76)
#1F0045
(31,0,69)
#1C003E
(28,0,62)
#190037
(25,0,55)
#160030
(22,0,48)
#130029
(19,0,41)
#100022
(16,0,34)
#0D001B
(13,0,27)
#0A0014
(10,0,20)
#07000D
(7,0,13)
#000000
(0,0,0)

Tints of #250053

#250053
(37,0,83)
#381762
(56,23,98)
#4B2E71
(75,46,113)
#5E4580
(94,69,128)
#715C8F
(113,92,143)
#84739E
(132,115,158)
#978AAD
(151,138,173)
#AAA1BC
(170,161,188)
#BDB8CB
(189,184,203)
#D0CFDA
(208,207,218)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250053 color. Also use rgb(37,0,83) instead hex code.

Text Font Color

.myTextColor { color: #250053; }

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

This text font color is #250053.


Background Color

.myBgColor { background-color: #250053; }

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

This div background color is #250053.


Border color

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

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

This div border color is #250053.


Opacity

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

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

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

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

This text has shadow with #250053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250053 on black background.


Color preview on white background

This text has color #250053 on white background.



Black color preview on #250053 background

This text has black color on #250053 background.


White color preview on #250053 background

This text has white color on #250053 background.