COLOR #092130

HEX: #092130
RGB: (9,33,48)

Color info

#092130 contains red, green and blue colors in about the same proportion. Web safe color of #092130 is #003333 (or #033).

RGB color model

#092130 color RGB value is (9,33,48).

  • red value is 9;
  • green value is 33;
  • blue value is 48.
RGB:
(9,33,48)
(4%,13%,19%)

RGB channels and saturation

R 9 of 255 = 4%
G 33 of 255 = 13%
B 48 of 255 = 19%

9
33
48

R + G + B ~ 12%. #092130 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 33 + 48 = 90 (100%)
R 9 of 90 ~ 10%
G 33 of 90 ~ 36.67%
B 48 of 90 ~ 53.33%

%10
%36.67
%53.33

CMYK color model

#092130 color CMYK value is (81,31,0,81).

  • cyan value is 81.25%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(81,31,0,81)
C81M31Y0K81 
(81%,31%,0%,81%)
(0.81/0.31/0.00/0.81)	

CMYK percentages

%81.25
%31.25
%0
%81.18

Codes

Color #092130 in popluar color models

092130
RGB93348
HSL203°68.42%11.18%
HSB/HSV203°81.25%18.82%
CMYK81.25%31.25%0.00%
81.18%

Color #092130 in popluar number systems.

HEX092130
Decimal93348
Binary1001100001110000
Octal114160

Shades and tints

Shades of #092130

#092130
(9,33,48)
#091E2C
(9,30,44)
#091B28
(9,27,40)
#091824
(9,24,36)
#091520
(9,21,32)
#09121C
(9,18,28)
#090F18
(9,15,24)
#090C14
(9,12,20)
#090910
(9,9,16)
#09060C
(9,6,12)
#090308
(9,3,8)
#000000
(0,0,0)

Tints of #092130

#092130
(9,33,48)
#1F3542
(31,53,66)
#354954
(53,73,84)
#4B5D66
(75,93,102)
#617178
(97,113,120)
#77858A
(119,133,138)
#8D999C
(141,153,156)
#A3ADAE
(163,173,174)
#B9C1C0
(185,193,192)
#CFD5D2
(207,213,210)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092130 color. Also use rgb(9,33,48) instead hex code.

Text Font Color

.myTextColor { color: #092130; }

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

This text font color is #092130.


Background Color

.myBgColor { background-color: #092130; }

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

This div background color is #092130.


Border color

.myBorderColor { border: 1px solid #092130; }

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

This div border color is #092130.


Opacity

.myOpacity80 { color: #092130; opacity: 0.8; }

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

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

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

This text has shadow with #092130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092130 on black background.


Color preview on white background

This text has color #092130 on white background.



Black color preview on #092130 background

This text has black color on #092130 background.


White color preview on #092130 background

This text has white color on #092130 background.