COLOR #090D26

HEX: #090D26
RGB: (9,13,38)

Renk bilgisi

#090D26 contains red, green and blue colors in about the same proportion. #090D26 ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#090D26 color RGB value is (9,13,38).

  • kırmız ton 9;
  • yeşil ton 13;
  • mavi ton 38.
RGB:
(9,13,38)
(4%,5%,15%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 13 of 255 = 5%
B 38 of 255 = 15%

9
13
38

R + G + B ~ 8%. #090D26 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 13 + 38 = 60 (100%)
R 9 of 60 ~ 15%
G 13 of 60 ~ 21.67%
B 38 of 60 ~ 63.33%

%15
%21.67
%63.33

CMYK RENK MODELİ

#090D26 rengi CMYK tonu (76,66,0,85).

  • camgöbeği tonu 76.32%
  • eflatun tonu 65.79%
  • sarı tonu 0.00%
  • ana renk tonu 85.10%
CMYK:
(76,66,0,85)
C76M66Y0K85 
(76%,66%,0%,85%)
(0.76/0.66/0.00/0.85)	

CMYK yüzdeleri

%76.32
%65.79
%0
%85.1

Codes

Color #090D26 in popluar color models

090D26
RGB91338
HSL232°61.70%9.22%
HSB/HSV232°76.32%14.90%
CMYK76.32%65.79%0.00%
85.10%

Color #090D26 in popluar number systems.

HEX090D26
Decimal91338
Binary10011101100110
Octal111546

Shades and tints

Shades of #090D26

#090D26
(9,13,38)
#090C23
(9,12,35)
#090B20
(9,11,32)
#090A1D
(9,10,29)
#09091A
(9,9,26)
#090817
(9,8,23)
#090714
(9,7,20)
#090611
(9,6,17)
#09050E
(9,5,14)
#09040B
(9,4,11)
#090308
(9,3,8)
#000000
(0,0,0)

Tints of #090D26

#090D26
(9,13,38)
#1F2339
(31,35,57)
#35394C
(53,57,76)
#4B4F5F
(75,79,95)
#616572
(97,101,114)
#777B85
(119,123,133)
#8D9198
(141,145,152)
#A3A7AB
(163,167,171)
#B9BDBE
(185,189,190)
#CFD3D1
(207,211,209)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090D26 color. Also use rgb(9,13,38) instead hex code.

Text Font Color

.myTextColor { color: #090D26; }

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

This text font color is #090D26.


Background Color

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

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

This div background color is #090D26.


Border color

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

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

This div border color is #090D26.


Opacity

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

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

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

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

This text has shadow with #090D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090D26 on black background.


Color preview on white background

This text has color #090D26 on white background.



Black color preview on #090D26 background

This text has black color on #090D26 background.


White color preview on #090D26 background

This text has white color on #090D26 background.