Color Hex Logo

#000260 Color Hex

#000260
(0,2,96)
1 Favorites   0 Comments

Color spaces of #000260

RGB 0296
HSL0.661.000.19
HSV239°100°38°
CMYK 1.000.980.00   0.62
XYZ2.13300.887911.1253
Yxy0.88790.15080.0628
Hunter Lab9.422823.9161-63.4061
CIE-Lab8.020437.4970-52.0861

#000260 color RGB value is (0,2,96).

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

The process color (four color CMYK) of #000260 color hex is 1.00, 0.98, 0.00, 0.62. Web safe color of #000260 is #000066. Color #000260 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000010 01100000
Octal 0 2 140
Decimal 0 2 96
Hex 0 2 60

RGB Percentages of Color #000260

%0.00
%2.04
%97.96

CMYK Percentages of Color #000260

%100
%98
%0
%62

Triadic Colors of #000260

#000260 #600002 #026000

Analogous Colors of #000260

#000260 #2e0060 #003260

Monochromatic Colors of #000260

#000260

Complementary Color

#000260 #605e00

#000260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000260 Color CSS Codes

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

#000260 Text Font Color

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

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


#000260 Background Color

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

This div background color is #000260


#000260 Border Color

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

This div border color is #000260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000260


Comments

No comments written yet.

Please login to write comment.