COLOR #1048B1

HEX: #1048B1 RGB: (16,72,177)

Color info

#1048B1 contains mainly blue color. Web safe color of #1048B1 is #003399 (or #039).

RGB color model

#1048B1 color RGB value is (16,72,177).

RGB: (16,72,177) (6%, 28%, 69%)

RGB channels and saturation

R 16 of 255 = 6%
G 72 of 255 = 28%
B 177 of 255 = 69%

16
72
177

R + G + B ~ 34%. #1048B1 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 72 + 177 = 265 (100%)
R 16 of 265 ~ 6.04%
G 72 of 265 ~ 27.17%
B 177 of 265 ~ 66.79'%

%27.17
%66.79

CMYK color model

#1048B1 color CMYK value is (91,59,0,31).

  • cyan value is 90.96%
  • magenta value is 59.32%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (91,59,0,31)
C91M59Y0K31 (91%, 59%, 0%, 31%)
(0.91 / 0.59 / 0.00 / 0.31)

CMYK percentages

%90.96
%59.32
%0
%30.59

Codes

Color #1048B1 in popluar color models

10 48 B1
RGB 16 72 177
HSL 219° 83.42% 37.84%
HSB/HSV 219° 90.96% 69.41%
CMYK 90.96% 59.32% 0.00%
30.59%

Color #1048B1 in popluar number systems.

HEX 10 48 B1
Decimal 16 72 177
Binary 10000 1001000 10110001
Octal 20 110 261

Shades and tints

Shades of #1048B1

#1048B1
(16,72,177)
#0F42A1
(15,66,161)
#0E3C91
(14,60,145)
#0D3681
(13,54,129)
#0C3071
(12,48,113)
#0B2A61
(11,42,97)
#0A2451
(10,36,81)
#091E41
(9,30,65)
#081831
(8,24,49)
#071221
(7,18,33)
#060C11
(6,12,17)
#000000
(0,0,0)

Tints of #1048B1

#1048B1
(16,72,177)
#2558B8
(37,88,184)
#3A68BF
(58,104,191)
#4F78C6
(79,120,198)
#6488CD
(100,136,205)
#7998D4
(121,152,212)
#8EA8DB
(142,168,219)
#A3B8E2
(163,184,226)
#B8C8E9
(184,200,233)
#CDD8F0
(205,216,240)
#E2E8F7
(226,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1048B1 color. Also use rgb(16,72,177) instead hex code.

Text Font Color

.myTextColor { color: #1048B1; }

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

This text font color is #1048B1.

Background Color

.myBgColor { background-color: #1048B1; }

<div style="background-color:#1048B1">Inner text</div>

This div background color is #1048B1.

Border color

.myBorderColor { border: 1px solid #1048B1; }

<div style="border:3px solid #1048B1">Div</div>

This div border color is #1048B1.

Opacity

.myOpacity80 { color: #1048B1; opacity: 0.8; }

<p style="color:#1048B1;opacity:0.8;">80%</p>

Text with #1048B1 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 #1048B1;}

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

This text has shadow with #1048B1 color.


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

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

This text has shadow with #1048B1 primary color and red secondary color.


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

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

This text has shadow with #1048B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1048B1.

Preview

Color preview on black background

This text has color #1048B1 on black background.


Color preview on white background

This text has color #1048B1 on white background.


Black color preview on #1048B1 background

This text has black color on #1048B1 background.


White color preview on #1048B1 background

This text has white color on #1048B1 background.


Related colors

Complementary color

Complementary color for #hex is #EFB74E.


I love getcolorcode.com

Triadic colors

1 #B11048 and #48B110 with #1048B1 are triadic colors.

2 #B14810 and #4810B1 with #1048B1 are triadic colors.