Color Hex Logo

#002065 Color Hex

#002065
(0,32,101)
1 Favorites   0 Comments

Color spaces of #002065

RGB 032101
HSL0.611.000.20
HSV221°100°40°
CMYK 1.000.680.00   0.60
XYZ2.86551.972612.5416
Yxy1.97260.16490.1135
Hunter Lab14.044911.8396-43.1123
CIE-Lab15.342820.5189-43.2715

#002065 color RGB value is (0,32,101).

#002065 hex color red value is 0, green value is 32 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #002065 hue: 0.61 , saturation: 1.00 and the lightness value of 002065 is 0.20.

The process color (four color CMYK) of #002065 color hex is 1.00, 0.68, 0.00, 0.60. Web safe color of #002065 is #003366. Color #002065 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100000 01100101
Octal 0 40 145
Decimal 0 32 101
Hex 0 20 65

RGB Percentages of Color #002065

%0.00
%24.06
%75.94

CMYK Percentages of Color #002065

%100
%68
%0
%60

Triadic Colors of #002065

#002065 #650020 #206500

Analogous Colors of #002065

#002065 #130065 #005365

Monochromatic Colors of #002065

#002065

Complementary Color

#002065 #654500

#002065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002065 Color CSS Codes

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

#002065 Text Font Color

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

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


#002065 Background Color

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

This div background color is #002065


#002065 Border Color

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

This div border color is #002065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002065

#002065 Color Palettes


Comments

No comments written yet.

Please login to write comment.