Color Hex Logo

#092948 Color Hex

#092948
(9,41,72)
0 Favorites   0 Comments

Color spaces of #092948

RGB 94172
HSL0.580.780.16
HSV210°88°28°
CMYK 0.880.430.00   0.72
XYZ2.07532.11186.4291
Yxy2.11180.19550.1989
Hunter Lab14.53200.0603-16.0580
CIE-Lab16.06341.5456-22.5985

#092948 color RGB value is (9,41,72).

#092948 hex color red value is 9, green value is 41 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #092948 hue: 0.58 , saturation: 0.78 and the lightness value of 092948 is 0.16.

The process color (four color CMYK) of #092948 color hex is 0.88, 0.43, 0.00, 0.72. Web safe color of #092948 is #003333. Color #092948 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101001 01001000
Octal 11 51 110
Decimal 9 41 72
Hex 9 29 48

RGB Percentages of Color #092948

%7.38
%33.61
%59.02

CMYK Percentages of Color #092948

%88
%43
%0
%72

Triadic Colors of #092948

#092948 #480929 #294809

Analogous Colors of #092948

#092948 #090948 #094848

Monochromatic Colors of #092948

#092948

Complementary Color

#092948 #482809

#092948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092948 Color CSS Codes

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

#092948 Text Font Color

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

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


#092948 Background Color

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

This div background color is #092948


#092948 Border Color

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

This div border color is #092948


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,41,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 #092948">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092948


Comments

No comments written yet.

Please login to write comment.