COLOR #013399

HEX: #013399
RGB: (1,51,153)

Renk bilgisi

#013399 contains mainly blue color. #013399 ‘ nin web güvenlik rengi #003399 (ya da #039) dir.

RGB renk modeli

#013399 color RGB value is (1,51,153).

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

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 51 of 255 = 20%
B 153 of 255 = 60%

1
51
153

R + G + B ~ 27%. #013399 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 51 + 153 = 205 (100%)
R 1 of 205 ~ 0.49%
G 51 of 205 ~ 24.88%
B 153 of 205 ~ 74.63%

%24.88
%74.63

CMYK RENK MODELİ

#013399 rengi CMYK tonu (99,67,0,40).

  • camgöbeği tonu 99.35%
  • eflatun tonu 66.67%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(99,67,0,40)
C99M67Y0K40 
(99%,67%,0%,40%)
(0.99/0.67/0.00/0.40)	

CMYK yüzdeleri

%99.35
%66.67
%0
%40

Codes

Color #013399 in popluar color models

013399
RGB151153
HSL220°98.70%30.20%
HSB/HSV220°99.35%60.00%
CMYK99.35%66.67%0.00%
40.00%

Color #013399 in popluar number systems.

HEX013399
Decimal151153
Binary111001110011001
Octal163231

Shades and tints

Shades of #013399

#013399
(1,51,153)
#012F8C
(1,47,140)
#012B7F
(1,43,127)
#012772
(1,39,114)
#012365
(1,35,101)
#011F58
(1,31,88)
#011B4B
(1,27,75)
#01173E
(1,23,62)
#011331
(1,19,49)
#010F24
(1,15,36)
#010B17
(1,11,23)
#000000
(0,0,0)

Tints of #013399

#013399
(1,51,153)
#1845A2
(24,69,162)
#2F57AB
(47,87,171)
#4669B4
(70,105,180)
#5D7BBD
(93,123,189)
#748DC6
(116,141,198)
#8B9FCF
(139,159,207)
#A2B1D8
(162,177,216)
#B9C3E1
(185,195,225)
#D0D5EA
(208,213,234)
#E7E7F3
(231,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013399; }

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

This text font color is #013399.


Background Color

.myBgColor { background-color: #013399; }

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

This div background color is #013399.


Border color

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

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

This div border color is #013399.


Opacity

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

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

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

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

This text has shadow with #013399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013399 on black background.


Color preview on white background

This text has color #013399 on white background.



Black color preview on #013399 background

This text has black color on #013399 background.


White color preview on #013399 background

This text has white color on #013399 background.