COLOR #090E74

HEX: #090E74
RGB: (9,14,116)

Renk bilgisi

#090E74 contains mainly blue color. #090E74 ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#090E74 color RGB value is (9,14,116).

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

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 14 of 255 = 5%
B 116 of 255 = 45%

9
14
116

R + G + B ~ 18%. #090E74 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 14 + 116 = 139 (100%)
R 9 of 139 ~ 6.47%
G 14 of 139 ~ 10.07%
B 116 of 139 ~ 83.45%

%10.07
%83.45

CMYK RENK MODELİ

#090E74 rengi CMYK tonu (92,88,0,55).

  • camgöbeği tonu 92.24%
  • eflatun tonu 87.93%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(92,88,0,55)
C92M88Y0K55 
(92%,88%,0%,55%)
(0.92/0.88/0.00/0.55)	

CMYK yüzdeleri

%92.24
%87.93
%0
%54.51

Codes

Color #090E74 in popluar color models

090E74
RGB914116
HSL237°85.60%24.51%
HSB/HSV237°92.24%45.49%
CMYK92.24%87.93%0.00%
54.51%

Color #090E74 in popluar number systems.

HEX090E74
Decimal914116
Binary100111101110100
Octal1116164

Shades and tints

Shades of #090E74

#090E74
(9,14,116)
#090D6A
(9,13,106)
#090C60
(9,12,96)
#090B56
(9,11,86)
#090A4C
(9,10,76)
#090942
(9,9,66)
#090838
(9,8,56)
#09072E
(9,7,46)
#090624
(9,6,36)
#09051A
(9,5,26)
#090410
(9,4,16)
#000000
(0,0,0)

Tints of #090E74

#090E74
(9,14,116)
#1F2380
(31,35,128)
#35388C
(53,56,140)
#4B4D98
(75,77,152)
#6162A4
(97,98,164)
#7777B0
(119,119,176)
#8D8CBC
(141,140,188)
#A3A1C8
(163,161,200)
#B9B6D4
(185,182,212)
#CFCBE0
(207,203,224)
#E5E0EC
(229,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090E74 color. Also use rgb(9,14,116) instead hex code.

Text Font Color

.myTextColor { color: #090E74; }

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

This text font color is #090E74.


Background Color

.myBgColor { background-color: #090E74; }

<div style="background-color:#090E74">Inner text</div>

This div background color is #090E74.


Border color

.myBorderColor { border: 1px solid #090E74; }

<div style="border:3px solid #090E74">Div</div>

This div border color is #090E74.


Opacity

.myOpacity80 { color: #090E74; opacity: 0.8; }

<p style="color:#090E74;opacity:0.8;">80%</p>

Text with #090E74 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 #090E74;}

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

This text has shadow with #090E74 color.

.textShadow {text-shadow: 3px 3px 1px #090E74, 3px 3px 1px red;}

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

This text has shadow with #090E74 primary color and red secondary color.


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

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

This text has shadow with #090E74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090E74 on black background.


Color preview on white background

This text has color #090E74 on white background.



Black color preview on #090E74 background

This text has black color on #090E74 background.


White color preview on #090E74 background

This text has white color on #090E74 background.