Color Hex Logo

#09123f Color Hex

#09123F
(9,18,63)
0 Favorites   0 Comments

Color spaces of #09123f

RGB 91863
HSL0.640.750.14
HSV230°86°25°
CMYK 0.860.710.00   0.75
XYZ1.22620.84964.8020
Yxy0.84960.17830.1235
Hunter Lab9.21747.6157-24.4363
CIE-Lab7.674415.2228-29.8438

#09123f color RGB value is (9,18,63).

#09123f hex color red value is 9, green value is 18 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #09123f hue: 0.64 , saturation: 0.75 and the lightness value of 09123f is 0.14.

The process color (four color CMYK) of #09123f color hex is 0.86, 0.71, 0.00, 0.75. Web safe color of #09123f is #000033. Color #09123f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010010 00111111
Octal 11 22 77
Decimal 9 18 63
Hex 9 12 3F

RGB Percentages of Color #09123f

%10.00
%20.00
%70.00

CMYK Percentages of Color #09123f

%86
%71
%0
%75

Triadic Colors of #09123f

#09123f #3f0912 #123f09

Analogous Colors of #09123f

#09123f #1b093f #092d3f

Monochromatic Colors of #09123f

#09123f

Complementary Color

#09123f #3f3609

#09123f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09123f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09123f Color CSS Codes

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

#09123f Text Font Color

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

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


#09123f Background Color

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

This div background color is #09123f


#09123f Border Color

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

This div border color is #09123f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,18,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09123f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09123f;
  -webkit-box-shadow: 1px 1px 3px 2px #09123f;
  box-shadow:         1px 1px 3px 2px #09123f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09123f


Comments

No comments written yet.

Please login to write comment.