Color Hex Logo

#000230 Color Hex

#000230
(0,2,48)
2 Favorites   0 Comments

Color spaces of #000230

RGB 0248
HSL0.661.000.09
HSV238°100°19°
CMYK 1.000.960.00   0.81
XYZ0.55520.25682.8166
Yxy0.25680.15300.0708
Hunter Lab5.067510.6883-29.4068
CIE-Lab2.319712.7447-27.5640

#000230 color RGB value is (0,2,48).

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

The process color (four color CMYK) of #000230 color hex is 1.00, 0.96, 0.00, 0.81. Web safe color of #000230 is #000033. Color #000230 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000010 00110000
Octal 0 2 60
Decimal 0 2 48
Hex 0 2 30

RGB Percentages of Color #000230

%0.00
%4.00
%96.00

CMYK Percentages of Color #000230

%100
%96
%0
%81

Triadic Colors of #000230

#000230 #300002 #023000

Analogous Colors of #000230

#000230 #160030 #001a30

Monochromatic Colors of #000230

#000230

Complementary Color

#000230 #302e00

#000230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000230 Color CSS Codes

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

#000230 Text Font Color

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

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


#000230 Background Color

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

This div background color is #000230


#000230 Border Color

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

This div border color is #000230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000230

#000230 Color Palettes


Comments

No comments written yet.

Please login to write comment.