Color Hex Logo

#02798b Color Hex

#02798B
(2,121,139)
0 Favorites   0 Comments

Color spaces of #02798b

RGB 2121139
HSL0.520.970.28
HSV188°99°55°
CMYK 0.990.130.00   0.45
XYZ11.522615.551726.8206
Yxy15.55170.21380.2886
Hunter Lab39.4356-16.8569-12.7188
CIE-Lab46.3808-21.4212-17.8187

#02798b color RGB value is (2,121,139).

#02798b hex color red value is 2, green value is 121 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #02798b hue: 0.52 , saturation: 0.97 and the lightness value of 02798b is 0.28.

The process color (four color CMYK) of #02798b color hex is 0.99, 0.13, 0.00, 0.45. Web safe color of #02798b is #006699. Color #02798b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111001 10001011
Octal 2 171 213
Decimal 2 121 139
Hex 2 79 8B

RGB Percentages of Color #02798b

%0.76
%46.18
%53.05

CMYK Percentages of Color #02798b

%99
%13
%0
%45

Triadic Colors of #02798b

#02798b #8b0279 #798b02

Analogous Colors of #02798b

#02798b #02358b #028b58

Monochromatic Colors of #02798b

#02798b

Complementary Color

#02798b #8b1402

#02798b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02798b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02798b Color CSS Codes

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

#02798b Text Font Color

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

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


#02798b Background Color

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

This div background color is #02798b


#02798b Border Color

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

This div border color is #02798b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,121,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02798b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02798b;
  -webkit-box-shadow: 1px 1px 3px 2px #02798b;
  box-shadow:         1px 1px 3px 2px #02798b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02798b

#02798b Color Palettes


Comments

No comments written yet.

Please login to write comment.