COLOR #02134B

HEX: #02134B RGB: (2,19,75)

Color info

#02134B contains mainly green and blue colors. Web safe color of #02134B is #000033 (or #003).

RGB color model

#02134B color RGB value is (2,19,75).

RGB: (2,19,75) (1%, 7%, 29%)

RGB channels and saturation

R 2 of 255 = 1%
G 19 of 255 = 7%
B 75 of 255 = 29%

2
19
75

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

Portions of RGB colors in percentages

R + G + B = 2 + 19 + 75 = 96 (100%)
R 2 of 96 ~ 2.08%
G 19 of 96 ~ 19.79%
B 75 of 96 ~ 78.13'%

%19.79
%78.13

CMYK color model

#02134B color CMYK value is (97,75,0,71).

  • cyan value is 97.33%
  • magenta value is 74.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (97,75,0,71)
C97M75Y0K71 (97%, 75%, 0%, 71%)
(0.97 / 0.75 / 0.00 / 0.71)

CMYK percentages

%97.33
%74.67
%0
%70.59

Codes

Color #02134B in popluar color models

02 13 4B
RGB 2 19 75
HSL 226° 94.81% 15.10%
HSB/HSV 226° 97.33% 29.41%
CMYK 97.33% 74.67% 0.00%
70.59%

Color #02134B in popluar number systems.

HEX 02 13 4B
Decimal 2 19 75
Binary 10 10011 1001011
Octal 2 23 113

Shades and tints

Shades of #02134B

#02134B
(2,19,75)
#021245
(2,18,69)
#02113F
(2,17,63)
#021039
(2,16,57)
#020F33
(2,15,51)
#020E2D
(2,14,45)
#020D27
(2,13,39)
#020C21
(2,12,33)
#020B1B
(2,11,27)
#020A15
(2,10,21)
#02090F
(2,9,15)
#000000
(0,0,0)

Tints of #02134B

#02134B
(2,19,75)
#19285B
(25,40,91)
#303D6B
(48,61,107)
#47527B
(71,82,123)
#5E678B
(94,103,139)
#757C9B
(117,124,155)
#8C91AB
(140,145,171)
#A3A6BB
(163,166,187)
#BABBCB
(186,187,203)
#D1D0DB
(209,208,219)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02134B color. Also use rgb(2,19,75) instead hex code.

Text Font Color

.myTextColor { color: #02134B; }

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

This text font color is #02134B.

Background Color

.myBgColor { background-color: #02134B; }

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

This div background color is #02134B.

Border color

.myBorderColor { border: 1px solid #02134B; }

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

This div border color is #02134B.

Opacity

.myOpacity80 { color: #02134B; opacity: 0.8; }

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

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

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

This text has shadow with #02134B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02134B.

Preview

Color preview on black background

This text has color #02134B on black background.


Color preview on white background

This text has color #02134B on white background.


Black color preview on #02134B background

This text has black color on #02134B background.


White color preview on #02134B background

This text has white color on #02134B background.


Related colors

Complementary color

Complementary color for #hex is #FDECB4.


I love getcolorcode.com

Triadic colors

1 #4B0213 and #134B02 with #02134B are triadic colors.

2 #4B1302 and #13024B with #02134B are triadic colors.