COLOR #15698D

HEX: #15698D
RGB: (21,105,141)

Color info

#15698D contains mainly green and blue colors. Web safe color of #15698D is #006699 (or #069).

RGB color model

#15698D color RGB value is (21,105,141).

  • red value is 21;
  • green value is 105;
  • blue value is 141.
RGB:
(21,105,141)
(8%,41%,55%)

RGB channels and saturation

R 21 of 255 = 8%
G 105 of 255 = 41%
B 141 of 255 = 55%

21
105
141

R + G + B ~ 35%. #15698D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 105 + 141 = 267 (100%)
R 21 of 267 ~ 7.87%
G 105 of 267 ~ 39.33%
B 141 of 267 ~ 52.81%

%39.33
%52.81

CMYK color model

#15698D color CMYK value is (85,26,0,45).

  • cyan value is 85.11%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(85,26,0,45)
C85M26Y0K45 
(85%,26%,0%,45%)
(0.85/0.26/0.00/0.45)	

CMYK percentages

%85.11
%25.53
%0
%44.71

Codes

Color #15698D in popluar color models

15698D
RGB21105141
HSL198°74.07%31.76%
HSB/HSV198°85.11%55.29%
CMYK85.11%25.53%0.00%
44.71%

Color #15698D in popluar number systems.

HEX15698D
Decimal21105141
Binary10101110100110001101
Octal25151215

Shades and tints

Shades of #15698D

#15698D
(21,105,141)
#146081
(20,96,129)
#135775
(19,87,117)
#124E69
(18,78,105)
#11455D
(17,69,93)
#103C51
(16,60,81)
#0F3345
(15,51,69)
#0E2A39
(14,42,57)
#0D212D
(13,33,45)
#0C1821
(12,24,33)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #15698D

#15698D
(21,105,141)
#2A7697
(42,118,151)
#3F83A1
(63,131,161)
#5490AB
(84,144,171)
#699DB5
(105,157,181)
#7EAABF
(126,170,191)
#93B7C9
(147,183,201)
#A8C4D3
(168,196,211)
#BDD1DD
(189,209,221)
#D2DEE7
(210,222,231)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15698D color. Also use rgb(21,105,141) instead hex code.

Text Font Color

.myTextColor { color: #15698D; }

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

This text font color is #15698D.


Background Color

.myBgColor { background-color: #15698D; }

<div style="background-color:#15698D">Inner text</div>

This div background color is #15698D.


Border color

.myBorderColor { border: 1px solid #15698D; }

<div style="border:3px solid #15698D">Div</div>

This div border color is #15698D.


Opacity

.myOpacity80 { color: #15698D; opacity: 0.8; }

<p style="color:#15698D;opacity:0.8;">80%</p>

Text with #15698D 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 #15698D;}

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

This text has shadow with #15698D color.

.textShadow {text-shadow: 3px 3px 1px #15698D, 3px 3px 1px red;}

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

This text has shadow with #15698D primary color and red secondary color.


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

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

This text has shadow with #15698D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15698D on black background.


Color preview on white background

This text has color #15698D on white background.



Black color preview on #15698D background

This text has black color on #15698D background.


White color preview on #15698D background

This text has white color on #15698D background.