COLOR #01336F

HEX: #01336F
RGB: (1,51,111)

Renk bilgisi

#01336F contains mainly blue color. #01336F ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#01336F color RGB value is (1,51,111).

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

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 51 of 255 = 20%
B 111 of 255 = 44%

1
51
111

R + G + B ~ 21%. #01336F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 51 + 111 = 163 (100%)
R 1 of 163 ~ 0.61%
G 51 of 163 ~ 31.29%
B 111 of 163 ~ 68.1%

%31.29
%68.1

CMYK RENK MODELİ

#01336F rengi CMYK tonu (99,54,0,56).

  • camgöbeği tonu 99.10%
  • eflatun tonu 54.05%
  • sarı tonu 0.00%
  • ana renk tonu 56.47%
CMYK:
(99,54,0,56)
C99M54Y0K56 
(99%,54%,0%,56%)
(0.99/0.54/0.00/0.56)	

CMYK yüzdeleri

%99.1
%54.05
%0
%56.47

Codes

Color #01336F in popluar color models

01336F
RGB151111
HSL213°98.21%21.96%
HSB/HSV213°99.10%43.53%
CMYK99.10%54.05%0.00%
56.47%

Color #01336F in popluar number systems.

HEX01336F
Decimal151111
Binary11100111101111
Octal163157

Shades and tints

Shades of #01336F

#01336F
(1,51,111)
#012F65
(1,47,101)
#012B5B
(1,43,91)
#012751
(1,39,81)
#012347
(1,35,71)
#011F3D
(1,31,61)
#011B33
(1,27,51)
#011729
(1,23,41)
#01131F
(1,19,31)
#010F15
(1,15,21)
#010B0B
(1,11,11)
#000000
(0,0,0)

Tints of #01336F

#01336F
(1,51,111)
#18457C
(24,69,124)
#2F5789
(47,87,137)
#466996
(70,105,150)
#5D7BA3
(93,123,163)
#748DB0
(116,141,176)
#8B9FBD
(139,159,189)
#A2B1CA
(162,177,202)
#B9C3D7
(185,195,215)
#D0D5E4
(208,213,228)
#E7E7F1
(231,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01336F color. Also use rgb(1,51,111) instead hex code.

Text Font Color

.myTextColor { color: #01336F; }

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

This text font color is #01336F.


Background Color

.myBgColor { background-color: #01336F; }

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

This div background color is #01336F.


Border color

.myBorderColor { border: 1px solid #01336F; }

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

This div border color is #01336F.


Opacity

.myOpacity80 { color: #01336F; opacity: 0.8; }

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

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

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

This text has shadow with #01336F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01336F on black background.


Color preview on white background

This text has color #01336F on white background.



Black color preview on #01336F background

This text has black color on #01336F background.


White color preview on #01336F background

This text has white color on #01336F background.