COLOR #000F21

HEX: #000F21 RGB: (0,15,33)

Renk bilgisi

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

RGB renk modeli

#000F21 color RGB value is (0,15,33).

RGB: (0,15,33) (0%, 6%, 13%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 15 of 255 = 6%
B 33 of 255 = 13%

0
15
33

R + G + B ~ 6%. #000F21 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B = 0 + 15 + 33 = 48 (100%)
R 0 of 48 ~ 0%
G 15 of 48 ~ 31.25%
B 33 of 48 ~ 68.75'%

%31.25
%68.75

CMYK RENK MODELİ

#000F21 rengi CMYK tonu (100,55,0,87).

  • camgöbeği tonu 100.00%
  • eflatun tonu 54.55%
  • sarı tonu 0.00%
  • ana renk tonu 87.06%

CMYK: (100,55,0,87)
C100M55Y0K87 (100%, 55%, 0%, 87%)
(1.00 / 0.55 / 0.00 / 0.87)

CMYK yüzdeleri

%100
%54.55
%0
%87.06

Codes

Color #000F21 in popluar color models

00 0F 21
RGB 0 15 33
HSL 213° 100.00% 6.47%
HSB/HSV 213° 100.00% 12.94%
CMYK 100.00% 54.55% 0.00%
87.06%

Color #000F21 in popluar number systems.

HEX 00 0F 21
Decimal 0 15 33
Binary 0 1111 100001
Octal 0 17 41

Shades and tints

Shades of #000F21

#000F21
(0,15,33)
#000E1E
(0,14,30)
#000D1B
(0,13,27)
#000C18
(0,12,24)
#000B15
(0,11,21)
#000A12
(0,10,18)
#00090F
(0,9,15)
#00080C
(0,8,12)
#000709
(0,7,9)
#000606
(0,6,6)
#000503
(0,5,3)
#000000
(0,0,0)

Tints of #000F21

#000F21
(0,15,33)
#172435
(23,36,53)
#2E3949
(46,57,73)
#454E5D
(69,78,93)
#5C6371
(92,99,113)
#737885
(115,120,133)
#8A8D99
(138,141,153)
#A1A2AD
(161,162,173)
#B8B7C1
(184,183,193)
#CFCCD5
(207,204,213)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000F21; }

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

This text font color is #000F21.

Background Color

.myBgColor { background-color: #000F21; }

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

This div background color is #000F21.

Border color

.myBorderColor { border: 1px solid #000F21; }

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

This div border color is #000F21.

Opacity

.myOpacity80 { color: #000F21; opacity: 0.8; }

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

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

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

This text has shadow with #000F21 color.


.textShadow {text-shadow: 3px 3px 1px #000F21', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #000F21; -webkit-box-shadow: 1px 1px 3px 2px #000F21; box-shadow:1px 1px 3px 2px #000F21;">
Div content here
</div>

This div box has shadow with color #000F21.

Preview

Color preview on black background

This text has color #000F21 on black background.


Color preview on white background

This text has color #000F21 on white background.


Black color preview on #000F21 background

This text has black color on #000F21 background.


White color preview on #000F21 background

This text has white color on #000F21 background.


Related colors

Complementary color

Complementary color for #hex is #FFF0DE.


I love getcolorcode.com

Triadic colors

1 #21000F and #0F2100 with #000F21 are triadic colors.

2 #210F00 and #0F0021 with #000F21 are triadic colors.