#092760

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

Shades of Sapphire #092760

Tints of Sapphire #092760

Color information

#092760 (or 0x092760) is unknown color: approx Sapphire. HEX triplet: 09, 27 and 60. RGB value is (9,39,96). Sum of RGB (Red+Green+Blue) = 9+39+96=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #092760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092760 is #F6D89F. Grayscale: #242424. Windows color (decimal): -16177312 or 6301449. OLE color: 6301449.

HSL color Cylindrical-coordinate representation of color #092760: hue angle of 219.31º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092760 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB93996-
CMYK0.910.5900.62
HSL219.31º82.86%20.59%-
HSV(B)219.31º90.62%37.65%-
XYZ2.952.3511.37-
YUV36.53161.56108.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 96 (37.89% from 255) = 66.67%
R=6.25%
G=27.08%
B=66.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal939960.910.5900.62219.3182.8620.59
Hex927605B3B03Edb5315
Octal11471401337307633312325
Binary100110011111000001011011111011011111011011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092760; }

 p { color: rgb(9,39,96); }

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

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

 a { background-color: rgb(9,39,96); }

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

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

 span { border-color: rgb(9,39,96); }

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