Color Hex Logo

#000123 Color Hex

#000123
(0,1,35)
2 Favorites   0 Comments

Color spaces of #000123

RGB 0135
HSL0.661.000.07
HSV238°100°14°
CMYK 1.000.970.00   0.86
XYZ0.31420.14311.6012
Yxy0.14310.15260.0695
Hunter Lab3.78298.2060-22.4482
CIE-Lab1.29267.2993-19.1847

#000123 color RGB value is (0,1,35).

#000123 hex color red value is 0, green value is 1 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #000123 hue: 0.66 , saturation: 1.00 and the lightness value of 000123 is 0.07.

The process color (four color CMYK) of #000123 color hex is 1.00, 0.97, 0.00, 0.86. Web safe color of #000123 is #000033. Color #000123 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000001 00100011
Octal 0 1 43
Decimal 0 1 35
Hex 0 1 23

RGB Percentages of Color #000123

%0.00
%2.78
%97.22

CMYK Percentages of Color #000123

%100
%97
%0
%86

Triadic Colors of #000123

#000123 #230001 #012300

Analogous Colors of #000123

#000123 #110023 #001323

Monochromatic Colors of #000123

#000123

Complementary Color

#000123 #232200

#000123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000123 Color CSS Codes

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

#000123 Text Font Color

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

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


#000123 Background Color

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

This div background color is #000123


#000123 Border Color

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

This div border color is #000123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000123

#000123 Color Palettes


Comments

No comments written yet.

Please login to write comment.