COLOR #002480

HEX: #002480
RGB: (0,36,128)

Renk bilgisi

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

RGB renk modeli

#002480 color RGB value is (0,36,128).

  • kırmız ton 0;
  • yeşil ton 36;
  • mavi ton 128.
RGB:
(0,36,128)
(0%,14%,50%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 36 of 255 = 14%
B 128 of 255 = 50%

0
36
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 36 + 128 = 164 (100%)
R 0 of 164 ~ 0%
G 36 of 164 ~ 21.95%
B 128 of 164 ~ 78.05%

%21.95
%78.05

CMYK RENK MODELİ

#002480 rengi CMYK tonu (100,72,0,50).

  • camgöbeği tonu 100.00%
  • eflatun tonu 71.88%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(100,72,0,50)
C100M72Y0K50 
(100%,72%,0%,50%)
(1.00/0.72/0.00/0.50)	

CMYK yüzdeleri

%100
%71.88
%0
%49.8

Codes

Color #002480 in popluar color models

002480
RGB036128
HSL223°100.00%25.10%
HSB/HSV223°100.00%50.20%
CMYK100.00%71.88%0.00%
49.80%

Color #002480 in popluar number systems.

HEX002480
Decimal036128
Binary010010010000000
Octal044200

Shades and tints

Shades of #002480

#002480
(0,36,128)
#002175
(0,33,117)
#001E6A
(0,30,106)
#001B5F
(0,27,95)
#001854
(0,24,84)
#001549
(0,21,73)
#00123E
(0,18,62)
#000F33
(0,15,51)
#000C28
(0,12,40)
#00091D
(0,9,29)
#000612
(0,6,18)
#000000
(0,0,0)

Tints of #002480

#002480
(0,36,128)
#17378B
(23,55,139)
#2E4A96
(46,74,150)
#455DA1
(69,93,161)
#5C70AC
(92,112,172)
#7383B7
(115,131,183)
#8A96C2
(138,150,194)
#A1A9CD
(161,169,205)
#B8BCD8
(184,188,216)
#CFCFE3
(207,207,227)
#E6E2EE
(230,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002480 color. Also use rgb(0,36,128) instead hex code.

Text Font Color

.myTextColor { color: #002480; }

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

This text font color is #002480.


Background Color

.myBgColor { background-color: #002480; }

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

This div background color is #002480.


Border color

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

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

This div border color is #002480.


Opacity

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

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

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

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

This text has shadow with #002480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002480 on black background.


Color preview on white background

This text has color #002480 on white background.



Black color preview on #002480 background

This text has black color on #002480 background.


White color preview on #002480 background

This text has white color on #002480 background.