#09175F

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

Shades of Sapphire #09175F

Tints of Sapphire #09175F

Color information

#09175F (or 0x09175F) is unknown color: approx Sapphire. HEX triplet: 09, 17 and 5F. RGB value is (9,23,95). Sum of RGB (Red+Green+Blue) = 9+23+95=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 95 (37.5% from 255 or 74.80% from 127); Max value from RGB is 95 - color contains mainly: blue. Hex color #09175F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09175F is #F6E8A0. Grayscale: #1A1A1A. Windows color (decimal): -16181409 or 6231817. OLE color: 6231817.

HSL color Cylindrical-coordinate representation of color #09175F: hue angle of 230.23º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09175F is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB92395-
CMYK0.910.7600.63
HSL230.23º82.69%20.39%-
HSV(B)230.23º90.53%37.25%-
XYZ2.481.510.98-
YUV27.02166.36115.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 95 (37.5% from 255) = 74.80%
R=7.09%
G=18.11%
B=74.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal923950.910.7600.63230.2382.6920.39
Hex9175F5B4C03Fe65314
Octal112713713311407734612324
Binary100110111101111110110111001100011111111100110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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