COLOR #0048A4

HEX: #0048A4
RGB: (0,72,164)

Renk bilgisi

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

RGB renk modeli

#0048A4 color RGB value is (0,72,164).

  • kırmız ton 0;
  • yeşil ton 72;
  • mavi ton 164.
RGB:
(0,72,164)
(0%,28%,64%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 72 of 255 = 28%
B 164 of 255 = 64%

0
72
164

R + G + B ~ 31%. #0048A4 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 72 + 164 = 236 (100%)
R 0 of 236 ~ 0%
G 72 of 236 ~ 30.51%
B 164 of 236 ~ 69.49%

%30.51
%69.49

CMYK RENK MODELİ

#0048A4 rengi CMYK tonu (100,56,0,36).

  • camgöbeği tonu 100.00%
  • eflatun tonu 56.10%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(100,56,0,36)
C100M56Y0K36 
(100%,56%,0%,36%)
(1.00/0.56/0.00/0.36)	

CMYK yüzdeleri

%100
%56.1
%0
%35.69

Codes

Color #0048A4 in popluar color models

0048A4
RGB072164
HSL214°100.00%32.16%
HSB/HSV214°100.00%64.31%
CMYK100.00%56.10%0.00%
35.69%

Color #0048A4 in popluar number systems.

HEX0048A4
Decimal072164
Binary0100100010100100
Octal0110244

Shades and tints

Shades of #0048A4

#0048A4
(0,72,164)
#004296
(0,66,150)
#003C88
(0,60,136)
#00367A
(0,54,122)
#00306C
(0,48,108)
#002A5E
(0,42,94)
#002450
(0,36,80)
#001E42
(0,30,66)
#001834
(0,24,52)
#001226
(0,18,38)
#000C18
(0,12,24)
#000000
(0,0,0)

Tints of #0048A4

#0048A4
(0,72,164)
#1758AC
(23,88,172)
#2E68B4
(46,104,180)
#4578BC
(69,120,188)
#5C88C4
(92,136,196)
#7398CC
(115,152,204)
#8AA8D4
(138,168,212)
#A1B8DC
(161,184,220)
#B8C8E4
(184,200,228)
#CFD8EC
(207,216,236)
#E6E8F4
(230,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0048A4 color. Also use rgb(0,72,164) instead hex code.

Text Font Color

.myTextColor { color: #0048A4; }

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

This text font color is #0048A4.


Background Color

.myBgColor { background-color: #0048A4; }

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

This div background color is #0048A4.


Border color

.myBorderColor { border: 1px solid #0048A4; }

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

This div border color is #0048A4.


Opacity

.myOpacity80 { color: #0048A4; opacity: 0.8; }

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

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

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

This text has shadow with #0048A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0048A4 on black background.


Color preview on white background

This text has color #0048A4 on white background.



Black color preview on #0048A4 background

This text has black color on #0048A4 background.


White color preview on #0048A4 background

This text has white color on #0048A4 background.