COLOR #002058

HEX: #002058
RGB: (0,32,88)

Renk bilgisi

#002058 contains only green and blue colors. #002058 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#002058 color RGB value is (0,32,88).

  • kırmız ton 0;
  • yeşil ton 32;
  • mavi ton 88.
RGB:
(0,32,88)
(0%,13%,35%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 32 of 255 = 13%
B 88 of 255 = 35%

0
32
88

R + G + B ~ 16%. #002058 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 32 + 88 = 120 (100%)
R 0 of 120 ~ 0%
G 32 of 120 ~ 26.67%
B 88 of 120 ~ 73.33%

%26.67
%73.33

CMYK RENK MODELİ

#002058 rengi CMYK tonu (100,64,0,65).

  • camgöbeği tonu 100.00%
  • eflatun tonu 63.64%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(100,64,0,65)
C100M64Y0K65 
(100%,64%,0%,65%)
(1.00/0.64/0.00/0.65)	

CMYK yüzdeleri

%100
%63.64
%0
%65.49

Codes

Color #002058 in popluar color models

002058
RGB03288
HSL218°100.00%17.25%
HSB/HSV218°100.00%34.51%
CMYK100.00%63.64%0.00%
65.49%

Color #002058 in popluar number systems.

HEX002058
Decimal03288
Binary01000001011000
Octal040130

Shades and tints

Shades of #002058

#002058
(0,32,88)
#001E50
(0,30,80)
#001C48
(0,28,72)
#001A40
(0,26,64)
#001838
(0,24,56)
#001630
(0,22,48)
#001428
(0,20,40)
#001220
(0,18,32)
#001018
(0,16,24)
#000E10
(0,14,16)
#000C08
(0,12,8)
#000000
(0,0,0)

Tints of #002058

#002058
(0,32,88)
#173467
(23,52,103)
#2E4876
(46,72,118)
#455C85
(69,92,133)
#5C7094
(92,112,148)
#7384A3
(115,132,163)
#8A98B2
(138,152,178)
#A1ACC1
(161,172,193)
#B8C0D0
(184,192,208)
#CFD4DF
(207,212,223)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002058 color. Also use rgb(0,32,88) instead hex code.

Text Font Color

.myTextColor { color: #002058; }

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

This text font color is #002058.


Background Color

.myBgColor { background-color: #002058; }

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

This div background color is #002058.


Border color

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

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

This div border color is #002058.


Opacity

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

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

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

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

This text has shadow with #002058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002058 on black background.


Color preview on white background

This text has color #002058 on white background.



Black color preview on #002058 background

This text has black color on #002058 background.


White color preview on #002058 background

This text has white color on #002058 background.