COLOR #00639C

HEX: #00639C
RGB: (0,99,156)

Renk bilgisi

#00639C contains only green and blue colors. #00639C ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#00639C color RGB value is (0,99,156).

  • kırmız ton 0;
  • yeşil ton 99;
  • mavi ton 156.
RGB:
(0,99,156)
(0%,39%,61%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 99 of 255 = 39%
B 156 of 255 = 61%

0
99
156

R + G + B ~ 33%. #00639C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 99 + 156 = 255 (100%)
R 0 of 255 ~ 0%
G 99 of 255 ~ 38.82%
B 156 of 255 ~ 61.18%

%38.82
%61.18

CMYK RENK MODELİ

#00639C rengi CMYK tonu (100,37,0,39).

  • camgöbeği tonu 100.00%
  • eflatun tonu 36.54%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(100,37,0,39)
C100M37Y0K39 
(100%,37%,0%,39%)
(1.00/0.37/0.00/0.39)	

CMYK yüzdeleri

%100
%36.54
%0
%38.82

Codes

Color #00639C in popluar color models

00639C
RGB099156
HSL202°100.00%30.59%
HSB/HSV202°100.00%61.18%
CMYK100.00%36.54%0.00%
38.82%

Color #00639C in popluar number systems.

HEX00639C
Decimal099156
Binary0110001110011100
Octal0143234

Shades and tints

Shades of #00639C

#00639C
(0,99,156)
#005A8E
(0,90,142)
#005180
(0,81,128)
#004872
(0,72,114)
#003F64
(0,63,100)
#003656
(0,54,86)
#002D48
(0,45,72)
#00243A
(0,36,58)
#001B2C
(0,27,44)
#00121E
(0,18,30)
#000910
(0,9,16)
#000000
(0,0,0)

Tints of #00639C

#00639C
(0,99,156)
#1771A5
(23,113,165)
#2E7FAE
(46,127,174)
#458DB7
(69,141,183)
#5C9BC0
(92,155,192)
#73A9C9
(115,169,201)
#8AB7D2
(138,183,210)
#A1C5DB
(161,197,219)
#B8D3E4
(184,211,228)
#CFE1ED
(207,225,237)
#E6EFF6
(230,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00639C color. Also use rgb(0,99,156) instead hex code.

Text Font Color

.myTextColor { color: #00639C; }

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

This text font color is #00639C.


Background Color

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

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

This div background color is #00639C.


Border color

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

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

This div border color is #00639C.


Opacity

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

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

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

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

This text has shadow with #00639C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00639C on black background.


Color preview on white background

This text has color #00639C on white background.



Black color preview on #00639C background

This text has black color on #00639C background.


White color preview on #00639C background

This text has white color on #00639C background.