Color Hex Logo

#0548af Color Hex

#0548AF
(5,72,175)
0 Favorites   0 Comments

Color spaces of #0548af

RGB 572175
HSL0.600.940.35
HSV216°97°69°
CMYK 0.970.590.00   0.31
XYZ10.11787.762141.5224
Yxy7.76210.17030.1307
Hunter Lab27.860516.0679-68.8614
CIE-Lab33.482423.6796-59.7198

#0548af color RGB value is (5,72,175).

#0548af hex color red value is 5, green value is 72 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0548af hue: 0.60 , saturation: 0.94 and the lightness value of 0548af is 0.35.

The process color (four color CMYK) of #0548af color hex is 0.97, 0.59, 0.00, 0.31. Web safe color of #0548af is #003399. Color #0548af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001000 10101111
Octal 5 110 257
Decimal 5 72 175
Hex 5 48 AF

RGB Percentages of Color #0548af

%1.98
%28.57
%69.44

CMYK Percentages of Color #0548af

%97
%59
%0
%31

Triadic Colors of #0548af

#0548af #af0548 #48af05

Analogous Colors of #0548af

#0548af #1705af #059daf

Monochromatic Colors of #0548af

#0548af

Complementary Color

#0548af #af6c05

#0548af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0548af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0548af Color CSS Codes

.mybgcolor {background-color:#0548af; } 
.myforecolor {color:#0548af; }
.mybordercolor {border:3px solid #0548af; }

#0548af Text Font Color

<p style="color:#0548af">Text here</p>

This sample text font color is #0548af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0548af Background Color

<div style="background-color:#0548af">
Div content here</div>

This div background color is #0548af


#0548af Border Color

<div style="border:3px solid #0548af">
Div here</div>

This div border color is #0548af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,72,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0548af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0548af;
  -webkit-box-shadow: 1px 1px 3px 2px #0548af;
  box-shadow:         1px 1px 3px 2px #0548af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,72,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0548af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0548af;
  -webkit-box-shadow: 1px 1px 3px 2px #0548af;
  box-shadow:         1px 1px 3px 2px #0548af;">
Div content here</div>

This div box has shadow with color #0548af


Comments

No comments written yet.

Please login to write comment.