COLOR #02306B

HEX: #02306B RGB: (2,48,107)

Color info

#02306B contains mainly green and blue colors. Web safe color of #02306B is #003366 (or #036).

RGB color model

#02306B color RGB value is (2,48,107).

RGB: (2,48,107) (1%, 19%, 42%)

RGB channels and saturation

R 2 of 255 = 1%
G 48 of 255 = 19%
B 107 of 255 = 42%

2
48
107

R + G + B ~ 21%. #02306B is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 48 + 107 = 157 (100%)
R 2 of 157 ~ 1.27%
G 48 of 157 ~ 30.57%
B 107 of 157 ~ 68.15'%

%30.57
%68.15

CMYK color model

#02306B color CMYK value is (98,55,0,58).

  • cyan value is 98.13%
  • magenta value is 55.14%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (98,55,0,58)
C98M55Y0K58 (98%, 55%, 0%, 58%)
(0.98 / 0.55 / 0.00 / 0.58)

CMYK percentages

%98.13
%55.14
%0
%58.04

Codes

Color #02306B in popluar color models

02 30 6B
RGB 2 48 107
HSL 214° 96.33% 21.37%
HSB/HSV 214° 98.13% 41.96%
CMYK 98.13% 55.14% 0.00%
58.04%

Color #02306B in popluar number systems.

HEX 02 30 6B
Decimal 2 48 107
Binary 10 110000 1101011
Octal 2 60 153

Shades and tints

Shades of #02306B

#02306B
(2,48,107)
#022C62
(2,44,98)
#022859
(2,40,89)
#022450
(2,36,80)
#022047
(2,32,71)
#021C3E
(2,28,62)
#021835
(2,24,53)
#02142C
(2,20,44)
#021023
(2,16,35)
#020C1A
(2,12,26)
#020811
(2,8,17)
#000000
(0,0,0)

Tints of #02306B

#02306B
(2,48,107)
#194278
(25,66,120)
#305485
(48,84,133)
#476692
(71,102,146)
#5E789F
(94,120,159)
#758AAC
(117,138,172)
#8C9CB9
(140,156,185)
#A3AEC6
(163,174,198)
#BAC0D3
(186,192,211)
#D1D2E0
(209,210,224)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02306B color. Also use rgb(2,48,107) instead hex code.

Text Font Color

.myTextColor { color: #02306B; }

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

This text font color is #02306B.

Background Color

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

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

This div background color is #02306B.

Border color

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

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

This div border color is #02306B.

Opacity

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

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

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

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

This text has shadow with #02306B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02306B.

Preview

Color preview on black background

This text has color #02306B on black background.


Color preview on white background

This text has color #02306B on white background.


Black color preview on #02306B background

This text has black color on #02306B background.


White color preview on #02306B background

This text has white color on #02306B background.


Related colors

Complementary color

Complementary color for #hex is #FDCF94.


I love getcolorcode.com

Triadic colors

1 #6B0230 and #306B02 with #02306B are triadic colors.

2 #6B3002 and #30026B with #02306B are triadic colors.