COLOR #0E53E5

HEX: #0E53E5
RGB: (14,83,229)

Renk bilgisi

#0E53E5 contains mainly blue color. #0E53E5 ‘ nin web güvenlik rengi #0066CC (ya da #06C) dir.

RGB renk modeli

#0E53E5 color RGB value is (14,83,229).

  • kırmız ton 14;
  • yeşil ton 83;
  • mavi ton 229.
RGB:
(14,83,229)
(5%,33%,90%)

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 83 of 255 = 33%
B 229 of 255 = 90%

14
83
229

R + G + B ~ 43%. #0E53E5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 83 + 229 = 326 (100%)
R 14 of 326 ~ 4.29%
G 83 of 326 ~ 25.46%
B 229 of 326 ~ 70.25%

%25.46
%70.25

CMYK RENK MODELİ

#0E53E5 rengi CMYK tonu (94,64,0,10).

  • camgöbeği tonu 93.89%
  • eflatun tonu 63.76%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(94,64,0,10)
C94M64Y0K10 
(94%,64%,0%,10%)
(0.94/0.64/0.00/0.10)	

CMYK yüzdeleri

%93.89
%63.76
%0
%10.2

Codes

Color #0E53E5 in popluar color models

0E53E5
RGB1483229
HSL221°88.48%47.65%
HSB/HSV221°93.89%89.80%
CMYK93.89%63.76%0.00%
10.20%

Color #0E53E5 in popluar number systems.

HEX0E53E5
Decimal1483229
Binary1110101001111100101
Octal16123345

Shades and tints

Shades of #0E53E5

#0E53E5
(14,83,229)
#0D4CD1
(13,76,209)
#0C45BD
(12,69,189)
#0B3EA9
(11,62,169)
#0A3795
(10,55,149)
#093081
(9,48,129)
#08296D
(8,41,109)
#072259
(7,34,89)
#061B45
(6,27,69)
#051431
(5,20,49)
#040D1D
(4,13,29)
#000000
(0,0,0)

Tints of #0E53E5

#0E53E5
(14,83,229)
#2362E7
(35,98,231)
#3871E9
(56,113,233)
#4D80EB
(77,128,235)
#628FED
(98,143,237)
#779EEF
(119,158,239)
#8CADF1
(140,173,241)
#A1BCF3
(161,188,243)
#B6CBF5
(182,203,245)
#CBDAF7
(203,218,247)
#E0E9F9
(224,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E53E5 color. Also use rgb(14,83,229) instead hex code.

Text Font Color

.myTextColor { color: #0E53E5; }

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

This text font color is #0E53E5.


Background Color

.myBgColor { background-color: #0E53E5; }

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

This div background color is #0E53E5.


Border color

.myBorderColor { border: 1px solid #0E53E5; }

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

This div border color is #0E53E5.


Opacity

.myOpacity80 { color: #0E53E5; opacity: 0.8; }

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

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

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

This text has shadow with #0E53E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E53E5 on black background.


Color preview on white background

This text has color #0E53E5 on white background.



Black color preview on #0E53E5 background

This text has black color on #0E53E5 background.


White color preview on #0E53E5 background

This text has white color on #0E53E5 background.