COLOR #030253

HEX: #030253
RGB: (3,2,83)

Color info

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

RGB color model

#030253 color RGB value is (3,2,83).

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

RGB channels and saturation

R 3 of 255 = 1%
G 2 of 255 = 1%
B 83 of 255 = 33%

3
2
83

R + G + B ~ 12%. #030253 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 2 + 83 = 88 (100%)
R 3 of 88 ~ 3.41%
G 2 of 88 ~ 2.27%
B 83 of 88 ~ 94.32%

%94.32

CMYK color model

#030253 color CMYK value is (96,98,0,67).

  • cyan value is 96.39%
  • magenta value is 97.59%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(96,98,0,67)
C96M98Y0K67 
(96%,98%,0%,67%)
(0.96/0.98/0.00/0.67)	

CMYK percentages

%96.39
%97.59
%0
%67.45

Codes

Color #030253 in popluar color models

030253
RGB3283
HSL241°95.29%16.67%
HSB/HSV241°97.59%32.55%
CMYK96.39%97.59%0.00%
67.45%

Color #030253 in popluar number systems.

HEX030253
Decimal3283
Binary11101010011
Octal32123

Shades and tints

Shades of #030253

#030253
(3,2,83)
#03024C
(3,2,76)
#030245
(3,2,69)
#03023E
(3,2,62)
#030237
(3,2,55)
#030230
(3,2,48)
#030229
(3,2,41)
#030222
(3,2,34)
#03021B
(3,2,27)
#030214
(3,2,20)
#03020D
(3,2,13)
#000000
(0,0,0)

Tints of #030253

#030253
(3,2,83)
#191962
(25,25,98)
#2F3071
(47,48,113)
#454780
(69,71,128)
#5B5E8F
(91,94,143)
#71759E
(113,117,158)
#878CAD
(135,140,173)
#9DA3BC
(157,163,188)
#B3BACB
(179,186,203)
#C9D1DA
(201,209,218)
#DFE8E9
(223,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030253 color. Also use rgb(3,2,83) instead hex code.

Text Font Color

.myTextColor { color: #030253; }

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

This text font color is #030253.


Background Color

.myBgColor { background-color: #030253; }

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

This div background color is #030253.


Border color

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

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

This div border color is #030253.


Opacity

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

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

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

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

This text has shadow with #030253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030253 on black background.


Color preview on white background

This text has color #030253 on white background.



Black color preview on #030253 background

This text has black color on #030253 background.


White color preview on #030253 background

This text has white color on #030253 background.