COLOR #0D264B

HEX: #0D264B
RGB: (13,38,75)

Color info

#0D264B contains mainly green and blue colors. Web safe color of #0D264B is #003333 (or #033).

RGB color model

#0D264B color RGB value is (13,38,75).

  • red value is 13;
  • green value is 38;
  • blue value is 75.
RGB:
(13,38,75)
(5%,15%,29%)

RGB channels and saturation

R 13 of 255 = 5%
G 38 of 255 = 15%
B 75 of 255 = 29%

13
38
75

R + G + B ~ 16%. #0D264B is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 38 + 75 = 126 (100%)
R 13 of 126 ~ 10.32%
G 38 of 126 ~ 30.16%
B 75 of 126 ~ 59.52%

%10.32
%30.16
%59.52

CMYK color model

#0D264B color CMYK value is (83,49,0,71).

  • cyan value is 82.67%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(83,49,0,71)
C83M49Y0K71 
(83%,49%,0%,71%)
(0.83/0.49/0.00/0.71)	

CMYK percentages

%82.67
%49.33
%0
%70.59

Codes

Color #0D264B in popluar color models

0D264B
RGB133875
HSL216°70.45%17.25%
HSB/HSV216°82.67%29.41%
CMYK82.67%49.33%0.00%
70.59%

Color #0D264B in popluar number systems.

HEX0D264B
Decimal133875
Binary11011001101001011
Octal1546113

Shades and tints

Shades of #0D264B

#0D264B
(13,38,75)
#0C2345
(12,35,69)
#0B203F
(11,32,63)
#0A1D39
(10,29,57)
#091A33
(9,26,51)
#08172D
(8,23,45)
#071427
(7,20,39)
#061121
(6,17,33)
#050E1B
(5,14,27)
#040B15
(4,11,21)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #0D264B

#0D264B
(13,38,75)
#23395B
(35,57,91)
#394C6B
(57,76,107)
#4F5F7B
(79,95,123)
#65728B
(101,114,139)
#7B859B
(123,133,155)
#9198AB
(145,152,171)
#A7ABBB
(167,171,187)
#BDBECB
(189,190,203)
#D3D1DB
(211,209,219)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D264B color. Also use rgb(13,38,75) instead hex code.

Text Font Color

.myTextColor { color: #0D264B; }

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

This text font color is #0D264B.


Background Color

.myBgColor { background-color: #0D264B; }

<div style="background-color:#0D264B">Inner text</div>

This div background color is #0D264B.


Border color

.myBorderColor { border: 1px solid #0D264B; }

<div style="border:3px solid #0D264B">Div</div>

This div border color is #0D264B.


Opacity

.myOpacity80 { color: #0D264B; opacity: 0.8; }

<p style="color:#0D264B;opacity:0.8;">80%</p>

Text with #0D264B 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 #0D264B;}

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

This text has shadow with #0D264B color.

.textShadow {text-shadow: 3px 3px 1px #0D264B, 3px 3px 1px red;}

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

This text has shadow with #0D264B primary color and red secondary color.


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

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

This text has shadow with #0D264B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D264B on black background.


Color preview on white background

This text has color #0D264B on white background.



Black color preview on #0D264B background

This text has black color on #0D264B background.


White color preview on #0D264B background

This text has white color on #0D264B background.