COLOR #095DC9

HEX: #095DC9
RGB: (9,93,201)

Renk bilgisi

#095DC9 contains mainly blue color. #095DC9 ‘ nin web güvenlik rengi #0066CC (ya da #06C) dir.

RGB renk modeli

#095DC9 color RGB value is (9,93,201).

  • kırmız ton 9;
  • yeşil ton 93;
  • mavi ton 201.
RGB:
(9,93,201)
(4%,36%,79%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 93 of 255 = 36%
B 201 of 255 = 79%

9
93
201

R + G + B ~ 40%. #095DC9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 93 + 201 = 303 (100%)
R 9 of 303 ~ 2.97%
G 93 of 303 ~ 30.69%
B 201 of 303 ~ 66.34%

%30.69
%66.34

CMYK RENK MODELİ

#095DC9 rengi CMYK tonu (96,54,0,21).

  • camgöbeği tonu 95.52%
  • eflatun tonu 53.73%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(96,54,0,21)
C96M54Y0K21 
(96%,54%,0%,21%)
(0.96/0.54/0.00/0.21)	

CMYK yüzdeleri

%95.52
%53.73
%0
%21.18

Codes

Color #095DC9 in popluar color models

095DC9
RGB993201
HSL214°91.43%41.18%
HSB/HSV214°95.52%78.82%
CMYK95.52%53.73%0.00%
21.18%

Color #095DC9 in popluar number systems.

HEX095DC9
Decimal993201
Binary1001101110111001001
Octal11135311

Shades and tints

Shades of #095DC9

#095DC9
(9,93,201)
#0955B7
(9,85,183)
#094DA5
(9,77,165)
#094593
(9,69,147)
#093D81
(9,61,129)
#09356F
(9,53,111)
#092D5D
(9,45,93)
#09254B
(9,37,75)
#091D39
(9,29,57)
#091527
(9,21,39)
#090D15
(9,13,21)
#000000
(0,0,0)

Tints of #095DC9

#095DC9
(9,93,201)
#1F6BCD
(31,107,205)
#3579D1
(53,121,209)
#4B87D5
(75,135,213)
#6195D9
(97,149,217)
#77A3DD
(119,163,221)
#8DB1E1
(141,177,225)
#A3BFE5
(163,191,229)
#B9CDE9
(185,205,233)
#CFDBED
(207,219,237)
#E5E9F1
(229,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095DC9 color. Also use rgb(9,93,201) instead hex code.

Text Font Color

.myTextColor { color: #095DC9; }

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

This text font color is #095DC9.


Background Color

.myBgColor { background-color: #095DC9; }

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

This div background color is #095DC9.


Border color

.myBorderColor { border: 1px solid #095DC9; }

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

This div border color is #095DC9.


Opacity

.myOpacity80 { color: #095DC9; opacity: 0.8; }

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

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

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

This text has shadow with #095DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095DC9 on black background.


Color preview on white background

This text has color #095DC9 on white background.



Black color preview on #095DC9 background

This text has black color on #095DC9 background.


White color preview on #095DC9 background

This text has white color on #095DC9 background.