COLOR #002133

HEX: #002133
RGB: (0,33,51)

Renk bilgisi

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

RGB renk modeli

#002133 color RGB value is (0,33,51).

  • kırmız ton 0;
  • yeşil ton 33;
  • mavi ton 51.
RGB:
(0,33,51)
(0%,13%,20%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 33 of 255 = 13%
B 51 of 255 = 20%

0
33
51

R + G + B ~ 11%. #002133 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 33 + 51 = 84 (100%)
R 0 of 84 ~ 0%
G 33 of 84 ~ 39.29%
B 51 of 84 ~ 60.71%

%39.29
%60.71

CMYK RENK MODELİ

#002133 rengi CMYK tonu (100,35,0,80).

  • camgöbeği tonu 100.00%
  • eflatun tonu 35.29%
  • sarı tonu 0.00%
  • ana renk tonu 80.00%
CMYK:
(100,35,0,80)
C100M35Y0K80 
(100%,35%,0%,80%)
(1.00/0.35/0.00/0.80)	

CMYK yüzdeleri

%100
%35.29
%0
%80

Codes

Color #002133 in popluar color models

002133
RGB03351
HSL201°100.00%10.00%
HSB/HSV201°100.00%20.00%
CMYK100.00%35.29%0.00%
80.00%

Color #002133 in popluar number systems.

HEX002133
Decimal03351
Binary0100001110011
Octal04163

Shades and tints

Shades of #002133

#002133
(0,33,51)
#001E2F
(0,30,47)
#001B2B
(0,27,43)
#001827
(0,24,39)
#001523
(0,21,35)
#00121F
(0,18,31)
#000F1B
(0,15,27)
#000C17
(0,12,23)
#000913
(0,9,19)
#00060F
(0,6,15)
#00030B
(0,3,11)
#000000
(0,0,0)

Tints of #002133

#002133
(0,33,51)
#173545
(23,53,69)
#2E4957
(46,73,87)
#455D69
(69,93,105)
#5C717B
(92,113,123)
#73858D
(115,133,141)
#8A999F
(138,153,159)
#A1ADB1
(161,173,177)
#B8C1C3
(184,193,195)
#CFD5D5
(207,213,213)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002133 color. Also use rgb(0,33,51) instead hex code.

Text Font Color

.myTextColor { color: #002133; }

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

This text font color is #002133.


Background Color

.myBgColor { background-color: #002133; }

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

This div background color is #002133.


Border color

.myBorderColor { border: 1px solid #002133; }

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

This div border color is #002133.


Opacity

.myOpacity80 { color: #002133; opacity: 0.8; }

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

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

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

This text has shadow with #002133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002133 on black background.


Color preview on white background

This text has color #002133 on white background.



Black color preview on #002133 background

This text has black color on #002133 background.


White color preview on #002133 background

This text has white color on #002133 background.