#09114D

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

Shades of Sapphire #09114D

Tints of Sapphire #09114D

Color information

#09114D (or 0x09114D) is unknown color: approx Sapphire. HEX triplet: 09, 11 and 4D. RGB value is (9,17,77). Sum of RGB (Red+Green+Blue) = 9+17+77=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #09114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09114D is #F6EEB2. Grayscale: #151515. Windows color (decimal): -16182963 or 5050633. OLE color: 5050633.

HSL color Cylindrical-coordinate representation of color #09114D: hue angle of 232.94º 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 #09114D is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB91777-
CMYK0.880.7800.70
HSL232.94º79.07%16.86%-
HSV(B)232.94º88.31%30.2%-
XYZ1.650.997.13-
YUV21.45159.35119.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 77 (30.47% from 255) = 74.76%
R=8.74%
G=16.50%
B=74.76%

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
Decimal917770.880.7800.70232.9479.0716.86
Hex9114D584E046e94f11
Octal1121115130116010635111721
Binary1001100011001101101100010011100100011011101001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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