#092376

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

Shades of Sapphire #092376

Tints of Sapphire #092376

Color information

#092376 (or 0x092376) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 76. RGB value is (9,35,118). Sum of RGB (Red+Green+Blue) = 9+35+118=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #092376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092376 is #F6DC89. Grayscale: #242424. Windows color (decimal): -16178314 or 7742217. OLE color: 7742217.

HSL color Cylindrical-coordinate representation of color #092376: hue angle of 225.69º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092376 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB935118-
CMYK0.920.7000.54
HSL225.69º85.83%24.9%-
HSV(B)225.69º92.37%46.27%-
XYZ3.982.5717.43-
YUV36.69173.89108.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 118 (46.48% from 255) = 72.84%
R=5.56%
G=21.60%
B=72.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9351180.920.7000.54225.6985.8324.9
Hex923765C46036e25619
Octal114316613410606634212631
Binary1001100011111011010111001000110011011011100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092376; }

 p { color: rgb(9,35,118); }

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

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

 a { background-color: rgb(9,35,118); }

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

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

 span { border-color: rgb(9,35,118); }

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