COLOR #01334E

HEX: #01334E
RGB: (1,51,78)

Renk bilgisi

#01334E contains mainly green and blue colors. #01334E ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#01334E color RGB value is (1,51,78).

  • kırmız ton 1;
  • yeşil ton 51;
  • mavi ton 78.
RGB:
(1,51,78)
(0%,20%,31%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 51 of 255 = 20%
B 78 of 255 = 31%

1
51
78

R + G + B ~ 17%. #01334E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 51 + 78 = 130 (100%)
R 1 of 130 ~ 0.77%
G 51 of 130 ~ 39.23%
B 78 of 130 ~ 60%

%39.23
%60

CMYK RENK MODELİ

#01334E rengi CMYK tonu (99,35,0,69).

  • camgöbeği tonu 98.72%
  • eflatun tonu 34.62%
  • sarı tonu 0.00%
  • ana renk tonu 69.41%
CMYK:
(99,35,0,69)
C99M35Y0K69 
(99%,35%,0%,69%)
(0.99/0.35/0.00/0.69)	

CMYK yüzdeleri

%98.72
%34.62
%0
%69.41

Codes

Color #01334E in popluar color models

01334E
RGB15178
HSL201°97.47%15.49%
HSB/HSV201°98.72%30.59%
CMYK98.72%34.62%0.00%
69.41%

Color #01334E in popluar number systems.

HEX01334E
Decimal15178
Binary11100111001110
Octal163116

Shades and tints

Shades of #01334E

#01334E
(1,51,78)
#012F47
(1,47,71)
#012B40
(1,43,64)
#012739
(1,39,57)
#012332
(1,35,50)
#011F2B
(1,31,43)
#011B24
(1,27,36)
#01171D
(1,23,29)
#011316
(1,19,22)
#010F0F
(1,15,15)
#010B08
(1,11,8)
#000000
(0,0,0)

Tints of #01334E

#01334E
(1,51,78)
#18455E
(24,69,94)
#2F576E
(47,87,110)
#46697E
(70,105,126)
#5D7B8E
(93,123,142)
#748D9E
(116,141,158)
#8B9FAE
(139,159,174)
#A2B1BE
(162,177,190)
#B9C3CE
(185,195,206)
#D0D5DE
(208,213,222)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01334E color. Also use rgb(1,51,78) instead hex code.

Text Font Color

.myTextColor { color: #01334E; }

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

This text font color is #01334E.


Background Color

.myBgColor { background-color: #01334E; }

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

This div background color is #01334E.


Border color

.myBorderColor { border: 1px solid #01334E; }

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

This div border color is #01334E.


Opacity

.myOpacity80 { color: #01334E; opacity: 0.8; }

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

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

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

This text has shadow with #01334E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01334E on black background.


Color preview on white background

This text has color #01334E on white background.



Black color preview on #01334E background

This text has black color on #01334E background.


White color preview on #01334E background

This text has white color on #01334E background.