Color Hex Logo

#001855 Color Hex

#001855
(0,24,85)
0 Favorites   0 Comments

Color spaces of #001855

RGB 02485
HSL0.621.000.17
HSV223°100°33°
CMYK 1.000.720.00   0.67
XYZ1.96631.30918.7434
Yxy1.30910.16360.1089
Hunter Lab11.441610.6534-37.2989
CIE-Lab11.339019.4185-39.1491

#001855 color RGB value is (0,24,85).

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

The process color (four color CMYK) of #001855 color hex is 1.00, 0.72, 0.00, 0.67. Web safe color of #001855 is #000066. Color #001855 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011000 01010101
Octal 0 30 125
Decimal 0 24 85
Hex 0 18 55

RGB Percentages of Color #001855

%0.00
%22.02
%77.98

CMYK Percentages of Color #001855

%100
%72
%0
%67

Triadic Colors of #001855

#001855 #550018 #185500

Analogous Colors of #001855

#001855 #120055 #004355

Monochromatic Colors of #001855

#001855

Complementary Color

#001855 #553d00

#001855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001855 Color CSS Codes

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

#001855 Text Font Color

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

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


#001855 Background Color

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

This div background color is #001855


#001855 Border Color

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

This div border color is #001855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001855


Comments

No comments written yet.

Please login to write comment.