Color Hex Logo

#012333 Color Hex

#012333
(1,35,51)
0 Favorites   0 Comments

Color spaces of #012333

RGB 13551
HSL0.550.960.10
HSV199°98°20°
CMYK 0.980.310.00   0.80
XYZ1.21111.44753.3475
Yxy1.44750.20160.2410
Hunter Lab12.0312-3.0862-8.0747
CIE-Lab12.2703-5.0707-13.9123

#012333 color RGB value is (1,35,51).

#012333 hex color red value is 1, green value is 35 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #012333 hue: 0.55 , saturation: 0.96 and the lightness value of 012333 is 0.10.

The process color (four color CMYK) of #012333 color hex is 0.98, 0.31, 0.00, 0.80. Web safe color of #012333 is #003333. Color #012333 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100011 00110011
Octal 1 43 63
Decimal 1 35 51
Hex 1 23 33

RGB Percentages of Color #012333

%1.15
%40.23
%58.62

CMYK Percentages of Color #012333

%98
%31
%0
%80

Triadic Colors of #012333

#012333 #330123 #233301

Analogous Colors of #012333

#012333 #010a33 #01332a

Monochromatic Colors of #012333

#012333

Complementary Color

#012333 #331101

#012333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012333 Color CSS Codes

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

#012333 Text Font Color

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

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


#012333 Background Color

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

This div background color is #012333


#012333 Border Color

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

This div border color is #012333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012333


Comments

No comments written yet.

Please login to write comment.