COLOR #263A9D

HEX: #263A9D
RGB: (38,58,157)

Color info

#263A9D contains mainly blue color. Web safe color of #263A9D is #333399 (or #339).

RGB color model

#263A9D color RGB value is (38,58,157).

  • red value is 38;
  • green value is 58;
  • blue value is 157.
RGB:
(38,58,157)
(15%,23%,62%)

RGB channels and saturation

R 38 of 255 = 15%
G 58 of 255 = 23%
B 157 of 255 = 62%

38
58
157

R + G + B ~ 33%. #263A9D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 58 + 157 = 253 (100%)
R 38 of 253 ~ 15.02%
G 58 of 253 ~ 22.92%
B 157 of 253 ~ 62.06%

%15.02
%22.92
%62.06

CMYK color model

#263A9D color CMYK value is (76,63,0,38).

  • cyan value is 75.80%
  • magenta value is 63.06%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(76,63,0,38)
C76M63Y0K38 
(76%,63%,0%,38%)
(0.76/0.63/0.00/0.38)	

CMYK percentages

%75.8
%63.06
%0
%38.43

Codes

Color #263A9D in popluar color models

263A9D
RGB3858157
HSL230°61.03%38.24%
HSB/HSV230°75.80%61.57%
CMYK75.80%63.06%0.00%
38.43%

Color #263A9D in popluar number systems.

HEX263A9D
Decimal3858157
Binary10011011101010011101
Octal4672235

Shades and tints

Shades of #263A9D

#263A9D
(38,58,157)
#23358F
(35,53,143)
#203081
(32,48,129)
#1D2B73
(29,43,115)
#1A2665
(26,38,101)
#172157
(23,33,87)
#141C49
(20,28,73)
#11173B
(17,23,59)
#0E122D
(14,18,45)
#0B0D1F
(11,13,31)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #263A9D

#263A9D
(38,58,157)
#394BA5
(57,75,165)
#4C5CAD
(76,92,173)
#5F6DB5
(95,109,181)
#727EBD
(114,126,189)
#858FC5
(133,143,197)
#98A0CD
(152,160,205)
#ABB1D5
(171,177,213)
#BEC2DD
(190,194,221)
#D1D3E5
(209,211,229)
#E4E4ED
(228,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263A9D color. Also use rgb(38,58,157) instead hex code.

Text Font Color

.myTextColor { color: #263A9D; }

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

This text font color is #263A9D.


Background Color

.myBgColor { background-color: #263A9D; }

<div style="background-color:#263A9D">Inner text</div>

This div background color is #263A9D.


Border color

.myBorderColor { border: 1px solid #263A9D; }

<div style="border:3px solid #263A9D">Div</div>

This div border color is #263A9D.


Opacity

.myOpacity80 { color: #263A9D; opacity: 0.8; }

<p style="color:#263A9D;opacity:0.8;">80%</p>

Text with #263A9D 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 #263A9D;}

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

This text has shadow with #263A9D color.

.textShadow {text-shadow: 3px 3px 1px #263A9D, 3px 3px 1px red;}

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

This text has shadow with #263A9D primary color and red secondary color.


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

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

This text has shadow with #263A9D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263A9D on black background.


Color preview on white background

This text has color #263A9D on white background.



Black color preview on #263A9D background

This text has black color on #263A9D background.


White color preview on #263A9D background

This text has white color on #263A9D background.