COLOR #062BE5

HEX: #062BE5
RGB: (6,43,229)

Color info

#062BE5 contains mainly blue color. Web safe color of #062BE5 is #0033CC (or #03C).

RGB color model

#062BE5 color RGB value is (6,43,229).

  • red value is 6;
  • green value is 43;
  • blue value is 229.
RGB:
(6,43,229)
(2%,17%,90%)

RGB channels and saturation

R 6 of 255 = 2%
G 43 of 255 = 17%
B 229 of 255 = 90%

6
43
229

R + G + B ~ 36%. #062BE5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 43 + 229 = 278 (100%)
R 6 of 278 ~ 2.16%
G 43 of 278 ~ 15.47%
B 229 of 278 ~ 82.37%

%15.47
%82.37

CMYK color model

#062BE5 color CMYK value is (97,81,0,10).

  • cyan value is 97.38%
  • magenta value is 81.22%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(97,81,0,10)
C97M81Y0K10 
(97%,81%,0%,10%)
(0.97/0.81/0.00/0.10)	

CMYK percentages

%97.38
%81.22
%0
%10.2

Codes

Color #062BE5 in popluar color models

062BE5
RGB643229
HSL230°94.89%46.08%
HSB/HSV230°97.38%89.80%
CMYK97.38%81.22%0.00%
10.20%

Color #062BE5 in popluar number systems.

HEX062BE5
Decimal643229
Binary11010101111100101
Octal653345

Shades and tints

Shades of #062BE5

#062BE5
(6,43,229)
#0628D1
(6,40,209)
#0625BD
(6,37,189)
#0622A9
(6,34,169)
#061F95
(6,31,149)
#061C81
(6,28,129)
#06196D
(6,25,109)
#061659
(6,22,89)
#061345
(6,19,69)
#061031
(6,16,49)
#060D1D
(6,13,29)
#000000
(0,0,0)

Tints of #062BE5

#062BE5
(6,43,229)
#1C3EE7
(28,62,231)
#3251E9
(50,81,233)
#4864EB
(72,100,235)
#5E77ED
(94,119,237)
#748AEF
(116,138,239)
#8A9DF1
(138,157,241)
#A0B0F3
(160,176,243)
#B6C3F5
(182,195,245)
#CCD6F7
(204,214,247)
#E2E9F9
(226,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062BE5 color. Also use rgb(6,43,229) instead hex code.

Text Font Color

.myTextColor { color: #062BE5; }

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

This text font color is #062BE5.


Background Color

.myBgColor { background-color: #062BE5; }

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

This div background color is #062BE5.


Border color

.myBorderColor { border: 1px solid #062BE5; }

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

This div border color is #062BE5.


Opacity

.myOpacity80 { color: #062BE5; opacity: 0.8; }

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

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

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

This text has shadow with #062BE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062BE5 on black background.


Color preview on white background

This text has color #062BE5 on white background.



Black color preview on #062BE5 background

This text has black color on #062BE5 background.


White color preview on #062BE5 background

This text has white color on #062BE5 background.