COLOR #09255C

HEX: #09255C
RGB: (9,37,92)

Color info

#09255C contains mainly green and blue colors. Web safe color of #09255C is #003366 (or #036).

RGB color model

#09255C color RGB value is (9,37,92).

  • red value is 9;
  • green value is 37;
  • blue value is 92.
RGB:
(9,37,92)
(4%,15%,36%)

RGB channels and saturation

R 9 of 255 = 4%
G 37 of 255 = 15%
B 92 of 255 = 36%

9
37
92

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

Portions of RGB colors in percentages

R + G + B =
9 + 37 + 92 = 138 (100%)
R 9 of 138 ~ 6.52%
G 37 of 138 ~ 26.81%
B 92 of 138 ~ 66.67%

%26.81
%66.67

CMYK color model

#09255C color CMYK value is (90,60,0,64).

  • cyan value is 90.22%
  • magenta value is 59.78%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(90,60,0,64)
C90M60Y0K64 
(90%,60%,0%,64%)
(0.90/0.60/0.00/0.64)	

CMYK percentages

%90.22
%59.78
%0
%63.92

Codes

Color #09255C in popluar color models

09255C
RGB93792
HSL220°82.18%19.80%
HSB/HSV220°90.22%36.08%
CMYK90.22%59.78%0.00%
63.92%

Color #09255C in popluar number systems.

HEX09255C
Decimal93792
Binary10011001011011100
Octal1145134

Shades and tints

Shades of #09255C

#09255C
(9,37,92)
#092254
(9,34,84)
#091F4C
(9,31,76)
#091C44
(9,28,68)
#09193C
(9,25,60)
#091634
(9,22,52)
#09132C
(9,19,44)
#091024
(9,16,36)
#090D1C
(9,13,28)
#090A14
(9,10,20)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #09255C

#09255C
(9,37,92)
#1F386A
(31,56,106)
#354B78
(53,75,120)
#4B5E86
(75,94,134)
#617194
(97,113,148)
#7784A2
(119,132,162)
#8D97B0
(141,151,176)
#A3AABE
(163,170,190)
#B9BDCC
(185,189,204)
#CFD0DA
(207,208,218)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09255C color. Also use rgb(9,37,92) instead hex code.

Text Font Color

.myTextColor { color: #09255C; }

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

This text font color is #09255C.


Background Color

.myBgColor { background-color: #09255C; }

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

This div background color is #09255C.


Border color

.myBorderColor { border: 1px solid #09255C; }

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

This div border color is #09255C.


Opacity

.myOpacity80 { color: #09255C; opacity: 0.8; }

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

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

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

This text has shadow with #09255C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09255C on black background.


Color preview on white background

This text has color #09255C on white background.



Black color preview on #09255C background

This text has black color on #09255C background.


White color preview on #09255C background

This text has white color on #09255C background.