COLOR #137DD6

HEX: #137DD6
RGB: (19,125,214)

Renk bilgisi

#137DD6 contains mainly blue color. #137DD6 ‘ nin web güvenlik rengi #0066CC (ya da #06C) dir.

RGB renk modeli

#137DD6 color RGB value is (19,125,214).

  • kırmız ton 19;
  • yeşil ton 125;
  • mavi ton 214.
RGB:
(19,125,214)
(7%,49%,84%)

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 125 of 255 = 49%
B 214 of 255 = 84%

19
125
214

R + G + B ~ 47%. #137DD6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 125 + 214 = 358 (100%)
R 19 of 358 ~ 5.31%
G 125 of 358 ~ 34.92%
B 214 of 358 ~ 59.78%

%34.92
%59.78

CMYK RENK MODELİ

#137DD6 rengi CMYK tonu (91,42,0,16).

  • camgöbeği tonu 91.12%
  • eflatun tonu 41.59%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(91,42,0,16)
C91M42Y0K16 
(91%,42%,0%,16%)
(0.91/0.42/0.00/0.16)	

CMYK yüzdeleri

%91.12
%41.59
%0
%16.08

Codes

Color #137DD6 in popluar color models

137DD6
RGB19125214
HSL207°83.69%45.69%
HSB/HSV207°91.12%83.92%
CMYK91.12%41.59%0.00%
16.08%

Color #137DD6 in popluar number systems.

HEX137DD6
Decimal19125214
Binary10011111110111010110
Octal23175326

Shades and tints

Shades of #137DD6

#137DD6
(19,125,214)
#1272C3
(18,114,195)
#1167B0
(17,103,176)
#105C9D
(16,92,157)
#0F518A
(15,81,138)
#0E4677
(14,70,119)
#0D3B64
(13,59,100)
#0C3051
(12,48,81)
#0B253E
(11,37,62)
#0A1A2B
(10,26,43)
#090F18
(9,15,24)
#000000
(0,0,0)

Tints of #137DD6

#137DD6
(19,125,214)
#2888D9
(40,136,217)
#3D93DC
(61,147,220)
#529EDF
(82,158,223)
#67A9E2
(103,169,226)
#7CB4E5
(124,180,229)
#91BFE8
(145,191,232)
#A6CAEB
(166,202,235)
#BBD5EE
(187,213,238)
#D0E0F1
(208,224,241)
#E5EBF4
(229,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137DD6 color. Also use rgb(19,125,214) instead hex code.

Text Font Color

.myTextColor { color: #137DD6; }

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

This text font color is #137DD6.


Background Color

.myBgColor { background-color: #137DD6; }

<div style="background-color:#137DD6">Inner text</div>

This div background color is #137DD6.


Border color

.myBorderColor { border: 1px solid #137DD6; }

<div style="border:3px solid #137DD6">Div</div>

This div border color is #137DD6.


Opacity

.myOpacity80 { color: #137DD6; opacity: 0.8; }

<p style="color:#137DD6;opacity:0.8;">80%</p>

Text with #137DD6 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 #137DD6;}

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

This text has shadow with #137DD6 color.

.textShadow {text-shadow: 3px 3px 1px #137DD6, 3px 3px 1px red;}

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

This text has shadow with #137DD6 primary color and red secondary color.


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

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

This text has shadow with #137DD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137DD6 on black background.


Color preview on white background

This text has color #137DD6 on white background.



Black color preview on #137DD6 background

This text has black color on #137DD6 background.


White color preview on #137DD6 background

This text has white color on #137DD6 background.