#09175C

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

Shades of Sapphire #09175C

Tints of Sapphire #09175C

Color information

#09175C (or 0x09175C) is unknown color: approx Sapphire. HEX triplet: 09, 17 and 5C. RGB value is (9,23,92). Sum of RGB (Red+Green+Blue) = 9+23+92=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #09175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09175C is #F6E8A3. Grayscale: #1A1A1A. Windows color (decimal): -16181412 or 6035209. OLE color: 6035209.

HSL color Cylindrical-coordinate representation of color #09175C: hue angle of 229.88º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09175C is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB92392-
CMYK0.900.7500.64
HSL229.88º82.18%19.8%-
HSV(B)229.88º90.22%36.08%-
XYZ2.351.4410.28-
YUV26.68164.86115.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 92 (36.33% from 255) = 74.19%
R=7.26%
G=18.55%
B=74.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal923920.900.7500.64229.8882.1819.8
Hex9175C5A4B040e65214
Octal1127134132113010034612224
Binary1001101111011100101101010010110100000011100110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,23,92); }

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

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

 a { background-color: rgb(9,23,92); }

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

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

 span { border-color: rgb(9,23,92); }

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