Color Hex Logo

#001130 Color Hex

#001130
(0,17,48)
0 Favorites   0 Comments

Color spaces of #001130

RGB 01748
HSL0.611.000.09
HSV219°100°19°
CMYK 1.000.650.00   0.81
XYZ0.73390.61432.8762
Yxy0.61430.17370.1454
Hunter Lab7.83772.9981-16.2712
CIE-Lab5.54896.1457-22.4106

#001130 color RGB value is (0,17,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010001 00110000
Octal 0 21 60
Decimal 0 17 48
Hex 0 11 30

RGB Percentages of Color #001130

%0.00
%26.15
%73.85

CMYK Percentages of Color #001130

%100
%65
%0
%81

Triadic Colors of #001130

#001130 #300011 #113000

Analogous Colors of #001130

#001130 #070030 #002930

Monochromatic Colors of #001130

#001130

Complementary Color

#001130 #301f00

#001130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001130 Color CSS Codes

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

#001130 Text Font Color

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

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


#001130 Background Color

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

This div background color is #001130


#001130 Border Color

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

This div border color is #001130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001130


Comments

No comments written yet.

Please login to write comment.