COLOR #0085BB

HEX: #0085BB
RGB: (0,133,187)

Renk bilgisi

#0085BB contains only green and blue colors. #0085BB ‘ nin web güvenlik rengi #0099CC (ya da #09C) dir.

RGB renk modeli

#0085BB color RGB value is (0,133,187).

  • kırmız ton 0;
  • yeşil ton 133;
  • mavi ton 187.
RGB:
(0,133,187)
(0%,52%,73%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 133 of 255 = 52%
B 187 of 255 = 73%

0
133
187

R + G + B ~ 42%. #0085BB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 133 + 187 = 320 (100%)
R 0 of 320 ~ 0%
G 133 of 320 ~ 41.56%
B 187 of 320 ~ 58.44%

%41.56
%58.44

CMYK RENK MODELİ

#0085BB rengi CMYK tonu (100,29,0,27).

  • camgöbeği tonu 100.00%
  • eflatun tonu 28.88%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(100,29,0,27)
C100M29Y0K27 
(100%,29%,0%,27%)
(1.00/0.29/0.00/0.27)	

CMYK yüzdeleri

%100
%28.88
%0
%26.67

Codes

Color #0085BB in popluar color models

0085BB
RGB0133187
HSL197°100.00%36.67%
HSB/HSV197°100.00%73.33%
CMYK100.00%28.88%0.00%
26.67%

Color #0085BB in popluar number systems.

HEX0085BB
Decimal0133187
Binary01000010110111011
Octal0205273

Shades and tints

Shades of #0085BB

#0085BB
(0,133,187)
#0079AA
(0,121,170)
#006D99
(0,109,153)
#006188
(0,97,136)
#005577
(0,85,119)
#004966
(0,73,102)
#003D55
(0,61,85)
#003144
(0,49,68)
#002533
(0,37,51)
#001922
(0,25,34)
#000D11
(0,13,17)
#000000
(0,0,0)

Tints of #0085BB

#0085BB
(0,133,187)
#1790C1
(23,144,193)
#2E9BC7
(46,155,199)
#45A6CD
(69,166,205)
#5CB1D3
(92,177,211)
#73BCD9
(115,188,217)
#8AC7DF
(138,199,223)
#A1D2E5
(161,210,229)
#B8DDEB
(184,221,235)
#CFE8F1
(207,232,241)
#E6F3F7
(230,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0085BB color. Also use rgb(0,133,187) instead hex code.

Text Font Color

.myTextColor { color: #0085BB; }

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

This text font color is #0085BB.


Background Color

.myBgColor { background-color: #0085BB; }

<div style="background-color:#0085BB">Inner text</div>

This div background color is #0085BB.


Border color

.myBorderColor { border: 1px solid #0085BB; }

<div style="border:3px solid #0085BB">Div</div>

This div border color is #0085BB.


Opacity

.myOpacity80 { color: #0085BB; opacity: 0.8; }

<p style="color:#0085BB;opacity:0.8;">80%</p>

Text with #0085BB 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 #0085BB;}

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

This text has shadow with #0085BB color.

.textShadow {text-shadow: 3px 3px 1px #0085BB, 3px 3px 1px red;}

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

This text has shadow with #0085BB primary color and red secondary color.


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

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

This text has shadow with #0085BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0085BB on black background.


Color preview on white background

This text has color #0085BB on white background.



Black color preview on #0085BB background

This text has black color on #0085BB background.


White color preview on #0085BB background

This text has white color on #0085BB background.