color details

Color Details
#09121b Color Hex

#09121b color RGB value is (0, 145, 33).
#09121b hex color red value is 0, green value is 145, and blue value is 33.
Cylindrical-coordinate representations (HSL) of color #09121b hue: 133.66, saturation: 1 and lightness: 0.28.

The process color (four-color CMYK) of #09121b color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #09121b is #ff9999. Color #09121b contains mainly RED.

Color Spaces
Color spaces of #09121bValue
RGB9, 18, 27
HSL0.58, 0.5, 0.07
HSV210°, 67°, 11°
XYZ0.53, 0.57, 1.12
Base Numbers
Base Red Green Blue
Binary 1001 10010 11011
Octal 11 22 33
Decimal 9 18 27
Hex 9 12 1B

RGB Percentages for Color #09121b

16.67%
33.33%
50%

CMYK Percentages of the Color #09121b

66.67%
33.33%
89.41%
CSS Codes for Color #09121b
.mybgColor {background-color: #09121b;}
.myforeColor {color: #09121b;}
.myborderColor {border:3px solid #09121b;}
Text Font Color #09121b

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

This sample text is styled with the font color #09121b. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #09121b

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

The background color of this div is #09121b
Border Color #09121b

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

The border color of this div is #09121b
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(9, 18, 27, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #09121b;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #09121b;
-webkit-box-shadow: 1px 1px 3px #09121b;
box-shadow: 1px 1px 3px #09121b;            }
            
Text Shadow Using RGB Values

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

This text has a shadow with RGB values.

Text Shadow Using Hex Values

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

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

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

This div box has a shadow with a specified color. #09121b

Scroll to Top