COLOR #000C40

HEX: #000C40
RGB: (0,12,64)

Renk bilgisi

#000C40 contains only green and blue colors. #000C40 ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#000C40 color RGB value is (0,12,64).

  • kırmız ton 0;
  • yeşil ton 12;
  • mavi ton 64.
RGB:
(0,12,64)
(0%,5%,25%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 12 of 255 = 5%
B 64 of 255 = 25%

0
12
64

R + G + B ~ 10%. #000C40 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 12 + 64 = 76 (100%)
R 0 of 76 ~ 0%
G 12 of 76 ~ 15.79%
B 64 of 76 ~ 84.21%

%15.79
%84.21

CMYK RENK MODELİ

#000C40 rengi CMYK tonu (100,81,0,75).

  • camgöbeği tonu 100.00%
  • eflatun tonu 81.25%
  • sarı tonu 0.00%
  • ana renk tonu 74.90%
CMYK:
(100,81,0,75)
C100M81Y0K75 
(100%,81%,0%,75%)
(1.00/0.81/0.00/0.75)	

CMYK yüzdeleri

%100
%81.25
%0
%74.9

Codes

Color #000C40 in popluar color models

000C40
RGB01264
HSL229°100.00%12.55%
HSB/HSV229°100.00%25.10%
CMYK100.00%81.25%0.00%
74.90%

Color #000C40 in popluar number systems.

HEX000C40
Decimal01264
Binary011001000000
Octal014100

Shades and tints

Shades of #000C40

#000C40
(0,12,64)
#000B3B
(0,11,59)
#000A36
(0,10,54)
#000931
(0,9,49)
#00082C
(0,8,44)
#000727
(0,7,39)
#000622
(0,6,34)
#00051D
(0,5,29)
#000418
(0,4,24)
#000313
(0,3,19)
#00020E
(0,2,14)
#000000
(0,0,0)

Tints of #000C40

#000C40
(0,12,64)
#172251
(23,34,81)
#2E3862
(46,56,98)
#454E73
(69,78,115)
#5C6484
(92,100,132)
#737A95
(115,122,149)
#8A90A6
(138,144,166)
#A1A6B7
(161,166,183)
#B8BCC8
(184,188,200)
#CFD2D9
(207,210,217)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000C40 color. Also use rgb(0,12,64) instead hex code.

Text Font Color

.myTextColor { color: #000C40; }

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

This text font color is #000C40.


Background Color

.myBgColor { background-color: #000C40; }

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

This div background color is #000C40.


Border color

.myBorderColor { border: 1px solid #000C40; }

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

This div border color is #000C40.


Opacity

.myOpacity80 { color: #000C40; opacity: 0.8; }

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

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

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

This text has shadow with #000C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000C40 on black background.


Color preview on white background

This text has color #000C40 on white background.



Black color preview on #000C40 background

This text has black color on #000C40 background.


White color preview on #000C40 background

This text has white color on #000C40 background.