Color Hex Logo

#001830 Color Hex

#001830
(0,24,48)
1 Favorites   0 Comments

Color spaces of #001830

RGB 02448
HSL0.581.000.09
HSV210°100°19°
CMYK 1.000.500.00   0.81
XYZ0.86010.86672.9183
Yxy0.86670.18520.1866
Hunter Lab9.30970.1993-12.0688
CIE-Lab7.82881.4829-18.7689

#001830 color RGB value is (0,24,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011000 00110000
Octal 0 30 60
Decimal 0 24 48
Hex 0 18 30

RGB Percentages of Color #001830

%0.00
%33.33
%66.67

CMYK Percentages of Color #001830

%100
%50
%0
%81

Triadic Colors of #001830

#001830 #300018 #183000

Analogous Colors of #001830

#001830 #000030 #003030

Monochromatic Colors of #001830

#001830

Complementary Color

#001830 #301800

#001830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001830 Color CSS Codes

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

#001830 Text Font Color

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

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


#001830 Background Color

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

This div background color is #001830


#001830 Border Color

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

This div border color is #001830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001830


Comments

No comments written yet.

Please login to write comment.