COLOR #001121

HEX: #001121
RGB: (0,17,33)

Renk bilgisi

#001121 contains only green and blue colors. #001121 ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#001121 color RGB value is (0,17,33).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 17 of 255 = 7%
B 33 of 255 = 13%

0
17
33

R + G + B ~ 7%. #001121 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 17 + 33 = 50 (100%)
R 0 of 50 ~ 0%
G 17 of 50 ~ 34%
B 33 of 50 ~ 66%

%34
%66

CMYK RENK MODELİ

#001121 rengi CMYK tonu (100,48,0,87).

  • camgöbeği tonu 100.00%
  • eflatun tonu 48.48%
  • sarı tonu 0.00%
  • ana renk tonu 87.06%
CMYK:
(100,48,0,87)
C100M48Y0K87 
(100%,48%,0%,87%)
(1.00/0.48/0.00/0.87)	

CMYK yüzdeleri

%100
%48.48
%0
%87.06

Codes

Color #001121 in popluar color models

001121
RGB01733
HSL209°100.00%6.47%
HSB/HSV209°100.00%12.94%
CMYK100.00%48.48%0.00%
87.06%

Color #001121 in popluar number systems.

HEX001121
Decimal01733
Binary010001100001
Octal02141

Shades and tints

Shades of #001121

#001121
(0,17,33)
#00101E
(0,16,30)
#000F1B
(0,15,27)
#000E18
(0,14,24)
#000D15
(0,13,21)
#000C12
(0,12,18)
#000B0F
(0,11,15)
#000A0C
(0,10,12)
#000909
(0,9,9)
#000806
(0,8,6)
#000703
(0,7,3)
#000000
(0,0,0)

Tints of #001121

#001121
(0,17,33)
#172635
(23,38,53)
#2E3B49
(46,59,73)
#45505D
(69,80,93)
#5C6571
(92,101,113)
#737A85
(115,122,133)
#8A8F99
(138,143,153)
#A1A4AD
(161,164,173)
#B8B9C1
(184,185,193)
#CFCED5
(207,206,213)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001121; }

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

This text font color is #001121.


Background Color

.myBgColor { background-color: #001121; }

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

This div background color is #001121.


Border color

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

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

This div border color is #001121.


Opacity

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

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

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

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

This text has shadow with #001121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001121 on black background.


Color preview on white background

This text has color #001121 on white background.



Black color preview on #001121 background

This text has black color on #001121 background.


White color preview on #001121 background

This text has white color on #001121 background.