#092173

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

Shades of Sapphire #092173

Tints of Sapphire #092173

Color information

#092173 (or 0x092173) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 73. RGB value is (9,33,115). Sum of RGB (Red+Green+Blue) = 9+33+115=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #092173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092173 is #F6DE8C. Grayscale: #222222. Windows color (decimal): -16178829 or 7545097. OLE color: 7545097.

HSL color Cylindrical-coordinate representation of color #092173: hue angle of 226.42º 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 #092173 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB933115-
CMYK0.920.7100.55
HSL226.42º85.48%24.31%-
HSV(B)226.42º92.17%45.1%-
XYZ3.752.3816.48-
YUV35.17173.05109.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 115 (45.31% from 255) = 73.25%
R=5.73%
G=21.02%
B=73.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9331150.920.7100.55226.4285.4824.31
Hex921735C47037e25518
Octal114116313410706734212530
Binary1001100001111001110111001000111011011111100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092173; }

 p { color: rgb(9,33,115); }

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

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

 a { background-color: rgb(9,33,115); }

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

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

 span { border-color: rgb(9,33,115); }

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