Color Hex Logo

#002648 Color Hex

#002648
(0,38,72)
0 Favorites   0 Comments

Color spaces of #002648

RGB 03872
HSL0.581.000.14
HSV208°100°28°
CMYK 1.000.470.00   0.72
XYZ1.86281.85416.3906
Yxy1.85410.18430.1834
Hunter Lab13.61650.5906-18.2948
CIE-Lab14.70222.4701-24.7896

#002648 color RGB value is (0,38,72).

#002648 hex color red value is 0, green value is 38 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #002648 hue: 0.58 , saturation: 1.00 and the lightness value of 002648 is 0.14.

The process color (four color CMYK) of #002648 color hex is 1.00, 0.47, 0.00, 0.72. Web safe color of #002648 is #003333. Color #002648 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100110 01001000
Octal 0 46 110
Decimal 0 38 72
Hex 0 26 48

RGB Percentages of Color #002648

%0.00
%34.55
%65.45

CMYK Percentages of Color #002648

%100
%47
%0
%72

Triadic Colors of #002648

#002648 #480026 #264800

Analogous Colors of #002648

#002648 #000248 #004846

Monochromatic Colors of #002648

#002648

Complementary Color

#002648 #482200

#002648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002648 Color CSS Codes

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

#002648 Text Font Color

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

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


#002648 Background Color

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

This div background color is #002648


#002648 Border Color

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

This div border color is #002648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002648

#002648 Color Palettes


Comments

No comments written yet.

Please login to write comment.