Color Hex Logo

#02415d Color Hex

#02415D
(2,65,93)
0 Favorites   0 Comments

Color spaces of #02415d

RGB 26593
HSL0.550.960.19
HSV198°98°36°
CMYK 0.980.300.00   0.64
XYZ3.89114.583811.0356
Yxy4.58380.19940.2349
Hunter Lab21.4098-5.0259-15.5739
CIE-Lab25.5145-6.6170-21.6718

#02415d color RGB value is (2,65,93).

#02415d hex color red value is 2, green value is 65 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #02415d hue: 0.55 , saturation: 0.96 and the lightness value of 02415d is 0.19.

The process color (four color CMYK) of #02415d color hex is 0.98, 0.30, 0.00, 0.64. Web safe color of #02415d is #003366. Color #02415d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000001 01011101
Octal 2 101 135
Decimal 2 65 93
Hex 2 41 5D

RGB Percentages of Color #02415d

%1.25
%40.63
%58.13

CMYK Percentages of Color #02415d

%98
%30
%0
%64

Triadic Colors of #02415d

#02415d #5d0241 #415d02

Analogous Colors of #02415d

#02415d #02145d #025d4b

Monochromatic Colors of #02415d

#02415d

Complementary Color

#02415d #5d1e02

#02415d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02415d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02415d Color CSS Codes

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

#02415d Text Font Color

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

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


#02415d Background Color

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

This div background color is #02415d


#02415d Border Color

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

This div border color is #02415d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,65,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02415d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02415d;
  -webkit-box-shadow: 1px 1px 3px 2px #02415d;
  box-shadow:         1px 1px 3px 2px #02415d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02415d


Comments

No comments written yet.

Please login to write comment.