#093172

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

Shades of Sapphire #093172

Tints of Sapphire #093172

Color information

#093172 (or 0x093172) is unknown color: approx Sapphire. HEX triplet: 09, 31 and 72. RGB value is (9,49,114). Sum of RGB (Red+Green+Blue) = 9+49+114=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #093172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093172 is #F6CE8D. Grayscale: #2C2C2C. Windows color (decimal): -16174734 or 7483657. OLE color: 7483657.

HSL color Cylindrical-coordinate representation of color #093172: hue angle of 217.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093172 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB949114-
CMYK0.920.5700.55
HSL217.14º85.37%24.12%-
HSV(B)217.14º92.11%44.71%-
XYZ4.253.4716.37-
YUV44.45167.25102.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 114 (44.92% from 255) = 66.28%
R=5.23%
G=28.49%
B=66.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9491140.920.5700.55217.1485.3724.12
Hex931725C39037d95518
Octal11611621347106733112530
Binary100111000111100101011100111001011011111011001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093172; }

 p { color: rgb(9,49,114); }

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

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

 a { background-color: rgb(9,49,114); }

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

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

 span { border-color: rgb(9,49,114); }

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