COLOR #05263C

HEX: #05263C RGB: (5,38,60)

Color info

#05263C contains red, green and blue colors in about the same proportion. Web safe color of #05263C is #003333 (or #033).

RGB color model

#05263C color RGB value is (5,38,60).

RGB: (5,38,60) (2%, 15%, 24%)

RGB channels and saturation

R 5 of 255 = 2%
G 38 of 255 = 15%
B 60 of 255 = 24%

5
38
60

R + G + B ~ 14%. #05263C is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 38 + 60 = 103 (100%)
R 5 of 103 ~ 4.85%
G 38 of 103 ~ 36.89%
B 60 of 103 ~ 58.25'%

%36.89
%58.25

CMYK color model

#05263C color CMYK value is (92,37,0,76).

  • cyan value is 91.67%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (92,37,0,76)
C92M37Y0K76 (92%, 37%, 0%, 76%)
(0.92 / 0.37 / 0.00 / 0.76)

CMYK percentages

%91.67
%36.67
%0
%76.47

Codes

Color #05263C in popluar color models

05 26 3C
RGB 5 38 60
HSL 204° 84.62% 12.75%
HSB/HSV 204° 91.67% 23.53%
CMYK 91.67% 36.67% 0.00%
76.47%

Color #05263C in popluar number systems.

HEX 05 26 3C
Decimal 5 38 60
Binary 101 100110 111100
Octal 5 46 74

Shades and tints

Shades of #05263C

#05263C
(5,38,60)
#052337
(5,35,55)
#052032
(5,32,50)
#051D2D
(5,29,45)
#051A28
(5,26,40)
#051723
(5,23,35)
#05141E
(5,20,30)
#051119
(5,17,25)
#050E14
(5,14,20)
#050B0F
(5,11,15)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #05263C

#05263C
(5,38,60)
#1B394D
(27,57,77)
#314C5E
(49,76,94)
#475F6F
(71,95,111)
#5D7280
(93,114,128)
#738591
(115,133,145)
#8998A2
(137,152,162)
#9FABB3
(159,171,179)
#B5BEC4
(181,190,196)
#CBD1D5
(203,209,213)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05263C color. Also use rgb(5,38,60) instead hex code.

Text Font Color

.myTextColor { color: #05263C; }

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

This text font color is #05263C.

Background Color

.myBgColor { background-color: #05263C; }

<div style="background-color:#05263C">Inner text</div>

This div background color is #05263C.

Border color

.myBorderColor { border: 1px solid #05263C; }

<div style="border:3px solid #05263C">Div</div>

This div border color is #05263C.

Opacity

.myOpacity80 { color: #05263C; opacity: 0.8; }

<p style="color:#05263C;opacity:0.8;">80%</p>

Text with #05263C 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 #05263C;}

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

This text has shadow with #05263C color.


.textShadow {text-shadow: 3px 3px 1px #05263C', 3px 3px 1px red;}

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

This text has shadow with #05263C primary color and red secondary color.


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

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

This text has shadow with #05263C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #05263C; -webkit-box-shadow: 1px 1px 3px 2px #05263C; box-shadow:1px 1px 3px 2px #05263C;">
Div content here
</div>

This div box has shadow with color #05263C.

Preview

Color preview on black background

This text has color #05263C on black background.


Color preview on white background

This text has color #05263C on white background.


Black color preview on #05263C background

This text has black color on #05263C background.


White color preview on #05263C background

This text has white color on #05263C background.


Related colors

Complementary color

Complementary color for #hex is #FAD9C3.


I love getcolorcode.com

Triadic colors

1 #3C0526 and #263C05 with #05263C are triadic colors.

2 #3C2605 and #26053C with #05263C are triadic colors.