COLOR #001246

HEX: #001246
RGB: (0,18,70)

Renk bilgisi

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

RGB renk modeli

#001246 color RGB value is (0,18,70).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 18 of 255 = 7%
B 70 of 255 = 27%

0
18
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 18 + 70 = 88 (100%)
R 0 of 88 ~ 0%
G 18 of 88 ~ 20.45%
B 70 of 88 ~ 79.55%

%20.45
%79.55

CMYK RENK MODELİ

#001246 rengi CMYK tonu (100,74,0,73).

  • camgöbeği tonu 100.00%
  • eflatun tonu 74.29%
  • sarı tonu 0.00%
  • ana renk tonu 72.55%
CMYK:
(100,74,0,73)
C100M74Y0K73 
(100%,74%,0%,73%)
(1.00/0.74/0.00/0.73)	

CMYK yüzdeleri

%100
%74.29
%0
%72.55

Codes

Color #001246 in popluar color models

001246
RGB01870
HSL225°100.00%13.73%
HSB/HSV225°100.00%27.45%
CMYK100.00%74.29%0.00%
72.55%

Color #001246 in popluar number systems.

HEX001246
Decimal01870
Binary0100101000110
Octal022106

Shades and tints

Shades of #001246

#001246
(0,18,70)
#001140
(0,17,64)
#00103A
(0,16,58)
#000F34
(0,15,52)
#000E2E
(0,14,46)
#000D28
(0,13,40)
#000C22
(0,12,34)
#000B1C
(0,11,28)
#000A16
(0,10,22)
#000910
(0,9,16)
#00080A
(0,8,10)
#000000
(0,0,0)

Tints of #001246

#001246
(0,18,70)
#172756
(23,39,86)
#2E3C66
(46,60,102)
#455176
(69,81,118)
#5C6686
(92,102,134)
#737B96
(115,123,150)
#8A90A6
(138,144,166)
#A1A5B6
(161,165,182)
#B8BAC6
(184,186,198)
#CFCFD6
(207,207,214)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001246; }

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

This text font color is #001246.


Background Color

.myBgColor { background-color: #001246; }

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

This div background color is #001246.


Border color

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

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

This div border color is #001246.


Opacity

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

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

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

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

This text has shadow with #001246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001246 on black background.


Color preview on white background

This text has color #001246 on white background.



Black color preview on #001246 background

This text has black color on #001246 background.


White color preview on #001246 background

This text has white color on #001246 background.