COLOR #0527AF

HEX: #0527AF RGB: (5,39,175)

Color info

#0527AF contains mainly blue color. Web safe color of #0527AF is #003399 (or #039).

RGB color model

#0527AF color RGB value is (5,39,175).

RGB: (5,39,175) (2%, 15%, 69%)

RGB channels and saturation

R 5 of 255 = 2%
G 39 of 255 = 15%
B 175 of 255 = 69%

5
39
175

R + G + B ~ 29%. #0527AF is quite dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 39 + 175 = 219 (100%)
R 5 of 219 ~ 2.28%
G 39 of 219 ~ 17.81%
B 175 of 219 ~ 79.91'%

%17.81
%79.91

CMYK color model

#0527AF color CMYK value is (97,78,0,31).

  • cyan value is 97.14%
  • magenta value is 77.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (97,78,0,31)
C97M78Y0K31 (97%, 78%, 0%, 31%)
(0.97 / 0.78 / 0.00 / 0.31)

CMYK percentages

%97.14
%77.71
%0
%31.37

Codes

Color #0527AF in popluar color models

05 27 AF
RGB 5 39 175
HSL 228° 94.44% 35.29%
HSB/HSV 228° 97.14% 68.63%
CMYK 97.14% 77.71% 0.00%
31.37%

Color #0527AF in popluar number systems.

HEX 05 27 AF
Decimal 5 39 175
Binary 101 100111 10101111
Octal 5 47 257

Shades and tints

Shades of #0527AF

#0527AF
(5,39,175)
#0524A0
(5,36,160)
#052191
(5,33,145)
#051E82
(5,30,130)
#051B73
(5,27,115)
#051864
(5,24,100)
#051555
(5,21,85)
#051246
(5,18,70)
#050F37
(5,15,55)
#050C28
(5,12,40)
#050919
(5,9,25)
#000000
(0,0,0)

Tints of #0527AF

#0527AF
(5,39,175)
#1B3AB6
(27,58,182)
#314DBD
(49,77,189)
#4760C4
(71,96,196)
#5D73CB
(93,115,203)
#7386D2
(115,134,210)
#8999D9
(137,153,217)
#9FACE0
(159,172,224)
#B5BFE7
(181,191,231)
#CBD2EE
(203,210,238)
#E1E5F5
(225,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0527AF color. Also use rgb(5,39,175) instead hex code.

Text Font Color

.myTextColor { color: #0527AF; }

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

This text font color is #0527AF.

Background Color

.myBgColor { background-color: #0527AF; }

<div style="background-color:#0527AF">Inner text</div>

This div background color is #0527AF.

Border color

.myBorderColor { border: 1px solid #0527AF; }

<div style="border:3px solid #0527AF">Div</div>

This div border color is #0527AF.

Opacity

.myOpacity80 { color: #0527AF; opacity: 0.8; }

<p style="color:#0527AF;opacity:0.8;">80%</p>

Text with #0527AF 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 #0527AF;}

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

This text has shadow with #0527AF color.


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

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

This text has shadow with #0527AF primary color and red secondary color.


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

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

This text has shadow with #0527AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #0527AF.

Preview

Color preview on black background

This text has color #0527AF on black background.


Color preview on white background

This text has color #0527AF on white background.


Black color preview on #0527AF background

This text has black color on #0527AF background.


White color preview on #0527AF background

This text has white color on #0527AF background.


Related colors

Complementary color

Complementary color for #hex is #FAD850.


I love getcolorcode.com

Triadic colors

1 #AF0527 and #27AF05 with #0527AF are triadic colors.

2 #AF2705 and #2705AF with #0527AF are triadic colors.