COLOR #000C14

HEX: #000C14
RGB: (0,12,20)

Renk bilgisi

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

RGB renk modeli

#000C14 color RGB value is (0,12,20).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 12 of 255 = 5%
B 20 of 255 = 8%

0
12
20

R + G + B ~ 4%. #000C14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 12 + 20 = 32 (100%)
R 0 of 32 ~ 0%
G 12 of 32 ~ 37.5%
B 20 of 32 ~ 62.5%

%37.5
%62.5

CMYK RENK MODELİ

#000C14 rengi CMYK tonu (100,40,0,92).

  • camgöbeği tonu 100.00%
  • eflatun tonu 40.00%
  • sarı tonu 0.00%
  • ana renk tonu 92.16%
CMYK:
(100,40,0,92)
C100M40Y0K92 
(100%,40%,0%,92%)
(1.00/0.40/0.00/0.92)	

CMYK yüzdeleri

%100
%40
%0
%92.16

Codes

Color #000C14 in popluar color models

000C14
RGB01220
HSL204°100.00%3.92%
HSB/HSV204°100.00%7.84%
CMYK100.00%40.00%0.00%
92.16%

Color #000C14 in popluar number systems.

HEX000C14
Decimal01220
Binary0110010100
Octal01424

Shades and tints

Shades of #000C14

#000C14
(0,12,20)
#000B13
(0,11,19)
#000A12
(0,10,18)
#000911
(0,9,17)
#000810
(0,8,16)
#00070F
(0,7,15)
#00060E
(0,6,14)
#00050D
(0,5,13)
#00040C
(0,4,12)
#00030B
(0,3,11)
#00020A
(0,2,10)
#000000
(0,0,0)

Tints of #000C14

#000C14
(0,12,20)
#172229
(23,34,41)
#2E383E
(46,56,62)
#454E53
(69,78,83)
#5C6468
(92,100,104)
#737A7D
(115,122,125)
#8A9092
(138,144,146)
#A1A6A7
(161,166,167)
#B8BCBC
(184,188,188)
#CFD2D1
(207,210,209)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C14; }

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

This text font color is #000C14.


Background Color

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

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

This div background color is #000C14.


Border color

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

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

This div border color is #000C14.


Opacity

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

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

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

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

This text has shadow with #000C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000C14 on black background.


Color preview on white background

This text has color #000C14 on white background.



Black color preview on #000C14 background

This text has black color on #000C14 background.


White color preview on #000C14 background

This text has white color on #000C14 background.