COLOR #001188

HEX: #001188
RGB: (0,17,136)

Renk bilgisi

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

RGB renk modeli

#001188 color RGB value is (0,17,136).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 17 of 255 = 7%
B 136 of 255 = 53%

0
17
136

R + G + B ~ 20%. #001188 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 17 + 136 = 153 (100%)
R 0 of 153 ~ 0%
G 17 of 153 ~ 11.11%
B 136 of 153 ~ 88.89%

%11.11
%88.89

CMYK RENK MODELİ

#001188 rengi CMYK tonu (100,88,0,47).

  • camgöbeği tonu 100.00%
  • eflatun tonu 87.50%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(100,88,0,47)
C100M88Y0K47 
(100%,88%,0%,47%)
(1.00/0.88/0.00/0.47)	

CMYK yüzdeleri

%100
%87.5
%0
%46.67

Codes

Color #001188 in popluar color models

001188
RGB017136
HSL233°100.00%26.67%
HSB/HSV233°100.00%53.33%
CMYK100.00%87.50%0.00%
46.67%

Color #001188 in popluar number systems.

HEX001188
Decimal017136
Binary01000110001000
Octal021210

Shades and tints

Shades of #001188

#001188
(0,17,136)
#00107C
(0,16,124)
#000F70
(0,15,112)
#000E64
(0,14,100)
#000D58
(0,13,88)
#000C4C
(0,12,76)
#000B40
(0,11,64)
#000A34
(0,10,52)
#000928
(0,9,40)
#00081C
(0,8,28)
#000710
(0,7,16)
#000000
(0,0,0)

Tints of #001188

#001188
(0,17,136)
#172692
(23,38,146)
#2E3B9C
(46,59,156)
#4550A6
(69,80,166)
#5C65B0
(92,101,176)
#737ABA
(115,122,186)
#8A8FC4
(138,143,196)
#A1A4CE
(161,164,206)
#B8B9D8
(184,185,216)
#CFCEE2
(207,206,226)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001188; }

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

This text font color is #001188.


Background Color

.myBgColor { background-color: #001188; }

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

This div background color is #001188.


Border color

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

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

This div border color is #001188.


Opacity

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

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

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

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

This text has shadow with #001188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001188 on black background.


Color preview on white background

This text has color #001188 on white background.



Black color preview on #001188 background

This text has black color on #001188 background.


White color preview on #001188 background

This text has white color on #001188 background.