COLOR #1075C4

HEX: #1075C4
RGB: (16,117,196)

Color info

#1075C4 contains mainly blue color. Web safe color of #1075C4 is #0066CC (or #06C).

RGB color model

#1075C4 color RGB value is (16,117,196).

  • red value is 16;
  • green value is 117;
  • blue value is 196.
RGB:
(16,117,196)
(6%,46%,77%)

RGB channels and saturation

R 16 of 255 = 6%
G 117 of 255 = 46%
B 196 of 255 = 77%

16
117
196

R + G + B ~ 43%. #1075C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
16 + 117 + 196 = 329 (100%)
R 16 of 329 ~ 4.86%
G 117 of 329 ~ 35.56%
B 196 of 329 ~ 59.57%

%35.56
%59.57

CMYK color model

#1075C4 color CMYK value is (92,40,0,23).

  • cyan value is 91.84%
  • magenta value is 40.31%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(92,40,0,23)
C92M40Y0K23 
(92%,40%,0%,23%)
(0.92/0.40/0.00/0.23)	

CMYK percentages

%91.84
%40.31
%0
%23.14

Codes

Color #1075C4 in popluar color models

1075C4
RGB16117196
HSL206°84.91%41.57%
HSB/HSV206°91.84%76.86%
CMYK91.84%40.31%0.00%
23.14%

Color #1075C4 in popluar number systems.

HEX1075C4
Decimal16117196
Binary10000111010111000100
Octal20165304

Shades and tints

Shades of #1075C4

#1075C4
(16,117,196)
#0F6BB3
(15,107,179)
#0E61A2
(14,97,162)
#0D5791
(13,87,145)
#0C4D80
(12,77,128)
#0B436F
(11,67,111)
#0A395E
(10,57,94)
#092F4D
(9,47,77)
#08253C
(8,37,60)
#071B2B
(7,27,43)
#06111A
(6,17,26)
#000000
(0,0,0)

Tints of #1075C4

#1075C4
(16,117,196)
#2581C9
(37,129,201)
#3A8DCE
(58,141,206)
#4F99D3
(79,153,211)
#64A5D8
(100,165,216)
#79B1DD
(121,177,221)
#8EBDE2
(142,189,226)
#A3C9E7
(163,201,231)
#B8D5EC
(184,213,236)
#CDE1F1
(205,225,241)
#E2EDF6
(226,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1075C4 color. Also use rgb(16,117,196) instead hex code.

Text Font Color

.myTextColor { color: #1075C4; }

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

This text font color is #1075C4.


Background Color

.myBgColor { background-color: #1075C4; }

<div style="background-color:#1075C4">Inner text</div>

This div background color is #1075C4.


Border color

.myBorderColor { border: 1px solid #1075C4; }

<div style="border:3px solid #1075C4">Div</div>

This div border color is #1075C4.


Opacity

.myOpacity80 { color: #1075C4; opacity: 0.8; }

<p style="color:#1075C4;opacity:0.8;">80%</p>

Text with #1075C4 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 #1075C4;}

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

This text has shadow with #1075C4 color.

.textShadow {text-shadow: 3px 3px 1px #1075C4, 3px 3px 1px red;}

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

This text has shadow with #1075C4 primary color and red secondary color.


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

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

This text has shadow with #1075C4 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1075C4;
-webkit-box-shadow: 1px 1px 3px 2px #1075C4;
box-shadow:1px 1px 3px 2px #1075C4;">
Div content here</div>
This div box has shadow with color #1075C4.

Preview

Color preview on black background

This text has color #1075C4 on black background.


Color preview on white background

This text has color #1075C4 on white background.



Black color preview on #1075C4 background

This text has black color on #1075C4 background.


White color preview on #1075C4 background

This text has white color on #1075C4 background.