COLOR #00268A

HEX: #00268A
RGB: (0,38,138)

Color info

#00268A contains mainly blue color. Web safe color of #00268A is #003399 (or #039).

RGB color model

#00268A color RGB value is (0,38,138).

  • red value is 0;
  • green value is 38;
  • blue value is 138.
RGB:
(0,38,138)
(0%,15%,54%)

RGB channels and saturation

R 0 of 255 = 0%
G 38 of 255 = 15%
B 138 of 255 = 54%

0
38
138

R + G + B ~ 23%. #00268A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 38 + 138 = 176 (100%)
R 0 of 176 ~ 0%
G 38 of 176 ~ 21.59%
B 138 of 176 ~ 78.41%

%21.59
%78.41

CMYK color model

#00268A color CMYK value is (100,72,0,46).

  • cyan value is 100.00%
  • magenta value is 72.46%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(100,72,0,46)
C100M72Y0K46 
(100%,72%,0%,46%)
(1.00/0.72/0.00/0.46)	

CMYK percentages

%100
%72.46
%0
%45.88

Codes

Color #00268A in popluar color models

00268A
RGB038138
HSL223°100.00%27.06%
HSB/HSV223°100.00%54.12%
CMYK100.00%72.46%0.00%
45.88%

Color #00268A in popluar number systems.

HEX00268A
Decimal038138
Binary010011010001010
Octal046212

Shades and tints

Shades of #00268A

#00268A
(0,38,138)
#00237E
(0,35,126)
#002072
(0,32,114)
#001D66
(0,29,102)
#001A5A
(0,26,90)
#00174E
(0,23,78)
#001442
(0,20,66)
#001136
(0,17,54)
#000E2A
(0,14,42)
#000B1E
(0,11,30)
#000812
(0,8,18)
#000000
(0,0,0)

Tints of #00268A

#00268A
(0,38,138)
#173994
(23,57,148)
#2E4C9E
(46,76,158)
#455FA8
(69,95,168)
#5C72B2
(92,114,178)
#7385BC
(115,133,188)
#8A98C6
(138,152,198)
#A1ABD0
(161,171,208)
#B8BEDA
(184,190,218)
#CFD1E4
(207,209,228)
#E6E4EE
(230,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00268A color. Also use rgb(0,38,138) instead hex code.

Text Font Color

.myTextColor { color: #00268A; }

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

This text font color is #00268A.


Background Color

.myBgColor { background-color: #00268A; }

<div style="background-color:#00268A">Inner text</div>

This div background color is #00268A.


Border color

.myBorderColor { border: 1px solid #00268A; }

<div style="border:3px solid #00268A">Div</div>

This div border color is #00268A.


Opacity

.myOpacity80 { color: #00268A; opacity: 0.8; }

<p style="color:#00268A;opacity:0.8;">80%</p>

Text with #00268A 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 #00268A;}

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

This text has shadow with #00268A color.

.textShadow {text-shadow: 3px 3px 1px #00268A, 3px 3px 1px red;}

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

This text has shadow with #00268A primary color and red secondary color.


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

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

This text has shadow with #00268A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00268A on black background.


Color preview on white background

This text has color #00268A on white background.



Black color preview on #00268A background

This text has black color on #00268A background.


White color preview on #00268A background

This text has white color on #00268A background.