COLOR #093B74

HEX: #093B74
RGB: (9,59,116)

Renk bilgisi

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

RGB renk modeli

#093B74 color RGB value is (9,59,116).

  • kırmız ton 9;
  • yeşil ton 59;
  • mavi ton 116.
RGB:
(9,59,116)
(4%,23%,45%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 59 of 255 = 23%
B 116 of 255 = 45%

9
59
116

R + G + B ~ 24%. #093B74 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 59 + 116 = 184 (100%)
R 9 of 184 ~ 4.89%
G 59 of 184 ~ 32.07%
B 116 of 184 ~ 63.04%

%32.07
%63.04

CMYK RENK MODELİ

#093B74 rengi CMYK tonu (92,49,0,55).

  • camgöbeği tonu 92.24%
  • eflatun tonu 49.14%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(92,49,0,55)
C92M49Y0K55 
(92%,49%,0%,55%)
(0.92/0.49/0.00/0.55)	

CMYK yüzdeleri

%92.24
%49.14
%0
%54.51

Codes

Color #093B74 in popluar color models

093B74
RGB959116
HSL212°85.60%24.51%
HSB/HSV212°92.24%45.49%
CMYK92.24%49.14%0.00%
54.51%

Color #093B74 in popluar number systems.

HEX093B74
Decimal959116
Binary10011110111110100
Octal1173164

Shades and tints

Shades of #093B74

#093B74
(9,59,116)
#09366A
(9,54,106)
#093160
(9,49,96)
#092C56
(9,44,86)
#09274C
(9,39,76)
#092242
(9,34,66)
#091D38
(9,29,56)
#09182E
(9,24,46)
#091324
(9,19,36)
#090E1A
(9,14,26)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #093B74

#093B74
(9,59,116)
#1F4C80
(31,76,128)
#355D8C
(53,93,140)
#4B6E98
(75,110,152)
#617FA4
(97,127,164)
#7790B0
(119,144,176)
#8DA1BC
(141,161,188)
#A3B2C8
(163,178,200)
#B9C3D4
(185,195,212)
#CFD4E0
(207,212,224)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093B74 color. Also use rgb(9,59,116) instead hex code.

Text Font Color

.myTextColor { color: #093B74; }

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

This text font color is #093B74.


Background Color

.myBgColor { background-color: #093B74; }

<div style="background-color:#093B74">Inner text</div>

This div background color is #093B74.


Border color

.myBorderColor { border: 1px solid #093B74; }

<div style="border:3px solid #093B74">Div</div>

This div border color is #093B74.


Opacity

.myOpacity80 { color: #093B74; opacity: 0.8; }

<p style="color:#093B74;opacity:0.8;">80%</p>

Text with #093B74 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 #093B74;}

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

This text has shadow with #093B74 color.

.textShadow {text-shadow: 3px 3px 1px #093B74, 3px 3px 1px red;}

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

This text has shadow with #093B74 primary color and red secondary color.


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

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

This text has shadow with #093B74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093B74 on black background.


Color preview on white background

This text has color #093B74 on white background.



Black color preview on #093B74 background

This text has black color on #093B74 background.


White color preview on #093B74 background

This text has white color on #093B74 background.