COLOR #00699F

HEX: #00699F
RGB: (0,105,159)

Color info

#00699F contains only green and blue colors. Web safe color of #00699F is #006699 (or #069).

RGB color model

#00699F color RGB value is (0,105,159).

  • red value is 0;
  • green value is 105;
  • blue value is 159.
RGB:
(0,105,159)
(0%,41%,62%)

RGB channels and saturation

R 0 of 255 = 0%
G 105 of 255 = 41%
B 159 of 255 = 62%

0
105
159

R + G + B ~ 34%. #00699F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 105 + 159 = 264 (100%)
R 0 of 264 ~ 0%
G 105 of 264 ~ 39.77%
B 159 of 264 ~ 60.23%

%39.77
%60.23

CMYK color model

#00699F color CMYK value is (100,34,0,38).

  • cyan value is 100.00%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(100,34,0,38)
C100M34Y0K38 
(100%,34%,0%,38%)
(1.00/0.34/0.00/0.38)	

CMYK percentages

%100
%33.96
%0
%37.65

Codes

Color #00699F in popluar color models

00699F
RGB0105159
HSL200°100.00%31.18%
HSB/HSV200°100.00%62.35%
CMYK100.00%33.96%0.00%
37.65%

Color #00699F in popluar number systems.

HEX00699F
Decimal0105159
Binary0110100110011111
Octal0151237

Shades and tints

Shades of #00699F

#00699F
(0,105,159)
#006091
(0,96,145)
#005783
(0,87,131)
#004E75
(0,78,117)
#004567
(0,69,103)
#003C59
(0,60,89)
#00334B
(0,51,75)
#002A3D
(0,42,61)
#00212F
(0,33,47)
#001821
(0,24,33)
#000F13
(0,15,19)
#000000
(0,0,0)

Tints of #00699F

#00699F
(0,105,159)
#1776A7
(23,118,167)
#2E83AF
(46,131,175)
#4590B7
(69,144,183)
#5C9DBF
(92,157,191)
#73AAC7
(115,170,199)
#8AB7CF
(138,183,207)
#A1C4D7
(161,196,215)
#B8D1DF
(184,209,223)
#CFDEE7
(207,222,231)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00699F color. Also use rgb(0,105,159) instead hex code.

Text Font Color

.myTextColor { color: #00699F; }

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

This text font color is #00699F.


Background Color

.myBgColor { background-color: #00699F; }

<div style="background-color:#00699F">Inner text</div>

This div background color is #00699F.


Border color

.myBorderColor { border: 1px solid #00699F; }

<div style="border:3px solid #00699F">Div</div>

This div border color is #00699F.


Opacity

.myOpacity80 { color: #00699F; opacity: 0.8; }

<p style="color:#00699F;opacity:0.8;">80%</p>

Text with #00699F 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 #00699F;}

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

This text has shadow with #00699F color.

.textShadow {text-shadow: 3px 3px 1px #00699F, 3px 3px 1px red;}

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

This text has shadow with #00699F primary color and red secondary color.


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

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

This text has shadow with #00699F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00699F on black background.


Color preview on white background

This text has color #00699F on white background.



Black color preview on #00699F background

This text has black color on #00699F background.


White color preview on #00699F background

This text has white color on #00699F background.