COLOR #0083C1

HEX: #0083C1
RGB: (0,131,193)

Color info

#0083C1 contains mainly blue color. Web safe color of #0083C1 is #0099CC (or #09C).

RGB color model

#0083C1 color RGB value is (0,131,193).

  • red value is 0;
  • green value is 131;
  • blue value is 193.
RGB:
(0,131,193)
(0%,51%,76%)

RGB channels and saturation

R 0 of 255 = 0%
G 131 of 255 = 51%
B 193 of 255 = 76%

0
131
193

R + G + B ~ 42%. #0083C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 131 + 193 = 324 (100%)
R 0 of 324 ~ 0%
G 131 of 324 ~ 40.43%
B 193 of 324 ~ 59.57%

%40.43
%59.57

CMYK color model

#0083C1 color CMYK value is (100,32,0,24).

  • cyan value is 100.00%
  • magenta value is 32.12%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(100,32,0,24)
C100M32Y0K24 
(100%,32%,0%,24%)
(1.00/0.32/0.00/0.24)	

CMYK percentages

%100
%32.12
%0
%24.31

Codes

Color #0083C1 in popluar color models

0083C1
RGB0131193
HSL199°100.00%37.84%
HSB/HSV199°100.00%75.69%
CMYK100.00%32.12%0.00%
24.31%

Color #0083C1 in popluar number systems.

HEX0083C1
Decimal0131193
Binary01000001111000001
Octal0203301

Shades and tints

Shades of #0083C1

#0083C1
(0,131,193)
#0078B0
(0,120,176)
#006D9F
(0,109,159)
#00628E
(0,98,142)
#00577D
(0,87,125)
#004C6C
(0,76,108)
#00415B
(0,65,91)
#00364A
(0,54,74)
#002B39
(0,43,57)
#002028
(0,32,40)
#001517
(0,21,23)
#000000
(0,0,0)

Tints of #0083C1

#0083C1
(0,131,193)
#178EC6
(23,142,198)
#2E99CB
(46,153,203)
#45A4D0
(69,164,208)
#5CAFD5
(92,175,213)
#73BADA
(115,186,218)
#8AC5DF
(138,197,223)
#A1D0E4
(161,208,228)
#B8DBE9
(184,219,233)
#CFE6EE
(207,230,238)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0083C1 color. Also use rgb(0,131,193) instead hex code.

Text Font Color

.myTextColor { color: #0083C1; }

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

This text font color is #0083C1.


Background Color

.myBgColor { background-color: #0083C1; }

<div style="background-color:#0083C1">Inner text</div>

This div background color is #0083C1.


Border color

.myBorderColor { border: 1px solid #0083C1; }

<div style="border:3px solid #0083C1">Div</div>

This div border color is #0083C1.


Opacity

.myOpacity80 { color: #0083C1; opacity: 0.8; }

<p style="color:#0083C1;opacity:0.8;">80%</p>

Text with #0083C1 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 #0083C1;}

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

This text has shadow with #0083C1 color.

.textShadow {text-shadow: 3px 3px 1px #0083C1, 3px 3px 1px red;}

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

This text has shadow with #0083C1 primary color and red secondary color.


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

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

This text has shadow with #0083C1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0083C1 on black background.


Color preview on white background

This text has color #0083C1 on white background.



Black color preview on #0083C1 background

This text has black color on #0083C1 background.


White color preview on #0083C1 background

This text has white color on #0083C1 background.