COLOR #06236B

HEX: #06236B
RGB: (6,35,107)

Color info

#06236B contains mainly blue color. Web safe color of #06236B is #003366 (or #036).

RGB color model

#06236B color RGB value is (6,35,107).

  • red value is 6;
  • green value is 35;
  • blue value is 107.
RGB:
(6,35,107)
(2%,14%,42%)

RGB channels and saturation

R 6 of 255 = 2%
G 35 of 255 = 14%
B 107 of 255 = 42%

6
35
107

R + G + B ~ 19%. #06236B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 35 + 107 = 148 (100%)
R 6 of 148 ~ 4.05%
G 35 of 148 ~ 23.65%
B 107 of 148 ~ 72.3%

%23.65
%72.3

CMYK color model

#06236B color CMYK value is (94,67,0,58).

  • cyan value is 94.39%
  • magenta value is 67.29%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(94,67,0,58)
C94M67Y0K58 
(94%,67%,0%,58%)
(0.94/0.67/0.00/0.58)	

CMYK percentages

%94.39
%67.29
%0
%58.04

Codes

Color #06236B in popluar color models

06236B
RGB635107
HSL223°89.38%22.16%
HSB/HSV223°94.39%41.96%
CMYK94.39%67.29%0.00%
58.04%

Color #06236B in popluar number systems.

HEX06236B
Decimal635107
Binary1101000111101011
Octal643153

Shades and tints

Shades of #06236B

#06236B
(6,35,107)
#062062
(6,32,98)
#061D59
(6,29,89)
#061A50
(6,26,80)
#061747
(6,23,71)
#06143E
(6,20,62)
#061135
(6,17,53)
#060E2C
(6,14,44)
#060B23
(6,11,35)
#06081A
(6,8,26)
#060511
(6,5,17)
#000000
(0,0,0)

Tints of #06236B

#06236B
(6,35,107)
#1C3778
(28,55,120)
#324B85
(50,75,133)
#485F92
(72,95,146)
#5E739F
(94,115,159)
#7487AC
(116,135,172)
#8A9BB9
(138,155,185)
#A0AFC6
(160,175,198)
#B6C3D3
(182,195,211)
#CCD7E0
(204,215,224)
#E2EBED
(226,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06236B color. Also use rgb(6,35,107) instead hex code.

Text Font Color

.myTextColor { color: #06236B; }

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

This text font color is #06236B.


Background Color

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

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

This div background color is #06236B.


Border color

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

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

This div border color is #06236B.


Opacity

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

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

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

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

This text has shadow with #06236B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06236B on black background.


Color preview on white background

This text has color #06236B on white background.



Black color preview on #06236B background

This text has black color on #06236B background.


White color preview on #06236B background

This text has white color on #06236B background.