COLOR #05257B

HEX: #05257B RGB: (5,37,123)

Color info

#05257B contains mainly blue color. Web safe color of #05257B is #003366 (or #036).

RGB color model

#05257B color RGB value is (5,37,123).

RGB: (5,37,123) (2%, 15%, 48%)

RGB channels and saturation

R 5 of 255 = 2%
G 37 of 255 = 15%
B 123 of 255 = 48%

5
37
123

R + G + B ~ 22%. #05257B is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 37 + 123 = 165 (100%)
R 5 of 165 ~ 3.03%
G 37 of 165 ~ 22.42%
B 123 of 165 ~ 74.55'%

%22.42
%74.55

CMYK color model

#05257B color CMYK value is (96,70,0,52).

  • cyan value is 95.93%
  • magenta value is 69.92%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (96,70,0,52) C96M70Y0K52 (96%,70%,0%,52%) (0.96/0.70/0.00/0.52) 

CMYK percentages

%95.93
%69.92
%0
%51.76

Codes

Color #05257B in popluar color models

05 25 7B
RGB 5 37 123
HSL 224° 92.19% 25.10%
HSB/HSV 224° 95.93% 48.24%
CMYK 95.93% 69.92% 0.00%
51.76%

Color #05257B in popluar number systems.

HEX 05 25 7B
Decimal 5 37 123
Binary 101 100101 1111011
Octal 5 45 173

Shades and tints

Shades of #05257B

#05257B
(5,37,123)
#052270
(5,34,112)
#051F65
(5,31,101)
#051C5A
(5,28,90)
#05194F
(5,25,79)
#051644
(5,22,68)
#051339
(5,19,57)
#05102E
(5,16,46)
#050D23
(5,13,35)
#050A18
(5,10,24)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #05257B

#05257B
(5,37,123)
#1B3887
(27,56,135)
#314B93
(49,75,147)
#475E9F
(71,94,159)
#5D71AB
(93,113,171)
#7384B7
(115,132,183)
#8997C3
(137,151,195)
#9FAACF
(159,170,207)
#B5BDDB
(181,189,219)
#CBD0E7
(203,208,231)
#E1E3F3
(225,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05257B color. Also use rgb(5,37,123) instead hex code.

Text Font Color

.myTextColor { color: #05257B; }

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

This text font color is #05257B.

Background Color

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

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

This div background color is #05257B.

Border color

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

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

This div border color is #05257B.

Opacity

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

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

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

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

This text has shadow with #05257B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05257B.

Preview

Color preview on black background

This text has color #05257B on black background.


Color preview on white background

This text has color #05257B on white background.


Black color preview on #05257B background

This text has black color on #05257B background.


White color preview on #05257B background

This text has white color on #05257B background.


Related colors

Complementary color

Complementary color for #hex is #FADA84.


I love getcolorcode.com

Triadic colors

1 #7B0525 and #257B05 with #05257B are triadic colors.

2 #7B2505 and #25057B with #05257B are triadic colors.