COLOR #093062

HEX: #093062
RGB: (9,48,98)

Color info

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

RGB color model

#093062 color RGB value is (9,48,98).

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

RGB channels and saturation

R 9 of 255 = 4%
G 48 of 255 = 19%
B 98 of 255 = 38%

9
48
98

R + G + B ~ 20%. #093062 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 48 + 98 = 155 (100%)
R 9 of 155 ~ 5.81%
G 48 of 155 ~ 30.97%
B 98 of 155 ~ 63.23%

%30.97
%63.23

CMYK color model

#093062 color CMYK value is (91,51,0,62).

  • cyan value is 90.82%
  • magenta value is 51.02%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(91,51,0,62)
C91M51Y0K62 
(91%,51%,0%,62%)
(0.91/0.51/0.00/0.62)	

CMYK percentages

%90.82
%51.02
%0
%61.57

Codes

Color #093062 in popluar color models

093062
RGB94898
HSL214°83.18%20.98%
HSB/HSV214°90.82%38.43%
CMYK90.82%51.02%0.00%
61.57%

Color #093062 in popluar number systems.

HEX093062
Decimal94898
Binary10011100001100010
Octal1160142

Shades and tints

Shades of #093062

#093062
(9,48,98)
#092C5A
(9,44,90)
#092852
(9,40,82)
#09244A
(9,36,74)
#092042
(9,32,66)
#091C3A
(9,28,58)
#091832
(9,24,50)
#09142A
(9,20,42)
#091022
(9,16,34)
#090C1A
(9,12,26)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #093062

#093062
(9,48,98)
#1F4270
(31,66,112)
#35547E
(53,84,126)
#4B668C
(75,102,140)
#61789A
(97,120,154)
#778AA8
(119,138,168)
#8D9CB6
(141,156,182)
#A3AEC4
(163,174,196)
#B9C0D2
(185,192,210)
#CFD2E0
(207,210,224)
#E5E4EE
(229,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093062; }

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

This text font color is #093062.


Background Color

.myBgColor { background-color: #093062; }

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

This div background color is #093062.


Border color

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

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

This div border color is #093062.


Opacity

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

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

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

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

This text has shadow with #093062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093062 on black background.


Color preview on white background

This text has color #093062 on white background.



Black color preview on #093062 background

This text has black color on #093062 background.


White color preview on #093062 background

This text has white color on #093062 background.