COLOR #002B46

HEX: #002B46
RGB: (0,43,70)

Renk bilgisi

#002B46 contains only green and blue colors. #002B46 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#002B46 color RGB value is (0,43,70).

  • kırmız ton 0;
  • yeşil ton 43;
  • mavi ton 70.
RGB:
(0,43,70)
(0%,17%,27%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 43 of 255 = 17%
B 70 of 255 = 27%

0
43
70

R + G + B ~ 15%. #002B46 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 43 + 70 = 113 (100%)
R 0 of 113 ~ 0%
G 43 of 113 ~ 38.05%
B 70 of 113 ~ 61.95%

%38.05
%61.95

CMYK RENK MODELİ

#002B46 rengi CMYK tonu (100,39,0,73).

  • camgöbeği tonu 100.00%
  • eflatun tonu 38.57%
  • sarı tonu 0.00%
  • ana renk tonu 72.55%
CMYK:
(100,39,0,73)
C100M39Y0K73 
(100%,39%,0%,73%)
(1.00/0.39/0.00/0.73)	

CMYK yüzdeleri

%100
%38.57
%0
%72.55

Codes

Color #002B46 in popluar color models

002B46
RGB04370
HSL203°100.00%13.73%
HSB/HSV203°100.00%27.45%
CMYK100.00%38.57%0.00%
72.55%

Color #002B46 in popluar number systems.

HEX002B46
Decimal04370
Binary01010111000110
Octal053106

Shades and tints

Shades of #002B46

#002B46
(0,43,70)
#002840
(0,40,64)
#00253A
(0,37,58)
#002234
(0,34,52)
#001F2E
(0,31,46)
#001C28
(0,28,40)
#001922
(0,25,34)
#00161C
(0,22,28)
#001316
(0,19,22)
#001010
(0,16,16)
#000D0A
(0,13,10)
#000000
(0,0,0)

Tints of #002B46

#002B46
(0,43,70)
#173E56
(23,62,86)
#2E5166
(46,81,102)
#456476
(69,100,118)
#5C7786
(92,119,134)
#738A96
(115,138,150)
#8A9DA6
(138,157,166)
#A1B0B6
(161,176,182)
#B8C3C6
(184,195,198)
#CFD6D6
(207,214,214)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002B46 color. Also use rgb(0,43,70) instead hex code.

Text Font Color

.myTextColor { color: #002B46; }

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

This text font color is #002B46.


Background Color

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

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

This div background color is #002B46.


Border color

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

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

This div border color is #002B46.


Opacity

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

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

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

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

This text has shadow with #002B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002B46 on black background.


Color preview on white background

This text has color #002B46 on white background.



Black color preview on #002B46 background

This text has black color on #002B46 background.


White color preview on #002B46 background

This text has white color on #002B46 background.