#092762

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

Shades of Sapphire #092762

Tints of Sapphire #092762

Color information

#092762 (or 0x092762) is unknown color: approx Sapphire. HEX triplet: 09, 27 and 62. RGB value is (9,39,98). Sum of RGB (Red+Green+Blue) = 9+39+98=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #092762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092762 is #F6D89D. Grayscale: #242424. Windows color (decimal): -16177310 or 6432521. OLE color: 6432521.

HSL color Cylindrical-coordinate representation of color #092762: hue angle of 219.78º 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 #092762 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB93998-
CMYK0.910.6000.62
HSL219.78º83.18%20.98%-
HSV(B)219.78º90.82%38.43%-
XYZ3.042.3911.86-
YUV36.76162.56108.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 98 (38.67% from 255) = 67.12%
R=6.16%
G=26.71%
B=67.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal939980.910.6000.62219.7883.1820.98
Hex927625B3C03Edc5315
Octal11471421337407633412325
Binary100110011111000101011011111100011111011011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092762; }

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

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

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

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

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

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

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

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