COLOR #05263D

HEX: #05263D RGB: (5,38,61)

Color info

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

RGB color model

#05263D color RGB value is (5,38,61).

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

RGB channels and saturation

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

5
38
61

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

Portions of RGB colors in percentages

R + G + B = 5 + 38 + 61 = 104 (100%)
R 5 of 104 ~ 4.81%
G 38 of 104 ~ 36.54%
B 61 of 104 ~ 58.65'%

%36.54
%58.65

CMYK color model

#05263D color CMYK value is (92,38,0,76).

  • cyan value is 91.80%
  • magenta value is 37.70%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK: (92,38,0,76) C92M38Y0K76 (92%,38%,0%,76%) (0.92/0.38/0.00/0.76) 

CMYK percentages

%91.8
%37.7
%0
%76.08

Codes

Color #05263D in popluar color models

05 26 3D
RGB 5 38 61
HSL 205° 84.85% 12.94%
HSB/HSV 205° 91.80% 23.92%
CMYK 91.80% 37.70% 0.00%
76.08%

Color #05263D in popluar number systems.

HEX 05 26 3D
Decimal 5 38 61
Binary 101 100110 111101
Octal 5 46 75

Shades and tints

Shades of #05263D

#05263D
(5,38,61)
#052338
(5,35,56)
#052033
(5,32,51)
#051D2E
(5,29,46)
#051A29
(5,26,41)
#051724
(5,23,36)
#05141F
(5,20,31)
#05111A
(5,17,26)
#050E15
(5,14,21)
#050B10
(5,11,16)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #05263D

#05263D
(5,38,61)
#1B394E
(27,57,78)
#314C5F
(49,76,95)
#475F70
(71,95,112)
#5D7281
(93,114,129)
#738592
(115,133,146)
#8998A3
(137,152,163)
#9FABB4
(159,171,180)
#B5BEC5
(181,190,197)
#CBD1D6
(203,209,214)
#E1E4E7
(225,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05263D; }

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

This text font color is #05263D.

Background Color

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

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

This div background color is #05263D.

Border color

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

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

This div border color is #05263D.

Opacity

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

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

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

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

This text has shadow with #05263D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05263D.

Preview

Color preview on black background

This text has color #05263D on black background.


Color preview on white background

This text has color #05263D on white background.


Black color preview on #05263D background

This text has black color on #05263D background.


White color preview on #05263D background

This text has white color on #05263D background.


Related colors

Complementary color

Complementary color for #hex is #FAD9C2.


I love getcolorcode.com

Triadic colors

1 #3D0526 and #263D05 with #05263D are triadic colors.

2 #3D2605 and #26053D with #05263D are triadic colors.