COLOR #014990

HEX: #014990
RGB: (1,73,144)

Renk bilgisi

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

RGB renk modeli

#014990 color RGB value is (1,73,144).

  • kırmız ton 1;
  • yeşil ton 73;
  • mavi ton 144.
RGB:
(1,73,144)
(0%,29%,56%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 73 of 255 = 29%
B 144 of 255 = 56%

1
73
144

R + G + B ~ 28%. #014990 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 73 + 144 = 218 (100%)
R 1 of 218 ~ 0.46%
G 73 of 218 ~ 33.49%
B 144 of 218 ~ 66.06%

%33.49
%66.06

CMYK RENK MODELİ

#014990 rengi CMYK tonu (99,49,0,44).

  • camgöbeği tonu 99.31%
  • eflatun tonu 49.31%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(99,49,0,44)
C99M49Y0K44 
(99%,49%,0%,44%)
(0.99/0.49/0.00/0.44)	

CMYK yüzdeleri

%99.31
%49.31
%0
%43.53

Codes

Color #014990 in popluar color models

014990
RGB173144
HSL210°98.62%28.43%
HSB/HSV210°99.31%56.47%
CMYK99.31%49.31%0.00%
43.53%

Color #014990 in popluar number systems.

HEX014990
Decimal173144
Binary1100100110010000
Octal1111220

Shades and tints

Shades of #014990

#014990
(1,73,144)
#014383
(1,67,131)
#013D76
(1,61,118)
#013769
(1,55,105)
#01315C
(1,49,92)
#012B4F
(1,43,79)
#012542
(1,37,66)
#011F35
(1,31,53)
#011928
(1,25,40)
#01131B
(1,19,27)
#010D0E
(1,13,14)
#000000
(0,0,0)

Tints of #014990

#014990
(1,73,144)
#18599A
(24,89,154)
#2F69A4
(47,105,164)
#4679AE
(70,121,174)
#5D89B8
(93,137,184)
#7499C2
(116,153,194)
#8BA9CC
(139,169,204)
#A2B9D6
(162,185,214)
#B9C9E0
(185,201,224)
#D0D9EA
(208,217,234)
#E7E9F4
(231,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014990 color. Also use rgb(1,73,144) instead hex code.

Text Font Color

.myTextColor { color: #014990; }

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

This text font color is #014990.


Background Color

.myBgColor { background-color: #014990; }

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

This div background color is #014990.


Border color

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

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

This div border color is #014990.


Opacity

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

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

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

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

This text has shadow with #014990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014990 on black background.


Color preview on white background

This text has color #014990 on white background.



Black color preview on #014990 background

This text has black color on #014990 background.


White color preview on #014990 background

This text has white color on #014990 background.