#09174C

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

Shades of Sapphire #09174C

Tints of Sapphire #09174C

Color information

#09174C (or 0x09174C) is unknown color: approx Sapphire. HEX triplet: 09, 17 and 4C. RGB value is (9,23,76). Sum of RGB (Red+Green+Blue) = 9+23+76=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 76 (30.08% from 255 or 70.37% from 108); Max value from RGB is 76 - color contains mainly: blue. Hex color #09174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09174C is #F6E8B3. Grayscale: #181818. Windows color (decimal): -16181428 or 4986633. OLE color: 4986633.

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

Color convert

RGB92376-
CMYK0.880.7000.70
HSL227.46º78.82%16.67%-
HSV(B)227.46º88.16%29.8%-
XYZ1.721.196.98-
YUV24.86156.86116.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 76 (30.08% from 255) = 70.37%
R=8.33%
G=21.30%
B=70.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal923760.880.7000.70227.4678.8216.67
Hex9174C5846046e34f11
Octal1127114130106010634311721
Binary1001101111001100101100010001100100011011100011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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