COLOR #00249E

HEX: #00249E
RGB: (0,36,158)

Renk bilgisi

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

RGB renk modeli

#00249E color RGB value is (0,36,158).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 36 of 255 = 14%
B 158 of 255 = 62%

0
36
158

R + G + B ~ 25%. #00249E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 36 + 158 = 194 (100%)
R 0 of 194 ~ 0%
G 36 of 194 ~ 18.56%
B 158 of 194 ~ 81.44%

%18.56
%81.44

CMYK RENK MODELİ

#00249E rengi CMYK tonu (100,77,0,38).

  • camgöbeği tonu 100.00%
  • eflatun tonu 77.22%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(100,77,0,38)
C100M77Y0K38 
(100%,77%,0%,38%)
(1.00/0.77/0.00/0.38)	

CMYK yüzdeleri

%100
%77.22
%0
%38.04

Codes

Color #00249E in popluar color models

00249E
RGB036158
HSL226°100.00%30.98%
HSB/HSV226°100.00%61.96%
CMYK100.00%77.22%0.00%
38.04%

Color #00249E in popluar number systems.

HEX00249E
Decimal036158
Binary010010010011110
Octal044236

Shades and tints

Shades of #00249E

#00249E
(0,36,158)
#002190
(0,33,144)
#001E82
(0,30,130)
#001B74
(0,27,116)
#001866
(0,24,102)
#001558
(0,21,88)
#00124A
(0,18,74)
#000F3C
(0,15,60)
#000C2E
(0,12,46)
#000920
(0,9,32)
#000612
(0,6,18)
#000000
(0,0,0)

Tints of #00249E

#00249E
(0,36,158)
#1737A6
(23,55,166)
#2E4AAE
(46,74,174)
#455DB6
(69,93,182)
#5C70BE
(92,112,190)
#7383C6
(115,131,198)
#8A96CE
(138,150,206)
#A1A9D6
(161,169,214)
#B8BCDE
(184,188,222)
#CFCFE6
(207,207,230)
#E6E2EE
(230,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00249E; }

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

This text font color is #00249E.


Background Color

.myBgColor { background-color: #00249E; }

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

This div background color is #00249E.


Border color

.myBorderColor { border: 1px solid #00249E; }

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

This div border color is #00249E.


Opacity

.myOpacity80 { color: #00249E; opacity: 0.8; }

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

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

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

This text has shadow with #00249E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00249E on black background.


Color preview on white background

This text has color #00249E on white background.



Black color preview on #00249E background

This text has black color on #00249E background.


White color preview on #00249E background

This text has white color on #00249E background.