COLOR #09364B

HEX: #09364B
RGB: (9,54,75)

Renk bilgisi

#09364B contains mainly green and blue colors. #09364B ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#09364B color RGB value is (9,54,75).

  • kırmız ton 9;
  • yeşil ton 54;
  • mavi ton 75.
RGB:
(9,54,75)
(4%,21%,29%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 54 of 255 = 21%
B 75 of 255 = 29%

9
54
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 54 + 75 = 138 (100%)
R 9 of 138 ~ 6.52%
G 54 of 138 ~ 39.13%
B 75 of 138 ~ 54.35%

%39.13
%54.35

CMYK RENK MODELİ

#09364B rengi CMYK tonu (88,28,0,71).

  • camgöbeği tonu 88.00%
  • eflatun tonu 28.00%
  • sarı tonu 0.00%
  • ana renk tonu 70.59%
CMYK:
(88,28,0,71)
C88M28Y0K71 
(88%,28%,0%,71%)
(0.88/0.28/0.00/0.71)	

CMYK yüzdeleri

%88
%28
%0
%70.59

Codes

Color #09364B in popluar color models

09364B
RGB95475
HSL199°78.57%16.47%
HSB/HSV199°88.00%29.41%
CMYK88.00%28.00%0.00%
70.59%

Color #09364B in popluar number systems.

HEX09364B
Decimal95475
Binary10011101101001011
Octal1166113

Shades and tints

Shades of #09364B

#09364B
(9,54,75)
#093245
(9,50,69)
#092E3F
(9,46,63)
#092A39
(9,42,57)
#092633
(9,38,51)
#09222D
(9,34,45)
#091E27
(9,30,39)
#091A21
(9,26,33)
#09161B
(9,22,27)
#091215
(9,18,21)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #09364B

#09364B
(9,54,75)
#1F485B
(31,72,91)
#355A6B
(53,90,107)
#4B6C7B
(75,108,123)
#617E8B
(97,126,139)
#77909B
(119,144,155)
#8DA2AB
(141,162,171)
#A3B4BB
(163,180,187)
#B9C6CB
(185,198,203)
#CFD8DB
(207,216,219)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09364B color. Also use rgb(9,54,75) instead hex code.

Text Font Color

.myTextColor { color: #09364B; }

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

This text font color is #09364B.


Background Color

.myBgColor { background-color: #09364B; }

<div style="background-color:#09364B">Inner text</div>

This div background color is #09364B.


Border color

.myBorderColor { border: 1px solid #09364B; }

<div style="border:3px solid #09364B">Div</div>

This div border color is #09364B.


Opacity

.myOpacity80 { color: #09364B; opacity: 0.8; }

<p style="color:#09364B;opacity:0.8;">80%</p>

Text with #09364B 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 #09364B;}

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

This text has shadow with #09364B color.

.textShadow {text-shadow: 3px 3px 1px #09364B, 3px 3px 1px red;}

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

This text has shadow with #09364B primary color and red secondary color.


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

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

This text has shadow with #09364B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09364B on black background.


Color preview on white background

This text has color #09364B on white background.



Black color preview on #09364B background

This text has black color on #09364B background.


White color preview on #09364B background

This text has white color on #09364B background.