COLOR #024B78

HEX: #024B78
RGB: (2,75,120)

Renk bilgisi

#024B78 contains mainly green and blue colors. #024B78 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#024B78 color RGB value is (2,75,120).

  • kırmız ton 2;
  • yeşil ton 75;
  • mavi ton 120.
RGB:
(2,75,120)
(1%,29%,47%)

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 75 of 255 = 29%
B 120 of 255 = 47%

2
75
120

R + G + B ~ 26%. #024B78 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 75 + 120 = 197 (100%)
R 2 of 197 ~ 1.02%
G 75 of 197 ~ 38.07%
B 120 of 197 ~ 60.91%

%38.07
%60.91

CMYK RENK MODELİ

#024B78 rengi CMYK tonu (98,38,0,53).

  • camgöbeği tonu 98.33%
  • eflatun tonu 37.50%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(98,38,0,53)
C98M38Y0K53 
(98%,38%,0%,53%)
(0.98/0.38/0.00/0.53)	

CMYK yüzdeleri

%98.33
%37.5
%0
%52.94

Codes

Color #024B78 in popluar color models

024B78
RGB275120
HSL203°96.72%23.92%
HSB/HSV203°98.33%47.06%
CMYK98.33%37.50%0.00%
52.94%

Color #024B78 in popluar number systems.

HEX024B78
Decimal275120
Binary1010010111111000
Octal2113170

Shades and tints

Shades of #024B78

#024B78
(2,75,120)
#02456E
(2,69,110)
#023F64
(2,63,100)
#02395A
(2,57,90)
#023350
(2,51,80)
#022D46
(2,45,70)
#02273C
(2,39,60)
#022132
(2,33,50)
#021B28
(2,27,40)
#02151E
(2,21,30)
#020F14
(2,15,20)
#000000
(0,0,0)

Tints of #024B78

#024B78
(2,75,120)
#195B84
(25,91,132)
#306B90
(48,107,144)
#477B9C
(71,123,156)
#5E8BA8
(94,139,168)
#759BB4
(117,155,180)
#8CABC0
(140,171,192)
#A3BBCC
(163,187,204)
#BACBD8
(186,203,216)
#D1DBE4
(209,219,228)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024B78 color. Also use rgb(2,75,120) instead hex code.

Text Font Color

.myTextColor { color: #024B78; }

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

This text font color is #024B78.


Background Color

.myBgColor { background-color: #024B78; }

<div style="background-color:#024B78">Inner text</div>

This div background color is #024B78.


Border color

.myBorderColor { border: 1px solid #024B78; }

<div style="border:3px solid #024B78">Div</div>

This div border color is #024B78.


Opacity

.myOpacity80 { color: #024B78; opacity: 0.8; }

<p style="color:#024B78;opacity:0.8;">80%</p>

Text with #024B78 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 #024B78;}

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

This text has shadow with #024B78 color.

.textShadow {text-shadow: 3px 3px 1px #024B78, 3px 3px 1px red;}

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

This text has shadow with #024B78 primary color and red secondary color.


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

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

This text has shadow with #024B78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024B78 on black background.


Color preview on white background

This text has color #024B78 on white background.



Black color preview on #024B78 background

This text has black color on #024B78 background.


White color preview on #024B78 background

This text has white color on #024B78 background.