COLOR #0177EE

HEX: #0177EE
RGB: (1,119,238)

Renk bilgisi

#0177EE contains mainly blue color. #0177EE ‘ nin web güvenlik rengi #0066FF (ya da #06F) dir.

RGB renk modeli

#0177EE color RGB value is (1,119,238).

  • kırmız ton 1;
  • yeşil ton 119;
  • mavi ton 238.
RGB:
(1,119,238)
(0%,47%,93%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 119 of 255 = 47%
B 238 of 255 = 93%

1
119
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 119 + 238 = 358 (100%)
R 1 of 358 ~ 0.28%
G 119 of 358 ~ 33.24%
B 238 of 358 ~ 66.48%

%33.24
%66.48

CMYK RENK MODELİ

#0177EE rengi CMYK tonu (100,50,0,7).

  • camgöbeği tonu 99.58%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(100,50,0,7)
C100M50Y0K7 
(100%,50%,0%,7%)
(1.00/0.50/0.00/0.07)	

CMYK yüzdeleri

%99.58
%50
%0
%6.67

Codes

Color #0177EE in popluar color models

0177EE
RGB1119238
HSL210°99.16%46.86%
HSB/HSV210°99.58%93.33%
CMYK99.58%50.00%0.00%
6.67%

Color #0177EE in popluar number systems.

HEX0177EE
Decimal1119238
Binary1111011111101110
Octal1167356

Shades and tints

Shades of #0177EE

#0177EE
(1,119,238)
#016DD9
(1,109,217)
#0163C4
(1,99,196)
#0159AF
(1,89,175)
#014F9A
(1,79,154)
#014585
(1,69,133)
#013B70
(1,59,112)
#01315B
(1,49,91)
#012746
(1,39,70)
#011D31
(1,29,49)
#01131C
(1,19,28)
#000000
(0,0,0)

Tints of #0177EE

#0177EE
(1,119,238)
#1883EF
(24,131,239)
#2F8FF0
(47,143,240)
#469BF1
(70,155,241)
#5DA7F2
(93,167,242)
#74B3F3
(116,179,243)
#8BBFF4
(139,191,244)
#A2CBF5
(162,203,245)
#B9D7F6
(185,215,246)
#D0E3F7
(208,227,247)
#E7EFF8
(231,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0177EE color. Also use rgb(1,119,238) instead hex code.

Text Font Color

.myTextColor { color: #0177EE; }

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

This text font color is #0177EE.


Background Color

.myBgColor { background-color: #0177EE; }

<div style="background-color:#0177EE">Inner text</div>

This div background color is #0177EE.


Border color

.myBorderColor { border: 1px solid #0177EE; }

<div style="border:3px solid #0177EE">Div</div>

This div border color is #0177EE.


Opacity

.myOpacity80 { color: #0177EE; opacity: 0.8; }

<p style="color:#0177EE;opacity:0.8;">80%</p>

Text with #0177EE 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 #0177EE;}

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

This text has shadow with #0177EE color.

.textShadow {text-shadow: 3px 3px 1px #0177EE, 3px 3px 1px red;}

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

This text has shadow with #0177EE primary color and red secondary color.


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

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

This text has shadow with #0177EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0177EE on black background.


Color preview on white background

This text has color #0177EE on white background.



Black color preview on #0177EE background

This text has black color on #0177EE background.


White color preview on #0177EE background

This text has white color on #0177EE background.