Color Hex Logo

#010048 Color Hex

#010048
(1,0,72)
5 Favorites   0 Comments

Color spaces of #010048

RGB 1072
HSL0.671.000.14
HSV241°100°28°
CMYK 0.991.000.00   0.72
XYZ1.18220.47436.1601
Yxy0.47430.15120.0607
Hunter Lab6.886918.5888-48.2117
CIE-Lab4.284328.4153-41.8055

#010048 color RGB value is (1,0,72).

#010048 hex color red value is 1, green value is 0 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #010048 hue: 0.67 , saturation: 1.00 and the lightness value of 010048 is 0.14.

The process color (four color CMYK) of #010048 color hex is 0.99, 1.00, 0.00, 0.72. Web safe color of #010048 is #000033. Color #010048 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000000 01001000
Octal 1 0 110
Decimal 1 0 72
Hex 1 0 48

RGB Percentages of Color #010048

%1.37
%0.00
%98.63

CMYK Percentages of Color #010048

%99
%100
%0
%72

Triadic Colors of #010048

#010048 #480100 #004801

Analogous Colors of #010048

#010048 #250048 #002348

Monochromatic Colors of #010048

#010048

Complementary Color

#010048 #474800

#010048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#010048 Color CSS Codes

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

#010048 Text Font Color

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

This sample text font color is #010048
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.


#010048 Background Color

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

This div background color is #010048


#010048 Border Color

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

This div border color is #010048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010048


Comments

No comments written yet.

Please login to write comment.