Color Hex Logo

#09253c Color Hex

#09253C
(9,37,60)
0 Favorites   0 Comments

Color spaces of #09253c

RGB 93760
HSL0.580.740.14
HSV207°85°24°
CMYK 0.850.380.00   0.76
XYZ1.58981.70754.5207
Yxy1.70750.20340.2184
Hunter Lab13.0671-1.1505-11.3649
CIE-Lab13.8707-0.8821-17.7529

#09253c color RGB value is (9,37,60).

#09253c hex color red value is 9, green value is 37 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #09253c hue: 0.58 , saturation: 0.74 and the lightness value of 09253c is 0.14.

The process color (four color CMYK) of #09253c color hex is 0.85, 0.38, 0.00, 0.76. Web safe color of #09253c is #003333. Color #09253c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100101 00111100
Octal 11 45 74
Decimal 9 37 60
Hex 9 25 3C

RGB Percentages of Color #09253c

%8.49
%34.91
%56.60

CMYK Percentages of Color #09253c

%85
%38
%0
%76

Triadic Colors of #09253c

#09253c #3c0925 #253c09

Analogous Colors of #09253c

#09253c #090c3c #093c3a

Monochromatic Colors of #09253c

#09253c

Complementary Color

#09253c #3c2009

#09253c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09253c Color Preview on White Background

Lorem ipsum dolor sit amet.

#09253c Color CSS Codes

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

#09253c Text Font Color

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

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


#09253c Background Color

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

This div background color is #09253c


#09253c Border Color

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

This div border color is #09253c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,37,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09253c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09253c;
  -webkit-box-shadow: 1px 1px 3px 2px #09253c;
  box-shadow:         1px 1px 3px 2px #09253c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09253c


Comments

No comments written yet.

Please login to write comment.