Color Hex Logo

#002a57 Color Hex

#002A57
(0,42,87)
0 Favorites   0 Comments

Color spaces of #002a57

RGB 04287
HSL0.591.000.17
HSV211°100°34°
CMYK 1.000.520.00   0.66
XYZ2.54832.34409.3350
Yxy2.34400.17910.1648
Hunter Lab15.31012.9178-25.4336
CIE-Lab17.19796.5547-30.9513

#002a57 color RGB value is (0,42,87).

#002a57 hex color red value is 0, green value is 42 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #002a57 hue: 0.59 , saturation: 1.00 and the lightness value of 002a57 is 0.17.

The process color (four color CMYK) of #002a57 color hex is 1.00, 0.52, 0.00, 0.66. Web safe color of #002a57 is #003366. Color #002a57 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101010 01010111
Octal 0 52 127
Decimal 0 42 87
Hex 0 2A 57

RGB Percentages of Color #002a57

%0.00
%32.56
%67.44

CMYK Percentages of Color #002a57

%100
%52
%0
%66

Triadic Colors of #002a57

#002a57 #57002a #2a5700

Analogous Colors of #002a57

#002a57 #010057 #005657

Monochromatic Colors of #002a57

#002a57

Complementary Color

#002a57 #572d00

#002a57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002a57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002a57 Color CSS Codes

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

#002a57 Text Font Color

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

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


#002a57 Background Color

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

This div background color is #002a57


#002a57 Border Color

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

This div border color is #002a57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002a57


Comments

No comments written yet.

Please login to write comment.