COLOR #002C56

HEX: #002C56
RGB: (0,44,86)

Renk bilgisi

#002C56 contains only green and blue colors. #002C56 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#002C56 color RGB value is (0,44,86).

  • kırmız ton 0;
  • yeşil ton 44;
  • mavi ton 86.
RGB:
(0,44,86)
(0%,17%,34%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 44 of 255 = 17%
B 86 of 255 = 34%

0
44
86

R + G + B ~ 17%. #002C56 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 44 + 86 = 130 (100%)
R 0 of 130 ~ 0%
G 44 of 130 ~ 33.85%
B 86 of 130 ~ 66.15%

%33.85
%66.15

CMYK RENK MODELİ

#002C56 rengi CMYK tonu (100,49,0,66).

  • camgöbeği tonu 100.00%
  • eflatun tonu 48.84%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(100,49,0,66)
C100M49Y0K66 
(100%,49%,0%,66%)
(1.00/0.49/0.00/0.66)	

CMYK yüzdeleri

%100
%48.84
%0
%66.27

Codes

Color #002C56 in popluar color models

002C56
RGB04486
HSL209°100.00%16.86%
HSB/HSV209°100.00%33.73%
CMYK100.00%48.84%0.00%
66.27%

Color #002C56 in popluar number systems.

HEX002C56
Decimal04486
Binary01011001010110
Octal054126

Shades and tints

Shades of #002C56

#002C56
(0,44,86)
#00284F
(0,40,79)
#002448
(0,36,72)
#002041
(0,32,65)
#001C3A
(0,28,58)
#001833
(0,24,51)
#00142C
(0,20,44)
#001025
(0,16,37)
#000C1E
(0,12,30)
#000817
(0,8,23)
#000410
(0,4,16)
#000000
(0,0,0)

Tints of #002C56

#002C56
(0,44,86)
#173F65
(23,63,101)
#2E5274
(46,82,116)
#456583
(69,101,131)
#5C7892
(92,120,146)
#738BA1
(115,139,161)
#8A9EB0
(138,158,176)
#A1B1BF
(161,177,191)
#B8C4CE
(184,196,206)
#CFD7DD
(207,215,221)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002C56 color. Also use rgb(0,44,86) instead hex code.

Text Font Color

.myTextColor { color: #002C56; }

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

This text font color is #002C56.


Background Color

.myBgColor { background-color: #002C56; }

<div style="background-color:#002C56">Inner text</div>

This div background color is #002C56.


Border color

.myBorderColor { border: 1px solid #002C56; }

<div style="border:3px solid #002C56">Div</div>

This div border color is #002C56.


Opacity

.myOpacity80 { color: #002C56; opacity: 0.8; }

<p style="color:#002C56;opacity:0.8;">80%</p>

Text with #002C56 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 #002C56;}

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

This text has shadow with #002C56 color.

.textShadow {text-shadow: 3px 3px 1px #002C56, 3px 3px 1px red;}

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

This text has shadow with #002C56 primary color and red secondary color.


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

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

This text has shadow with #002C56 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002C56 on black background.


Color preview on white background

This text has color #002C56 on white background.



Black color preview on #002C56 background

This text has black color on #002C56 background.


White color preview on #002C56 background

This text has white color on #002C56 background.