COLOR #001555

HEX: #001555
RGB: (0,21,85)

Renk bilgisi

#001555 contains mainly blue color. #001555 ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#001555 color RGB value is (0,21,85).

  • kırmız ton 0;
  • yeşil ton 21;
  • mavi ton 85.
RGB:
(0,21,85)
(0%,8%,33%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 21 of 255 = 8%
B 85 of 255 = 33%

0
21
85

R + G + B ~ 14%. #001555 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 21 + 85 = 106 (100%)
R 0 of 106 ~ 0%
G 21 of 106 ~ 19.81%
B 85 of 106 ~ 80.19%

%19.81
%80.19

CMYK RENK MODELİ

#001555 rengi CMYK tonu (100,75,0,67).

  • camgöbeği tonu 100.00%
  • eflatun tonu 75.29%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(100,75,0,67)
C100M75Y0K67 
(100%,75%,0%,67%)
(1.00/0.75/0.00/0.67)	

CMYK yüzdeleri

%100
%75.29
%0
%66.67

Codes

Color #001555 in popluar color models

001555
RGB02185
HSL225°100.00%16.67%
HSB/HSV225°100.00%33.33%
CMYK100.00%75.29%0.00%
66.67%

Color #001555 in popluar number systems.

HEX001555
Decimal02185
Binary0101011010101
Octal025125

Shades and tints

Shades of #001555

#001555
(0,21,85)
#00144E
(0,20,78)
#001347
(0,19,71)
#001240
(0,18,64)
#001139
(0,17,57)
#001032
(0,16,50)
#000F2B
(0,15,43)
#000E24
(0,14,36)
#000D1D
(0,13,29)
#000C16
(0,12,22)
#000B0F
(0,11,15)
#000000
(0,0,0)

Tints of #001555

#001555
(0,21,85)
#172A64
(23,42,100)
#2E3F73
(46,63,115)
#455482
(69,84,130)
#5C6991
(92,105,145)
#737EA0
(115,126,160)
#8A93AF
(138,147,175)
#A1A8BE
(161,168,190)
#B8BDCD
(184,189,205)
#CFD2DC
(207,210,220)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001555 color. Also use rgb(0,21,85) instead hex code.

Text Font Color

.myTextColor { color: #001555; }

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

This text font color is #001555.


Background Color

.myBgColor { background-color: #001555; }

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

This div background color is #001555.


Border color

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

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

This div border color is #001555.


Opacity

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

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

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

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

This text has shadow with #001555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001555 on black background.


Color preview on white background

This text has color #001555 on white background.



Black color preview on #001555 background

This text has black color on #001555 background.


White color preview on #001555 background

This text has white color on #001555 background.