COLOR #002C5D

HEX: #002C5D
RGB: (0,44,93)

Renk bilgisi

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

RGB renk modeli

#002C5D color RGB value is (0,44,93).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 44 of 255 = 17%
B 93 of 255 = 36%

0
44
93

R + G + B ~ 18%. #002C5D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 44 + 93 = 137 (100%)
R 0 of 137 ~ 0%
G 44 of 137 ~ 32.12%
B 93 of 137 ~ 67.88%

%32.12
%67.88

CMYK RENK MODELİ

#002C5D rengi CMYK tonu (100,53,0,64).

  • camgöbeği tonu 100.00%
  • eflatun tonu 52.69%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(100,53,0,64)
C100M53Y0K64 
(100%,53%,0%,64%)
(1.00/0.53/0.00/0.64)	

CMYK yüzdeleri

%100
%52.69
%0
%63.53

Codes

Color #002C5D in popluar color models

002C5D
RGB04493
HSL212°100.00%18.24%
HSB/HSV212°100.00%36.47%
CMYK100.00%52.69%0.00%
63.53%

Color #002C5D in popluar number systems.

HEX002C5D
Decimal04493
Binary01011001011101
Octal054135

Shades and tints

Shades of #002C5D

#002C5D
(0,44,93)
#002855
(0,40,85)
#00244D
(0,36,77)
#002045
(0,32,69)
#001C3D
(0,28,61)
#001835
(0,24,53)
#00142D
(0,20,45)
#001025
(0,16,37)
#000C1D
(0,12,29)
#000815
(0,8,21)
#00040D
(0,4,13)
#000000
(0,0,0)

Tints of #002C5D

#002C5D
(0,44,93)
#173F6B
(23,63,107)
#2E5279
(46,82,121)
#456587
(69,101,135)
#5C7895
(92,120,149)
#738BA3
(115,139,163)
#8A9EB1
(138,158,177)
#A1B1BF
(161,177,191)
#B8C4CD
(184,196,205)
#CFD7DB
(207,215,219)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002C5D; }

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

This text font color is #002C5D.


Background Color

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

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

This div background color is #002C5D.


Border color

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

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

This div border color is #002C5D.


Opacity

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

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

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

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

This text has shadow with #002C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002C5D on black background.


Color preview on white background

This text has color #002C5D on white background.



Black color preview on #002C5D background

This text has black color on #002C5D background.


White color preview on #002C5D background

This text has white color on #002C5D background.