Color Hex Logo

#001833 Color Hex

#001833
(0,24,51)
1 Favorites   0 Comments

Color spaces of #001833

RGB 02451
HSL0.591.000.10
HSV212°100°20°
CMYK 1.000.530.00   0.80
XYZ0.92420.89233.2555
Yxy0.89230.18220.1759
Hunter Lab9.44620.9334-13.8212
CIE-Lab8.06003.0133-20.5922

#001833 color RGB value is (0,24,51).

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

The process color (four color CMYK) of #001833 color hex is 1.00, 0.53, 0.00, 0.80. Web safe color of #001833 is #000033. Color #001833 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011000 00110011
Octal 0 30 63
Decimal 0 24 51
Hex 0 18 33

RGB Percentages of Color #001833

%0.00
%32.00
%68.00

CMYK Percentages of Color #001833

%100
%53
%0
%80

Triadic Colors of #001833

#001833 #330018 #183300

Analogous Colors of #001833

#001833 #020033 #003233

Monochromatic Colors of #001833

#001833

Complementary Color

#001833 #331b00

#001833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001833 Color CSS Codes

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

#001833 Text Font Color

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

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


#001833 Background Color

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

This div background color is #001833


#001833 Border Color

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

This div border color is #001833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001833

#001833 Color Palettes


Comments

No comments written yet.

Please login to write comment.