Color Hex Logo

#041275 Color Hex

#041275
(4,18,117)
0 Favorites   0 Comments

Color spaces of #041275

RGB 418117
HSL0.650.930.24
HSV233°97°46°
CMYK 0.970.850.00   0.54
XYZ3.47731.742816.9827
Yxy1.74280.15660.0785
Hunter Lab13.201523.9145-67.0308
CIE-Lab14.075136.3518-55.8042

#041275 color RGB value is (4,18,117).

#041275 hex color red value is 4, green value is 18 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #041275 hue: 0.65 , saturation: 0.93 and the lightness value of 041275 is 0.24.

The process color (four color CMYK) of #041275 color hex is 0.97, 0.85, 0.00, 0.54. Web safe color of #041275 is #000066. Color #041275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010010 01110101
Octal 4 22 165
Decimal 4 18 117
Hex 4 12 75

RGB Percentages of Color #041275

%2.88
%12.95
%84.17

CMYK Percentages of Color #041275

%97
%85
%0
%54

Triadic Colors of #041275

#041275 #750412 #127504

Analogous Colors of #041275

#041275 #2f0475 #044b75

Monochromatic Colors of #041275

#041275

Complementary Color

#041275 #756704

#041275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041275 Color CSS Codes

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

#041275 Text Font Color

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

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


#041275 Background Color

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

This div background color is #041275


#041275 Border Color

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

This div border color is #041275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041275


Comments

No comments written yet.

Please login to write comment.