COLOR #004587

HEX: #004587
RGB: (0,69,135)

Renk bilgisi

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

RGB renk modeli

#004587 color RGB value is (0,69,135).

  • kırmız ton 0;
  • yeşil ton 69;
  • mavi ton 135.
RGB:
(0,69,135)
(0%,27%,53%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 69 of 255 = 27%
B 135 of 255 = 53%

0
69
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 69 + 135 = 204 (100%)
R 0 of 204 ~ 0%
G 69 of 204 ~ 33.82%
B 135 of 204 ~ 66.18%

%33.82
%66.18

CMYK RENK MODELİ

#004587 rengi CMYK tonu (100,49,0,47).

  • camgöbeği tonu 100.00%
  • eflatun tonu 48.89%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(100,49,0,47)
C100M49Y0K47 
(100%,49%,0%,47%)
(1.00/0.49/0.00/0.47)	

CMYK yüzdeleri

%100
%48.89
%0
%47.06

Codes

Color #004587 in popluar color models

004587
RGB069135
HSL209°100.00%26.47%
HSB/HSV209°100.00%52.94%
CMYK100.00%48.89%0.00%
47.06%

Color #004587 in popluar number systems.

HEX004587
Decimal069135
Binary0100010110000111
Octal0105207

Shades and tints

Shades of #004587

#004587
(0,69,135)
#003F7B
(0,63,123)
#00396F
(0,57,111)
#003363
(0,51,99)
#002D57
(0,45,87)
#00274B
(0,39,75)
#00213F
(0,33,63)
#001B33
(0,27,51)
#001527
(0,21,39)
#000F1B
(0,15,27)
#00090F
(0,9,15)
#000000
(0,0,0)

Tints of #004587

#004587
(0,69,135)
#175591
(23,85,145)
#2E659B
(46,101,155)
#4575A5
(69,117,165)
#5C85AF
(92,133,175)
#7395B9
(115,149,185)
#8AA5C3
(138,165,195)
#A1B5CD
(161,181,205)
#B8C5D7
(184,197,215)
#CFD5E1
(207,213,225)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004587 color. Also use rgb(0,69,135) instead hex code.

Text Font Color

.myTextColor { color: #004587; }

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

This text font color is #004587.


Background Color

.myBgColor { background-color: #004587; }

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

This div background color is #004587.


Border color

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

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

This div border color is #004587.


Opacity

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

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

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

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

This text has shadow with #004587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004587 on black background.


Color preview on white background

This text has color #004587 on white background.



Black color preview on #004587 background

This text has black color on #004587 background.


White color preview on #004587 background

This text has white color on #004587 background.