COLOR #02303F

HEX: #02303F RGB: (2,48,63)

Color info

#02303F contains mainly green and blue colors. Web safe color of #02303F is #003333 (or #033).

RGB color model

#02303F color RGB value is (2,48,63).

RGB: (2,48,63) (1%, 19%, 25%)

RGB channels and saturation

R 2 of 255 = 1%
G 48 of 255 = 19%
B 63 of 255 = 25%

2
48
63

R + G + B ~ 15%. #02303F is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 48 + 63 = 113 (100%)
R 2 of 113 ~ 1.77%
G 48 of 113 ~ 42.48%
B 63 of 113 ~ 55.75'%

%42.48
%55.75

CMYK color model

#02303F color CMYK value is (97,24,0,75).

  • cyan value is 96.83%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (97,24,0,75)
C97M24Y0K75 (97%, 24%, 0%, 75%)
(0.97 / 0.24 / 0.00 / 0.75)

CMYK percentages

%96.83
%23.81
%0
%75.29

Codes

Color #02303F in popluar color models

02 30 3F
RGB 2 48 63
HSL 195° 93.85% 12.75%
HSB/HSV 195° 96.83% 24.71%
CMYK 96.83% 23.81% 0.00%
75.29%

Color #02303F in popluar number systems.

HEX 02 30 3F
Decimal 2 48 63
Binary 10 110000 111111
Octal 2 60 77

Shades and tints

Shades of #02303F

#02303F
(2,48,63)
#022C3A
(2,44,58)
#022835
(2,40,53)
#022430
(2,36,48)
#02202B
(2,32,43)
#021C26
(2,28,38)
#021821
(2,24,33)
#02141C
(2,20,28)
#021017
(2,16,23)
#020C12
(2,12,18)
#02080D
(2,8,13)
#000000
(0,0,0)

Tints of #02303F

#02303F
(2,48,63)
#194250
(25,66,80)
#305461
(48,84,97)
#476672
(71,102,114)
#5E7883
(94,120,131)
#758A94
(117,138,148)
#8C9CA5
(140,156,165)
#A3AEB6
(163,174,182)
#BAC0C7
(186,192,199)
#D1D2D8
(209,210,216)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02303F color. Also use rgb(2,48,63) instead hex code.

Text Font Color

.myTextColor { color: #02303F; }

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

This text font color is #02303F.

Background Color

.myBgColor { background-color: #02303F; }

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

This div background color is #02303F.

Border color

.myBorderColor { border: 1px solid #02303F; }

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

This div border color is #02303F.

Opacity

.myOpacity80 { color: #02303F; opacity: 0.8; }

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

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

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

This text has shadow with #02303F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02303F.

Preview

Color preview on black background

This text has color #02303F on black background.


Color preview on white background

This text has color #02303F on white background.


Black color preview on #02303F background

This text has black color on #02303F background.


White color preview on #02303F background

This text has white color on #02303F background.


Related colors

Complementary color

Complementary color for #hex is #FDCFC0.


I love getcolorcode.com

Triadic colors

1 #3F0230 and #303F02 with #02303F are triadic colors.

2 #3F3002 and #30023F with #02303F are triadic colors.