COLOR #00253F

HEX: #00253F
RGB: (0,37,63)

Renk bilgisi

#00253F contains only green and blue colors. #00253F ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#00253F color RGB value is (0,37,63).

  • kırmız ton 0;
  • yeşil ton 37;
  • mavi ton 63.
RGB:
(0,37,63)
(0%,15%,25%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 37 of 255 = 15%
B 63 of 255 = 25%

0
37
63

R + G + B ~ 13%. #00253F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 37 + 63 = 100 (100%)
R 0 of 100 ~ 0%
G 37 of 100 ~ 37%
B 63 of 100 ~ 63%

%37
%63

CMYK RENK MODELİ

#00253F rengi CMYK tonu (100,41,0,75).

  • camgöbeği tonu 100.00%
  • eflatun tonu 41.27%
  • sarı tonu 0.00%
  • ana renk tonu 75.29%
CMYK:
(100,41,0,75)
C100M41Y0K75 
(100%,41%,0%,75%)
(1.00/0.41/0.00/0.75)	

CMYK yüzdeleri

%100
%41.27
%0
%75.29

Codes

Color #00253F in popluar color models

00253F
RGB03763
HSL205°100.00%12.35%
HSB/HSV205°100.00%24.71%
CMYK100.00%41.27%0.00%
75.29%

Color #00253F in popluar number systems.

HEX00253F
Decimal03763
Binary0100101111111
Octal04577

Shades and tints

Shades of #00253F

#00253F
(0,37,63)
#00223A
(0,34,58)
#001F35
(0,31,53)
#001C30
(0,28,48)
#00192B
(0,25,43)
#001626
(0,22,38)
#001321
(0,19,33)
#00101C
(0,16,28)
#000D17
(0,13,23)
#000A12
(0,10,18)
#00070D
(0,7,13)
#000000
(0,0,0)

Tints of #00253F

#00253F
(0,37,63)
#173850
(23,56,80)
#2E4B61
(46,75,97)
#455E72
(69,94,114)
#5C7183
(92,113,131)
#738494
(115,132,148)
#8A97A5
(138,151,165)
#A1AAB6
(161,170,182)
#B8BDC7
(184,189,199)
#CFD0D8
(207,208,216)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00253F color. Also use rgb(0,37,63) instead hex code.

Text Font Color

.myTextColor { color: #00253F; }

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

This text font color is #00253F.


Background Color

.myBgColor { background-color: #00253F; }

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

This div background color is #00253F.


Border color

.myBorderColor { border: 1px solid #00253F; }

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

This div border color is #00253F.


Opacity

.myOpacity80 { color: #00253F; opacity: 0.8; }

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

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

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

This text has shadow with #00253F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00253F on black background.


Color preview on white background

This text has color #00253F on white background.



Black color preview on #00253F background

This text has black color on #00253F background.


White color preview on #00253F background

This text has white color on #00253F background.