COLOR #0D76C7

HEX: #0D76C7
RGB: (13,118,199)

Renk bilgisi

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

RGB renk modeli

#0D76C7 color RGB value is (13,118,199).

  • kırmız ton 13;
  • yeşil ton 118;
  • mavi ton 199.
RGB:
(13,118,199)
(5%,46%,78%)

RGB bağlantıları ve doygunluk

R 13 of 255 = 5%
G 118 of 255 = 46%
B 199 of 255 = 78%

13
118
199

R + G + B ~ 43%. #0D76C7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
13 + 118 + 199 = 330 (100%)
R 13 of 330 ~ 3.94%
G 118 of 330 ~ 35.76%
B 199 of 330 ~ 60.3%

%35.76
%60.3

CMYK RENK MODELİ

#0D76C7 rengi CMYK tonu (93,41,0,22).

  • camgöbeği tonu 93.47%
  • eflatun tonu 40.70%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(93,41,0,22)
C93M41Y0K22 
(93%,41%,0%,22%)
(0.93/0.41/0.00/0.22)	

CMYK yüzdeleri

%93.47
%40.7
%0
%21.96

Codes

Color #0D76C7 in popluar color models

0D76C7
RGB13118199
HSL206°87.74%41.57%
HSB/HSV206°93.47%78.04%
CMYK93.47%40.70%0.00%
21.96%

Color #0D76C7 in popluar number systems.

HEX0D76C7
Decimal13118199
Binary1101111011011000111
Octal15166307

Shades and tints

Shades of #0D76C7

#0D76C7
(13,118,199)
#0C6CB5
(12,108,181)
#0B62A3
(11,98,163)
#0A5891
(10,88,145)
#094E7F
(9,78,127)
#08446D
(8,68,109)
#073A5B
(7,58,91)
#063049
(6,48,73)
#052637
(5,38,55)
#041C25
(4,28,37)
#031213
(3,18,19)
#000000
(0,0,0)

Tints of #0D76C7

#0D76C7
(13,118,199)
#2382CC
(35,130,204)
#398ED1
(57,142,209)
#4F9AD6
(79,154,214)
#65A6DB
(101,166,219)
#7BB2E0
(123,178,224)
#91BEE5
(145,190,229)
#A7CAEA
(167,202,234)
#BDD6EF
(189,214,239)
#D3E2F4
(211,226,244)
#E9EEF9
(233,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D76C7 color. Also use rgb(13,118,199) instead hex code.

Text Font Color

.myTextColor { color: #0D76C7; }

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

This text font color is #0D76C7.


Background Color

.myBgColor { background-color: #0D76C7; }

<div style="background-color:#0D76C7">Inner text</div>

This div background color is #0D76C7.


Border color

.myBorderColor { border: 1px solid #0D76C7; }

<div style="border:3px solid #0D76C7">Div</div>

This div border color is #0D76C7.


Opacity

.myOpacity80 { color: #0D76C7; opacity: 0.8; }

<p style="color:#0D76C7;opacity:0.8;">80%</p>

Text with #0D76C7 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 #0D76C7;}

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

This text has shadow with #0D76C7 color.

.textShadow {text-shadow: 3px 3px 1px #0D76C7, 3px 3px 1px red;}

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

This text has shadow with #0D76C7 primary color and red secondary color.


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

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

This text has shadow with #0D76C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D76C7 on black background.


Color preview on white background

This text has color #0D76C7 on white background.



Black color preview on #0D76C7 background

This text has black color on #0D76C7 background.


White color preview on #0D76C7 background

This text has white color on #0D76C7 background.