Color Hex Logo

#001844 Color Hex

#001844
(0,24,68)
0 Favorites   0 Comments

Color spaces of #001844

RGB 02468
HSL0.611.000.13
HSV219°100°27°
CMYK 1.000.650.00   0.73
XYZ1.37001.07065.6033
Yxy1.07060.17030.1331
Hunter Lab10.34705.5272-24.8650
CIE-Lab9.566311.4839-30.3120

#001844 color RGB value is (0,24,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011000 01000100
Octal 0 30 104
Decimal 0 24 68
Hex 0 18 44

RGB Percentages of Color #001844

%0.00
%26.09
%73.91

CMYK Percentages of Color #001844

%100
%65
%0
%73

Triadic Colors of #001844

#001844 #440018 #184400

Analogous Colors of #001844

#001844 #0a0044 #003a44

Monochromatic Colors of #001844

#001844

Complementary Color

#001844 #442c00

#001844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001844 Color CSS Codes

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

#001844 Text Font Color

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

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


#001844 Background Color

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

This div background color is #001844


#001844 Border Color

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

This div border color is #001844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001844


Comments

No comments written yet.

Please login to write comment.