Color Hex Logo

#001025 Color Hex

#001025
(0,16,37)
0 Favorites   0 Comments

Color spaces of #001025

RGB 01637
HSL0.591.000.07
HSV214°100°15°
CMYK 1.000.570.00   0.85
XYZ0.51920.50421.8202
Yxy0.50420.18260.1773
Hunter Lab7.10070.6256-10.2280
CIE-Lab4.55441.6375-15.7001

#001025 color RGB value is (0,16,37).

#001025 hex color red value is 0, green value is 16 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #001025 hue: 0.59 , saturation: 1.00 and the lightness value of 001025 is 0.07.

The process color (four color CMYK) of #001025 color hex is 1.00, 0.57, 0.00, 0.85. Web safe color of #001025 is #000033. Color #001025 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010000 00100101
Octal 0 20 45
Decimal 0 16 37
Hex 0 10 25

RGB Percentages of Color #001025

%0.00
%30.19
%69.81

CMYK Percentages of Color #001025

%100
%57
%0
%85

Triadic Colors of #001025

#001025 #250010 #102500

Analogous Colors of #001025

#001025 #030025 #002325

Monochromatic Colors of #001025

#001025

Complementary Color

#001025 #251500

#001025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001025 Color CSS Codes

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

#001025 Text Font Color

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

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


#001025 Background Color

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

This div background color is #001025


#001025 Border Color

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

This div border color is #001025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001025


Comments

No comments written yet.

Please login to write comment.