#09114C

Color #09114C Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #09114C

Tints of Sapphire #09114C

Color information

#09114C (or 0x09114C) is unknown color: approx Sapphire. HEX triplet: 09, 11 and 4C. RGB value is (9,17,76). Sum of RGB (Red+Green+Blue) = 9+17+76=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #09114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09114C is #F6EEB3. Grayscale: #151515. Windows color (decimal): -16182964 or 4985097. OLE color: 4985097.

HSL color Cylindrical-coordinate representation of color #09114C: hue angle of 232.84º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09114C is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB91776-
CMYK0.880.7800.70
HSL232.84º78.82%16.67%-
HSV(B)232.84º88.16%29.8%-
XYZ1.620.986.94-
YUV21.33158.85119.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 76 (30.08% from 255) = 74.51%
R=8.82%
G=16.67%
B=74.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal917760.880.7800.70232.8478.8216.67
Hex9114C584E046e94f11
Octal1121114130116010635111721
Binary1001100011001100101100010011100100011011101001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09114C; }

 p { color: rgb(9,17,76); }

 H1.HeaderClassName
 {
   color: #09114C;
 }
 .AnyTagClassName
 {
   color: #09114C;
 }
</style>
background-color css

<style>
 a { background-color: #09114C; }

 a { background-color: rgb(9,17,76); }

 div.DivClassName
 {
   background-color: #09114C;
 }
 .BgClassName
 {
   background-color: #09114C;
 }
</style>
border-color css

<style>
 span { border-color: #09114C; }

 span { border-color: rgb(9,17,76); }

 td.TdClassName
 {
   border-color: #09114C;
 }
 .TagClassName
 {
   border-color: #09114C;
 }
</style>