COLOR #0D95A2

HEX: #0D95A2
RGB: (13,149,162)

Color info

#0D95A2 contains mainly green and blue colors. Web safe color of #0D95A2 is #009999 (or #099).

RGB color model

#0D95A2 color RGB value is (13,149,162).

  • red value is 13;
  • green value is 149;
  • blue value is 162.
RGB:
(13,149,162)
(5%,58%,64%)

RGB channels and saturation

R 13 of 255 = 5%
G 149 of 255 = 58%
B 162 of 255 = 64%

13
149
162

R + G + B ~ 42%. #0D95A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
13 + 149 + 162 = 324 (100%)
R 13 of 324 ~ 4.01%
G 149 of 324 ~ 45.99%
B 162 of 324 ~ 50%

%45.99
%50

CMYK color model

#0D95A2 color CMYK value is (92,8,0,36).

  • cyan value is 91.98%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(92,8,0,36)
C92M8Y0K36 
(92%,8%,0%,36%)
(0.92/0.08/0.00/0.36)	

CMYK percentages

%91.98
%8.02
%0
%36.47

Codes

Color #0D95A2 in popluar color models

0D95A2
RGB13149162
HSL185°85.14%34.31%
HSB/HSV185°91.98%63.53%
CMYK91.98%8.02%0.00%
36.47%

Color #0D95A2 in popluar number systems.

HEX0D95A2
Decimal13149162
Binary11011001010110100010
Octal15225242

Shades and tints

Shades of #0D95A2

#0D95A2
(13,149,162)
#0C8894
(12,136,148)
#0B7B86
(11,123,134)
#0A6E78
(10,110,120)
#09616A
(9,97,106)
#08545C
(8,84,92)
#07474E
(7,71,78)
#063A40
(6,58,64)
#052D32
(5,45,50)
#042024
(4,32,36)
#031316
(3,19,22)
#000000
(0,0,0)

Tints of #0D95A2

#0D95A2
(13,149,162)
#239EAA
(35,158,170)
#39A7B2
(57,167,178)
#4FB0BA
(79,176,186)
#65B9C2
(101,185,194)
#7BC2CA
(123,194,202)
#91CBD2
(145,203,210)
#A7D4DA
(167,212,218)
#BDDDE2
(189,221,226)
#D3E6EA
(211,230,234)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D95A2 color. Also use rgb(13,149,162) instead hex code.

Text Font Color

.myTextColor { color: #0D95A2; }

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

This text font color is #0D95A2.


Background Color

.myBgColor { background-color: #0D95A2; }

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

This div background color is #0D95A2.


Border color

.myBorderColor { border: 1px solid #0D95A2; }

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

This div border color is #0D95A2.


Opacity

.myOpacity80 { color: #0D95A2; opacity: 0.8; }

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

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

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

This text has shadow with #0D95A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D95A2 on black background.


Color preview on white background

This text has color #0D95A2 on white background.



Black color preview on #0D95A2 background

This text has black color on #0D95A2 background.


White color preview on #0D95A2 background

This text has white color on #0D95A2 background.