COLOR #0068AF

HEX: #0068AF
RGB: (0,104,175)

Color info

#0068AF contains mainly blue color. Web safe color of #0068AF is #006699 (or #069).

RGB color model

#0068AF color RGB value is (0,104,175).

  • red value is 0;
  • green value is 104;
  • blue value is 175.
RGB:
(0,104,175)
(0%,41%,69%)

RGB channels and saturation

R 0 of 255 = 0%
G 104 of 255 = 41%
B 175 of 255 = 69%

0
104
175

R + G + B ~ 37%. #0068AF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 104 + 175 = 279 (100%)
R 0 of 279 ~ 0%
G 104 of 279 ~ 37.28%
B 175 of 279 ~ 62.72%

%37.28
%62.72

CMYK color model

#0068AF color CMYK value is (100,41,0,31).

  • cyan value is 100.00%
  • magenta value is 40.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(100,41,0,31)
C100M41Y0K31 
(100%,41%,0%,31%)
(1.00/0.41/0.00/0.31)	

CMYK percentages

%100
%40.57
%0
%31.37

Codes

Color #0068AF in popluar color models

0068AF
RGB0104175
HSL204°100.00%34.31%
HSB/HSV204°100.00%68.63%
CMYK100.00%40.57%0.00%
31.37%

Color #0068AF in popluar number systems.

HEX0068AF
Decimal0104175
Binary0110100010101111
Octal0150257

Shades and tints

Shades of #0068AF

#0068AF
(0,104,175)
#005FA0
(0,95,160)
#005691
(0,86,145)
#004D82
(0,77,130)
#004473
(0,68,115)
#003B64
(0,59,100)
#003255
(0,50,85)
#002946
(0,41,70)
#002037
(0,32,55)
#001728
(0,23,40)
#000E19
(0,14,25)
#000000
(0,0,0)

Tints of #0068AF

#0068AF
(0,104,175)
#1775B6
(23,117,182)
#2E82BD
(46,130,189)
#458FC4
(69,143,196)
#5C9CCB
(92,156,203)
#73A9D2
(115,169,210)
#8AB6D9
(138,182,217)
#A1C3E0
(161,195,224)
#B8D0E7
(184,208,231)
#CFDDEE
(207,221,238)
#E6EAF5
(230,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0068AF color. Also use rgb(0,104,175) instead hex code.

Text Font Color

.myTextColor { color: #0068AF; }

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

This text font color is #0068AF.


Background Color

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

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

This div background color is #0068AF.


Border color

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

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

This div border color is #0068AF.


Opacity

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

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

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

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

This text has shadow with #0068AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0068AF on black background.


Color preview on white background

This text has color #0068AF on white background.



Black color preview on #0068AF background

This text has black color on #0068AF background.


White color preview on #0068AF background

This text has white color on #0068AF background.