Color Hex Logo

#001930 Color Hex

#001930
(0,25,48)
0 Favorites   0 Comments

Color spaces of #001930

RGB 02548
HSL0.581.000.09
HSV209°100°19°
CMYK 1.000.480.00   0.81
XYZ0.88110.90872.9253
Yxy0.90870.18690.1927
Hunter Lab9.5326-0.1832-11.5218
CIE-Lab8.20650.6963-18.1656

#001930 color RGB value is (0,25,48).

#001930 hex color red value is 0, green value is 25 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #001930 hue: 0.58 , saturation: 1.00 and the lightness value of 001930 is 0.09.

The process color (four color CMYK) of #001930 color hex is 1.00, 0.48, 0.00, 0.81. Web safe color of #001930 is #000033. Color #001930 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011001 00110000
Octal 0 31 60
Decimal 0 25 48
Hex 0 19 30

RGB Percentages of Color #001930

%0.00
%34.25
%65.75

CMYK Percentages of Color #001930

%100
%48
%0
%81

Triadic Colors of #001930

#001930 #300019 #193000

Analogous Colors of #001930

#001930 #000130 #00302f

Monochromatic Colors of #001930

#001930

Complementary Color

#001930 #301700

#001930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001930 Color CSS Codes

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

#001930 Text Font Color

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

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


#001930 Background Color

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

This div background color is #001930


#001930 Border Color

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

This div border color is #001930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001930


Comments

No comments written yet.

Please login to write comment.