COLOR #001799

HEX: #001799
RGB: (0,23,153)

Renk bilgisi

#001799 contains mainly blue color. #001799 ‘ nin web güvenlik rengi #000099 (ya da #009) dir.

RGB renk modeli

#001799 color RGB value is (0,23,153).

  • kırmız ton 0;
  • yeşil ton 23;
  • mavi ton 153.
RGB:
(0,23,153)
(0%,9%,60%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 23 of 255 = 9%
B 153 of 255 = 60%

0
23
153

R + G + B ~ 23%. #001799 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 23 + 153 = 176 (100%)
R 0 of 176 ~ 0%
G 23 of 176 ~ 13.07%
B 153 of 176 ~ 86.93%

%13.07
%86.93

CMYK RENK MODELİ

#001799 rengi CMYK tonu (100,85,0,40).

  • camgöbeği tonu 100.00%
  • eflatun tonu 84.97%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(100,85,0,40)
C100M85Y0K40 
(100%,85%,0%,40%)
(1.00/0.85/0.00/0.40)	

CMYK yüzdeleri

%100
%84.97
%0
%40

Codes

Color #001799 in popluar color models

001799
RGB023153
HSL231°100.00%30.00%
HSB/HSV231°100.00%60.00%
CMYK100.00%84.97%0.00%
40.00%

Color #001799 in popluar number systems.

HEX001799
Decimal023153
Binary01011110011001
Octal027231

Shades and tints

Shades of #001799

#001799
(0,23,153)
#00158C
(0,21,140)
#00137F
(0,19,127)
#001172
(0,17,114)
#000F65
(0,15,101)
#000D58
(0,13,88)
#000B4B
(0,11,75)
#00093E
(0,9,62)
#000731
(0,7,49)
#000524
(0,5,36)
#000317
(0,3,23)
#000000
(0,0,0)

Tints of #001799

#001799
(0,23,153)
#172CA2
(23,44,162)
#2E41AB
(46,65,171)
#4556B4
(69,86,180)
#5C6BBD
(92,107,189)
#7380C6
(115,128,198)
#8A95CF
(138,149,207)
#A1AAD8
(161,170,216)
#B8BFE1
(184,191,225)
#CFD4EA
(207,212,234)
#E6E9F3
(230,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001799 color. Also use rgb(0,23,153) instead hex code.

Text Font Color

.myTextColor { color: #001799; }

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

This text font color is #001799.


Background Color

.myBgColor { background-color: #001799; }

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

This div background color is #001799.


Border color

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

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

This div border color is #001799.


Opacity

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

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

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

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

This text has shadow with #001799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001799 on black background.


Color preview on white background

This text has color #001799 on white background.



Black color preview on #001799 background

This text has black color on #001799 background.


White color preview on #001799 background

This text has white color on #001799 background.