Color Hex Logo

#002975 Color Hex

#002975
(0,41,117)
0 Favorites   0 Comments

Color spaces of #002975

RGB 041117
HSL0.611.000.23
HSV219°100°46°
CMYK 1.000.650.00   0.54
XYZ4.00382.870217.1726
Yxy2.87020.16650.1194
Hunter Lab16.941712.5367-48.2390
CIE-Lab19.516420.8849-46.8225

#002975 color RGB value is (0,41,117).

#002975 hex color red value is 0, green value is 41 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #002975 hue: 0.61 , saturation: 1.00 and the lightness value of 002975 is 0.23.

The process color (four color CMYK) of #002975 color hex is 1.00, 0.65, 0.00, 0.54. Web safe color of #002975 is #003366. Color #002975 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101001 01110101
Octal 0 51 165
Decimal 0 41 117
Hex 0 29 75

RGB Percentages of Color #002975

%0.00
%25.95
%74.05

CMYK Percentages of Color #002975

%100
%65
%0
%54

Triadic Colors of #002975

#002975 #750029 #297500

Analogous Colors of #002975

#002975 #120075 #006375

Monochromatic Colors of #002975

#002975

Complementary Color

#002975 #754c00

#002975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002975 Color CSS Codes

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

#002975 Text Font Color

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

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


#002975 Background Color

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

This div background color is #002975


#002975 Border Color

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

This div border color is #002975


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,41,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 #002975">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002975


Comments

No comments written yet.

Please login to write comment.