Color Hex Logo

#0042c1 Color Hex

#0042C1
(0,66,193)
0 Favorites   0 Comments

Color spaces of #0042c1

RGB 066193
HSL0.611.000.38
HSV219°100°76°
CMYK 1.000.660.00   0.24
XYZ11.57397.746751.3373
Yxy7.74670.16380.1096
Hunter Lab27.832925.5190-89.8764
CIE-Lab33.449734.6828-70.4057

#0042c1 color RGB value is (0,66,193).

#0042c1 hex color red value is 0, green value is 66 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #0042c1 hue: 0.61 , saturation: 1.00 and the lightness value of 0042c1 is 0.38.

The process color (four color CMYK) of #0042c1 color hex is 1.00, 0.66, 0.00, 0.24. Web safe color of #0042c1 is #0033cc. Color #0042c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000010 11000001
Octal 0 102 301
Decimal 0 66 193
Hex 0 42 C1

RGB Percentages of Color #0042c1

%0.00
%25.48
%74.52

CMYK Percentages of Color #0042c1

%100
%66
%0
%24

Triadic Colors of #0042c1

#0042c1 #c10042 #42c100

Analogous Colors of #0042c1

#0042c1 #1e00c1 #00a3c1

Monochromatic Colors of #0042c1

#0042c1

Complementary Color

#0042c1 #c17f00

#0042c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0042c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0042c1 Color CSS Codes

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

#0042c1 Text Font Color

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

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


#0042c1 Background Color

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

This div background color is #0042c1


#0042c1 Border Color

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

This div border color is #0042c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0042c1

#0042c1 Color Palettes


Comments

No comments written yet.

Please login to write comment.