COLOR #0180BB

HEX: #0180BB
RGB: (1,128,187)

Renk bilgisi

#0180BB contains mainly green and blue colors. #0180BB ‘ nin web güvenlik rengi #0066CC (ya da #06C) dir.

RGB renk modeli

#0180BB color RGB value is (1,128,187).

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

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 128 of 255 = 50%
B 187 of 255 = 73%

1
128
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 128 + 187 = 316 (100%)
R 1 of 316 ~ 0.32%
G 128 of 316 ~ 40.51%
B 187 of 316 ~ 59.18%

%40.51
%59.18

CMYK RENK MODELİ

#0180BB rengi CMYK tonu (99,32,0,27).

  • camgöbeği tonu 99.47%
  • eflatun tonu 31.55%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(99,32,0,27)
C99M32Y0K27 
(99%,32%,0%,27%)
(0.99/0.32/0.00/0.27)	

CMYK yüzdeleri

%99.47
%31.55
%0
%26.67

Codes

Color #0180BB in popluar color models

0180BB
RGB1128187
HSL199°98.94%36.86%
HSB/HSV199°99.47%73.33%
CMYK99.47%31.55%0.00%
26.67%

Color #0180BB in popluar number systems.

HEX0180BB
Decimal1128187
Binary11000000010111011
Octal1200273

Shades and tints

Shades of #0180BB

#0180BB
(1,128,187)
#0175AA
(1,117,170)
#016A99
(1,106,153)
#015F88
(1,95,136)
#015477
(1,84,119)
#014966
(1,73,102)
#013E55
(1,62,85)
#013344
(1,51,68)
#012833
(1,40,51)
#011D22
(1,29,34)
#011211
(1,18,17)
#000000
(0,0,0)

Tints of #0180BB

#0180BB
(1,128,187)
#188BC1
(24,139,193)
#2F96C7
(47,150,199)
#46A1CD
(70,161,205)
#5DACD3
(93,172,211)
#74B7D9
(116,183,217)
#8BC2DF
(139,194,223)
#A2CDE5
(162,205,229)
#B9D8EB
(185,216,235)
#D0E3F1
(208,227,241)
#E7EEF7
(231,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0180BB color. Also use rgb(1,128,187) instead hex code.

Text Font Color

.myTextColor { color: #0180BB; }

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

This text font color is #0180BB.


Background Color

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

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

This div background color is #0180BB.


Border color

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

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

This div border color is #0180BB.


Opacity

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

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

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

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

This text has shadow with #0180BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0180BB on black background.


Color preview on white background

This text has color #0180BB on white background.



Black color preview on #0180BB background

This text has black color on #0180BB background.


White color preview on #0180BB background

This text has white color on #0180BB background.