COLOR #05264B

HEX: #05264B
RGB: (5,38,75)

Color info

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

RGB color model

#05264B color RGB value is (5,38,75).

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

RGB channels and saturation

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

5
38
75

R + G + B ~ 15%. #05264B is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 38 + 75 = 118 (100%)
R 5 of 118 ~ 4.24%
G 38 of 118 ~ 32.2%
B 75 of 118 ~ 63.56%

%32.2
%63.56

CMYK color model

#05264B color CMYK value is (93,49,0,71).

  • cyan value is 93.33%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(93,49,0,71)
C93M49Y0K71 
(93%,49%,0%,71%)
(0.93/0.49/0.00/0.71)	

CMYK percentages

%93.33
%49.33
%0
%70.59

Codes

Color #05264B in popluar color models

05264B
RGB53875
HSL212°87.50%15.69%
HSB/HSV212°93.33%29.41%
CMYK93.33%49.33%0.00%
70.59%

Color #05264B in popluar number systems.

HEX05264B
Decimal53875
Binary1011001101001011
Octal546113

Shades and tints

Shades of #05264B

#05264B
(5,38,75)
#052345
(5,35,69)
#05203F
(5,32,63)
#051D39
(5,29,57)
#051A33
(5,26,51)
#05172D
(5,23,45)
#051427
(5,20,39)
#051121
(5,17,33)
#050E1B
(5,14,27)
#050B15
(5,11,21)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #05264B

#05264B
(5,38,75)
#1B395B
(27,57,91)
#314C6B
(49,76,107)
#475F7B
(71,95,123)
#5D728B
(93,114,139)
#73859B
(115,133,155)
#8998AB
(137,152,171)
#9FABBB
(159,171,187)
#B5BECB
(181,190,203)
#CBD1DB
(203,209,219)
#E1E4EB
(225,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05264B color. Also use rgb(5,38,75) instead hex code.

Text Font Color

.myTextColor { color: #05264B; }

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

This text font color is #05264B.


Background Color

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

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

This div background color is #05264B.


Border color

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

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

This div border color is #05264B.


Opacity

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

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

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

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

This text has shadow with #05264B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05264B on black background.


Color preview on white background

This text has color #05264B on white background.



Black color preview on #05264B background

This text has black color on #05264B background.


White color preview on #05264B background

This text has white color on #05264B background.