COLOR #000C69

HEX: #000C69
RGB: (0,12,105)

Renk bilgisi

#000C69 contains mainly blue color. #000C69 ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#000C69 color RGB value is (0,12,105).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 12 of 255 = 5%
B 105 of 255 = 41%

0
12
105

R + G + B ~ 15%. #000C69 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 12 + 105 = 117 (100%)
R 0 of 117 ~ 0%
G 12 of 117 ~ 10.26%
B 105 of 117 ~ 89.74%

%10.26
%89.74

CMYK RENK MODELİ

#000C69 rengi CMYK tonu (100,89,0,59).

  • camgöbeği tonu 100.00%
  • eflatun tonu 88.57%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(100,89,0,59)
C100M89Y0K59 
(100%,89%,0%,59%)
(1.00/0.89/0.00/0.59)	

CMYK yüzdeleri

%100
%88.57
%0
%58.82

Codes

Color #000C69 in popluar color models

000C69
RGB012105
HSL233°100.00%20.59%
HSB/HSV233°100.00%41.18%
CMYK100.00%88.57%0.00%
58.82%

Color #000C69 in popluar number systems.

HEX000C69
Decimal012105
Binary011001101001
Octal014151

Shades and tints

Shades of #000C69

#000C69
(0,12,105)
#000B60
(0,11,96)
#000A57
(0,10,87)
#00094E
(0,9,78)
#000845
(0,8,69)
#00073C
(0,7,60)
#000633
(0,6,51)
#00052A
(0,5,42)
#000421
(0,4,33)
#000318
(0,3,24)
#00020F
(0,2,15)
#000000
(0,0,0)

Tints of #000C69

#000C69
(0,12,105)
#172276
(23,34,118)
#2E3883
(46,56,131)
#454E90
(69,78,144)
#5C649D
(92,100,157)
#737AAA
(115,122,170)
#8A90B7
(138,144,183)
#A1A6C4
(161,166,196)
#B8BCD1
(184,188,209)
#CFD2DE
(207,210,222)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C69; }

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

This text font color is #000C69.


Background Color

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

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

This div background color is #000C69.


Border color

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

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

This div border color is #000C69.


Opacity

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

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

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

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

This text has shadow with #000C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000C69 on black background.


Color preview on white background

This text has color #000C69 on white background.



Black color preview on #000C69 background

This text has black color on #000C69 background.


White color preview on #000C69 background

This text has white color on #000C69 background.