COLOR #0598BE

HEX: #0598BE
RGB: (5,152,190)

Renk bilgisi

#0598BE contains mainly green and blue colors. #0598BE ‘ nin web güvenlik rengi #0099CC (ya da #09C) dir.

RGB renk modeli

#0598BE color RGB value is (5,152,190).

  • kırmız ton 5;
  • yeşil ton 152;
  • mavi ton 190.
RGB:
(5,152,190)
(2%,60%,75%)

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 152 of 255 = 60%
B 190 of 255 = 75%

5
152
190

R + G + B ~ 46%. #0598BE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 152 + 190 = 347 (100%)
R 5 of 347 ~ 1.44%
G 152 of 347 ~ 43.8%
B 190 of 347 ~ 54.76%

%43.8
%54.76

CMYK RENK MODELİ

#0598BE rengi CMYK tonu (97,20,0,25).

  • camgöbeği tonu 97.37%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(97,20,0,25)
C97M20Y0K25 
(97%,20%,0%,25%)
(0.97/0.20/0.00/0.25)	

CMYK yüzdeleri

%97.37
%20
%0
%25.49

Codes

Color #0598BE in popluar color models

0598BE
RGB5152190
HSL192°94.87%38.24%
HSB/HSV192°97.37%74.51%
CMYK97.37%20.00%0.00%
25.49%

Color #0598BE in popluar number systems.

HEX0598BE
Decimal5152190
Binary1011001100010111110
Octal5230276

Shades and tints

Shades of #0598BE

#0598BE
(5,152,190)
#058BAD
(5,139,173)
#057E9C
(5,126,156)
#05718B
(5,113,139)
#05647A
(5,100,122)
#055769
(5,87,105)
#054A58
(5,74,88)
#053D47
(5,61,71)
#053036
(5,48,54)
#052325
(5,35,37)
#051614
(5,22,20)
#000000
(0,0,0)

Tints of #0598BE

#0598BE
(5,152,190)
#1BA1C3
(27,161,195)
#31AAC8
(49,170,200)
#47B3CD
(71,179,205)
#5DBCD2
(93,188,210)
#73C5D7
(115,197,215)
#89CEDC
(137,206,220)
#9FD7E1
(159,215,225)
#B5E0E6
(181,224,230)
#CBE9EB
(203,233,235)
#E1F2F0
(225,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0598BE color. Also use rgb(5,152,190) instead hex code.

Text Font Color

.myTextColor { color: #0598BE; }

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

This text font color is #0598BE.


Background Color

.myBgColor { background-color: #0598BE; }

<div style="background-color:#0598BE">Inner text</div>

This div background color is #0598BE.


Border color

.myBorderColor { border: 1px solid #0598BE; }

<div style="border:3px solid #0598BE">Div</div>

This div border color is #0598BE.


Opacity

.myOpacity80 { color: #0598BE; opacity: 0.8; }

<p style="color:#0598BE;opacity:0.8;">80%</p>

Text with #0598BE 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 #0598BE;}

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

This text has shadow with #0598BE color.

.textShadow {text-shadow: 3px 3px 1px #0598BE, 3px 3px 1px red;}

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

This text has shadow with #0598BE primary color and red secondary color.


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

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

This text has shadow with #0598BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0598BE on black background.


Color preview on white background

This text has color #0598BE on white background.



Black color preview on #0598BE background

This text has black color on #0598BE background.


White color preview on #0598BE background

This text has white color on #0598BE background.