COLOR #02252A

HEX: #02252A
RGB: (2,37,42)

Color info

#02252A contains red, green and blue colors in about the same proportion. Web safe color of #02252A is #003333 (or #033).

RGB color model

#02252A color RGB value is (2,37,42).

  • red value is 2;
  • green value is 37;
  • blue value is 42.
RGB:
(2,37,42)
(1%,15%,16%)

RGB channels and saturation

R 2 of 255 = 1%
G 37 of 255 = 15%
B 42 of 255 = 16%

2
37
42

R + G + B ~ 11%. #02252A is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 37 + 42 = 81 (100%)
R 2 of 81 ~ 2.47%
G 37 of 81 ~ 45.68%
B 42 of 81 ~ 51.85%

%45.68
%51.85

CMYK color model

#02252A color CMYK value is (95,12,0,84).

  • cyan value is 95.24%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(95,12,0,84)
C95M12Y0K84 
(95%,12%,0%,84%)
(0.95/0.12/0.00/0.84)	

CMYK percentages

%95.24
%11.9
%0
%83.53

Codes

Color #02252A in popluar color models

02252A
RGB23742
HSL188°90.91%8.63%
HSB/HSV188°95.24%16.47%
CMYK95.24%11.90%0.00%
83.53%

Color #02252A in popluar number systems.

HEX02252A
Decimal23742
Binary10100101101010
Octal24552

Shades and tints

Shades of #02252A

#02252A
(2,37,42)
#022227
(2,34,39)
#021F24
(2,31,36)
#021C21
(2,28,33)
#02191E
(2,25,30)
#02161B
(2,22,27)
#021318
(2,19,24)
#021015
(2,16,21)
#020D12
(2,13,18)
#020A0F
(2,10,15)
#02070C
(2,7,12)
#000000
(0,0,0)

Tints of #02252A

#02252A
(2,37,42)
#19383D
(25,56,61)
#304B50
(48,75,80)
#475E63
(71,94,99)
#5E7176
(94,113,118)
#758489
(117,132,137)
#8C979C
(140,151,156)
#A3AAAF
(163,170,175)
#BABDC2
(186,189,194)
#D1D0D5
(209,208,213)
#E8E3E8
(232,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02252A color. Also use rgb(2,37,42) instead hex code.

Text Font Color

.myTextColor { color: #02252A; }

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

This text font color is #02252A.


Background Color

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

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

This div background color is #02252A.


Border color

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

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

This div border color is #02252A.


Opacity

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

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

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

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

This text has shadow with #02252A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02252A on black background.


Color preview on white background

This text has color #02252A on white background.



Black color preview on #02252A background

This text has black color on #02252A background.


White color preview on #02252A background

This text has white color on #02252A background.