Color Hex Logo

#002375 Color Hex

#002375
(0,35,117)
0 Favorites   0 Comments

Color spaces of #002375

RGB 035117
HSL0.621.000.23
HSV222°100°46°
CMYK 1.000.700.00   0.54
XYZ3.81192.486417.1086
Yxy2.48640.16290.1062
Hunter Lab15.768315.5568-53.2917
CIE-Lab17.857025.2124-49.5491

#002375 color RGB value is (0,35,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100011 01110101
Octal 0 43 165
Decimal 0 35 117
Hex 0 23 75

RGB Percentages of Color #002375

%0.00
%23.03
%76.97

CMYK Percentages of Color #002375

%100
%70
%0
%54

Triadic Colors of #002375

#002375 #750023 #237500

Analogous Colors of #002375

#002375 #180075 #005e75

Monochromatic Colors of #002375

#002375

Complementary Color

#002375 #755200

#002375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002375 Color CSS Codes

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

#002375 Text Font Color

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

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


#002375 Background Color

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

This div background color is #002375


#002375 Border Color

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

This div border color is #002375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002375


Comments

No comments written yet.

Please login to write comment.