COLOR #092648

HEX: #092648
RGB: (9,38,72)

Color info

#092648 contains mainly green and blue colors. Web safe color of #092648 is #003333 (or #033).

RGB color model

#092648 color RGB value is (9,38,72).

  • red value is 9;
  • green value is 38;
  • blue value is 72.
RGB:
(9,38,72)
(4%,15%,28%)

RGB channels and saturation

R 9 of 255 = 4%
G 38 of 255 = 15%
B 72 of 255 = 28%

9
38
72

R + G + B ~ 16%. #092648 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 38 + 72 = 119 (100%)
R 9 of 119 ~ 7.56%
G 38 of 119 ~ 31.93%
B 72 of 119 ~ 60.5%

%31.93
%60.5

CMYK color model

#092648 color CMYK value is (88,47,0,72).

  • cyan value is 87.50%
  • magenta value is 47.22%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(88,47,0,72)
C88M47Y0K72 
(88%,47%,0%,72%)
(0.88/0.47/0.00/0.72)	

CMYK percentages

%87.5
%47.22
%0
%71.76

Codes

Color #092648 in popluar color models

092648
RGB93872
HSL212°77.78%15.88%
HSB/HSV212°87.50%28.24%
CMYK87.50%47.22%0.00%
71.76%

Color #092648 in popluar number systems.

HEX092648
Decimal93872
Binary10011001101001000
Octal1146110

Shades and tints

Shades of #092648

#092648
(9,38,72)
#092342
(9,35,66)
#09203C
(9,32,60)
#091D36
(9,29,54)
#091A30
(9,26,48)
#09172A
(9,23,42)
#091424
(9,20,36)
#09111E
(9,17,30)
#090E18
(9,14,24)
#090B12
(9,11,18)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #092648

#092648
(9,38,72)
#1F3958
(31,57,88)
#354C68
(53,76,104)
#4B5F78
(75,95,120)
#617288
(97,114,136)
#778598
(119,133,152)
#8D98A8
(141,152,168)
#A3ABB8
(163,171,184)
#B9BEC8
(185,190,200)
#CFD1D8
(207,209,216)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092648; }

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

This text font color is #092648.


Background Color

.myBgColor { background-color: #092648; }

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

This div background color is #092648.


Border color

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

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

This div border color is #092648.


Opacity

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

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

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

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

This text has shadow with #092648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092648 on black background.


Color preview on white background

This text has color #092648 on white background.



Black color preview on #092648 background

This text has black color on #092648 background.


White color preview on #092648 background

This text has white color on #092648 background.